Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/tls/
H A Dtls_ocsp.c287 tls_ocsp_process_response_internal(struct tls *ctx, const unsigned char *response, in tls_ocsp_process_response_internal() function
332 res = tls_ocsp_process_response_internal(ctx, raw, size); in tls_ocsp_verify_cb()
460 return tls_ocsp_process_response_internal(ctx, response, size); in tls_ocsp_process_response()