OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X509V3_R_UNKNOWN_EXTENSION
(Results
1 - 7
of
7
) sorted by null
/external/openssl/crypto/x509v3/
v3err.c
205
{ERR_REASON(
X509V3_R_UNKNOWN_EXTENSION
) ,"unknown extension"},
v3_conf.c
129
X509V3err(X509V3_F_DO_EXT_NCONF,
X509V3_R_UNKNOWN_EXTENSION
);
219
X509V3err(X509V3_F_X509V3_EXT_I2D,
X509V3_R_UNKNOWN_EXTENSION
);
x509v3.h
997
#define
X509V3_R_UNKNOWN_EXTENSION
129
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
v3_conf.c
128
OPENSSL_PUT_ERROR(X509V3, do_ext_nconf,
X509V3_R_UNKNOWN_EXTENSION
);
218
OPENSSL_PUT_ERROR(X509V3, X509V3_EXT_i2d,
X509V3_R_UNKNOWN_EXTENSION
);
x509v3_error.c
140
{ERR_PACK(ERR_LIB_X509V3, 0,
X509V3_R_UNKNOWN_EXTENSION
), "UNKNOWN_EXTENSION"},
/external/chromium_org/third_party/boringssl/src/include/openssl/
x509v3.h
827
#define
X509V3_R_UNKNOWN_EXTENSION
127
/external/openssl/include/openssl/
x509v3.h
997
#define
X509V3_R_UNKNOWN_EXTENSION
129
Completed in 36 milliseconds