Home
last modified time | relevance | path

Searched refs:X509V3_R_UNKNOWN_EXTENSION_NAME (Results 1 – 5 of 5) sorted by relevance

/external/boringssl/src/crypto/x509v3/
Dv3_conf.c129 OPENSSL_PUT_ERROR(X509V3, X509V3_R_UNKNOWN_EXTENSION_NAME); in do_ext_nconf()
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/
Dv3_conf.c129 OPENSSL_PUT_ERROR(X509V3, X509V3_R_UNKNOWN_EXTENSION_NAME); in do_ext_nconf()
/external/boringssl/src/include/openssl/
Dx509v3.h978 #define X509V3_R_UNKNOWN_EXTENSION_NAME 158 macro
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dx509v3.h825 #define X509V3_R_UNKNOWN_EXTENSION_NAME 158 macro
/external/python/cpython3/Modules/
D_ssl_data.h6102 #ifdef X509V3_R_UNKNOWN_EXTENSION_NAME
6103 {"UNKNOWN_EXTENSION_NAME", ERR_LIB_X509V3, X509V3_R_UNKNOWN_EXTENSION_NAME},