Home
last modified time | relevance | path

Searched refs:GEN_DIRNAME (Results 1 – 12 of 12) sorted by relevance

/external/boringssl/src/crypto/x509v3/
Dv3_genn.c88 ASN1_EXP(GENERAL_NAME, d.directoryName, X509_NAME, GEN_DIRNAME),
128 case GEN_DIRNAME:
176 case GEN_DIRNAME: in GENERAL_NAME_set0_value()
208 case GEN_DIRNAME: in GENERAL_NAME_get0_value()
Dv3_alt.c156 case GEN_DIRNAME: in STACK_OF()
224 case GEN_DIRNAME: in GENERAL_NAME_print()
498 case GEN_DIRNAME: in a2i_GENERAL_NAME()
562 type = GEN_DIRNAME; in v2i_GENERAL_NAME_ex()
Dv3_ncons.c256 gntmp.type = GEN_DIRNAME; in NAME_CONSTRAINTS_check()
353 case GEN_DIRNAME: in nc_match_single()
Dv3_akey.c192 gen->type = GEN_DIRNAME; in v2i_AUTHORITY_KEYID()
Dv3_purp.c388 if (gen->type == GEN_DIRNAME) { in setup_dp()
810 if (gen->type == GEN_DIRNAME) { in X509_check_akid()
/external/ipsec-tools/src/racoon/
Dcrypto_openssl.h46 #define GENT_DIRNAME GEN_DIRNAME
/external/boringssl/src/crypto/x509/
Dx_crl.c440 if (gen->type != GEN_DIRNAME) in crl_revoked_issuer_match()
Dx509_vfy.c1392 if (gena->type != GEN_DIRNAME) in idp_check_dp()
1424 if (gen->type != GEN_DIRNAME) in crldp_check_crlissuer()
/external/boringssl/src/include/openssl/
Dx509v3.h186 #define GEN_DIRNAME 4 macro
/external/python/cpython2/Modules/
D_ssl.c981 case GEN_DIRNAME: in _get_peer_alt_names()
/external/python/cpython3/Modules/
D_ssl.c1271 case GEN_DIRNAME: in _get_peer_alt_names()
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc3873 case GEN_DIRNAME: in GENERAL_NAME_to_jobject()