Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/x509/
H A Dv3_cpols.c77 ASN1_OPT(USERNOTICE, exptext, DISPLAYTEXT)
305 if ((not->exptext = ASN1_STRING_type_new(tag)) == NULL) in notice_section()
310 if (!ASN1_STRING_set(not->exptext, value, len)) in notice_section()
475 if (notice->exptext) in print_notice()
478 if (notice->exptext) in print_notice()
480 notice->exptext->length, in print_notice()
481 notice->exptext->data); in print_notice()
/freebsd/crypto/openssl/include/openssl/
H A Dx509v3.h.in266 ASN1_STRING *exptext; member
H A Dx509v3.h410 ASN1_STRING *exptext; member