Searched refs:X509V3_R_INVALID_OPTION (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/include/openssl/ |
D | x509v3err.h | 130 # define X509V3_R_INVALID_OPTION 138 macro
|
/third_party/openssl/crypto/x509v3/ |
D | v3_cpols.c | 229 X509V3err(X509V3_F_POLICY_SECTION, X509V3_R_INVALID_OPTION); in policy_section() 350 X509V3err(X509V3_F_NOTICE_SECTION, X509V3_R_INVALID_OPTION); in notice_section()
|
D | v3err.c | 191 {ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_INVALID_OPTION), "invalid option"},
|
/third_party/python/Modules/ |
D | _ssl_data.h | 5962 #ifdef X509V3_R_INVALID_OPTION 5963 {"INVALID_OPTION", ERR_LIB_X509V3, X509V3_R_INVALID_OPTION},
|
D | _ssl_data_111.h | 6168 #ifdef X509V3_R_INVALID_OPTION 6169 {"INVALID_OPTION", ERR_LIB_X509V3, X509V3_R_INVALID_OPTION},
|
D | _ssl_data_300.h | 8048 #ifdef X509V3_R_INVALID_OPTION 8049 {"INVALID_OPTION", ERR_LIB_X509V3, X509V3_R_INVALID_OPTION},
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 2990 X509V3_R_INVALID_OPTION:138:invalid option
|