Searched refs:X509V3_R_EXTENSION_VALUE_ERROR (Results 1 – 9 of 9) sorted by relevance
/third_party/openssl/include/openssl/ |
D | x509v3err.h | 113 # define X509V3_R_EXTENSION_VALUE_ERROR 116 macro
|
/third_party/openssl/crypto/x509v3/ |
D | v3_asid.c | 377 X509V3_R_EXTENSION_VALUE_ERROR); in ASIdentifierChoice_canonize() 418 X509V3_R_EXTENSION_VALUE_ERROR); in ASIdentifierChoice_canonize() 610 X509V3_R_EXTENSION_VALUE_ERROR); in v2i_ASIdentifiers()
|
D | v3_addr.c | 991 X509V3_R_EXTENSION_VALUE_ERROR); in v2i_IPAddrBlocks() 1005 X509V3_R_EXTENSION_VALUE_ERROR); in v2i_IPAddrBlocks() 1017 X509V3_R_EXTENSION_VALUE_ERROR); in v2i_IPAddrBlocks() 1034 X509V3_R_EXTENSION_VALUE_ERROR); in v2i_IPAddrBlocks()
|
D | v3err.c | 161 {ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_EXTENSION_VALUE_ERROR),
|
D | v3_conf.c | 246 X509V3_R_EXTENSION_VALUE_ERROR); in v3_generic_extension()
|
/third_party/python/Modules/ |
D | _ssl_data.h | 5877 #ifdef X509V3_R_EXTENSION_VALUE_ERROR 5878 {"EXTENSION_VALUE_ERROR", ERR_LIB_X509V3, X509V3_R_EXTENSION_VALUE_ERROR},
|
D | _ssl_data_111.h | 6083 #ifdef X509V3_R_EXTENSION_VALUE_ERROR 6084 {"EXTENSION_VALUE_ERROR", ERR_LIB_X509V3, X509V3_R_EXTENSION_VALUE_ERROR},
|
D | _ssl_data_300.h | 7958 #ifdef X509V3_R_EXTENSION_VALUE_ERROR 7959 {"EXTENSION_VALUE_ERROR", ERR_LIB_X509V3, X509V3_R_EXTENSION_VALUE_ERROR},
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 2973 X509V3_R_EXTENSION_VALUE_ERROR:116:extension value error
|