Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/x509v3/
Dv3_cpols.c124 ASN1_OPT(USERNOTICE, exptext, DISPLAYTEXT)
307 not->exptext = M_ASN1_VISIBLESTRING_new(); in notice_section()
308 if (not->exptext == NULL) in notice_section()
310 if(!ASN1_STRING_set(not->exptext, cnf->value, in notice_section()
456 if(notice->exptext) in print_notice()
458 notice->exptext->data); in print_notice()
/external/boringssl/src/include/openssl/
Dx509v3.h285 ASN1_STRING *exptext; member