Searched refs:X509V3_R_EXTENSION_EXISTS (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/lib/libcrypto/x509/
H A Dx509_err.c130 {ERR_REASON(X509V3_R_EXTENSION_EXISTS) , "extension exists"},
H A Dx509_lib.c257 errcode = X509V3_R_EXTENSION_EXISTS;
H A Dx509v3.h1040 #define X509V3_R_EXTENSION_EXISTS 145 macro
/openbsd-current/regress/lib/libcrypto/x509/
H A Dx509_extensions_test.c210 if (ERR_GET_REASON(error) != X509V3_R_EXTENSION_EXISTS) {
213 ERR_GET_REASON(error), X509V3_R_EXTENSION_EXISTS);
624 ERR_GET_REASON(error), X509V3_R_EXTENSION_EXISTS);

Completed in 127 milliseconds