Home
last modified time | relevance | path

Searched refs:tls_ocsp_result (Results 1 – 2 of 2) sorted by relevance

/openbsd/lib/libtls/
H A Dtls_internal.h152 struct tls_ocsp_result { struct
170 struct tls_ocsp_result *ocsp_result; argument
H A Dtls_ocsp.c82 struct tls_ocsp_result *info = NULL; in tls_ocsp_fill_info()
87 if ((info = calloc(1, sizeof (struct tls_ocsp_result))) == NULL) { in tls_ocsp_fill_info()