HomeSort by relevance Sort by last modified time
    Searched full:exptext (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/crypto/x509v3/
v3_cpols.c 124 ASN1_OPT(USERNOTICE, exptext, DISPLAYTEXT)
307 not->exptext = M_ASN1_VISIBLESTRING_new();
308 if (not->exptext == NULL)
310 if(!ASN1_STRING_set(not->exptext, cnf->value,
456 if(notice->exptext)
458 notice->exptext->data);
  /external/boringssl/src/include/openssl/
x509v3.h 285 ASN1_STRING *exptext; member in struct:USERNOTICE_st

Completed in 79 milliseconds