Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/tls/
H A Dtlsv1_client_ocsp.c114 enum tls_ocsp_result *res) in tls_process_ocsp_single_response()
317 static enum tls_ocsp_result
325 enum tls_ocsp_result res; in tls_process_ocsp_responses()
352 static enum tls_ocsp_result
369 enum tls_ocsp_result res; in tls_process_basic_ocsp_response()
679 enum tls_ocsp_result tls_process_ocsp_response(struct tlsv1_client *conn, in tls_process_ocsp_response()
688 enum tls_ocsp_result res = TLS_OCSP_NO_RESPONSE; in tls_process_ocsp_response()
689 enum tls_ocsp_result res_first = res; in tls_process_ocsp_response()
H A Dtlsv1_client_i.h93 enum tls_ocsp_result { enum
97 enum tls_ocsp_result tls_process_ocsp_response(struct tlsv1_client *conn,
H A Dtlsv1_client_read.c790 static enum tls_ocsp_result
821 enum tls_ocsp_result res; in tls_process_certificate_status()
/dragonfly/crypto/libressl/tls/
H A Dtls_internal.h151 struct tls_ocsp_result { struct
169 struct tls_ocsp_result *ocsp_result; argument
H A Dtls_ocsp.c78 struct tls_ocsp_result *info = NULL; in tls_ocsp_fill_info()
83 if ((info = calloc(1, sizeof (struct tls_ocsp_result))) == NULL) { in tls_ocsp_fill_info()