Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/x509v3/
Dv3_cpols.c129 ASN1_OPT(USERNOTICE, exptext, DISPLAYTEXT)
322 not->exptext = M_ASN1_VISIBLESTRING_new(); in notice_section()
323 if (not->exptext == NULL) in notice_section()
325 if (!ASN1_STRING_set(not->exptext, cnf->value, in notice_section()
484 if (notice->exptext) in print_notice()
486 notice->exptext->data); in print_notice()
/external/boringssl/src/include/openssl/
Dx509v3.h297 ASN1_STRING *exptext; member