Home
last modified time | relevance | path

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

/openbsd/lib/libtls/
H A Dtls_ocsp.c41 static struct tls_ocsp *
44 return (calloc(1, sizeof(struct tls_ocsp))); in tls_ocsp_new()
48 tls_ocsp_free(struct tls_ocsp *ocsp) in tls_ocsp_free()
170 struct tls_ocsp *
173 struct tls_ocsp *ocsp = NULL; in tls_ocsp_setup_from_peer()
H A Dtls_internal.h162 struct tls_ocsp { struct
204 struct tls_ocsp *ocsp;
292 void tls_ocsp_free(struct tls_ocsp *ctx);
293 struct tls_ocsp *tls_ocsp_setup_from_peer(struct tls *ctx);
H A DMakefile40 tls_ocsp.c \