Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/tls/
H A Dtls_ocsp.c58 tls_ocsp_asn1_parse_time(struct tls *ctx, ASN1_GENERALIZEDTIME *gt, time_t *gt_time) in tls_ocsp_asn1_parse_time() function
100 tls_ocsp_asn1_parse_time(ctx, revtime, &info->revocation_time) != 0) { in tls_ocsp_fill_info()
106 tls_ocsp_asn1_parse_time(ctx, thisupd, &info->this_update) != 0) { in tls_ocsp_fill_info()
112 tls_ocsp_asn1_parse_time(ctx, nextupd, &info->next_update) != 0) { in tls_ocsp_fill_info()