Home
last modified time | relevance | path

Searched refs:tls_ocsp_setup_from_peer (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/lib/libtls/
H A Dtls_ocsp.c171 tls_ocsp_setup_from_peer(struct tls *ctx) in tls_ocsp_setup_from_peer() function
338 if ((ctx->ocsp = tls_ocsp_setup_from_peer(ctx)) == NULL) in tls_ocsp_verify_cb()
H A Dtls_internal.h296 struct tls_ocsp *tls_ocsp_setup_from_peer(struct tls *ctx);
H A Dtls.c848 ctx->ocsp = tls_ocsp_setup_from_peer(ctx); in tls_handshake()