Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/x509/
H A Dv3_usernotice.c54 if (notice->exptext && BIO_puts(out, "\n") <= 0) in ASN1_ITEM_TEMPLATE()
57 if (notice->exptext == NULL) in ASN1_ITEM_TEMPLATE()
61 notice->exptext->length, in ASN1_ITEM_TEMPLATE()
62 notice->exptext->data) in ASN1_ITEM_TEMPLATE()
H A Dv3_cpols.c76 ASN1_OPT(USERNOTICE, exptext, DISPLAYTEXT)
319 if ((not->exptext = ASN1_STRING_type_new(tag)) == NULL) { in notice_section()
326 if (!ASN1_STRING_set(not->exptext, value, len)) { in notice_section()
491 if (notice->exptext) in print_notice()
494 if (notice->exptext) in print_notice()
496 notice->exptext->length, in print_notice()
497 notice->exptext->data); in print_notice()
/src/crypto/openssl/include/openssl/
H A Dx509v3.h.in287 ASN1_STRING *exptext; member
H A Dx509v3.h431 ASN1_STRING *exptext; member