OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X509V3_EXT_nconf
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/crypto/x509v3/
v3_conf.c
83
X509_EXTENSION *
X509V3_EXT_nconf
(CONF *conf, X509V3_CTX *ctx, char *name,
95
OPENSSL_PUT_ERROR(X509V3,
X509V3_EXT_nconf
, X509V3_R_ERROR_IN_EXTENSION);
339
if (!(ext =
X509V3_EXT_nconf
(conf, ctx, val->name, val->value)))
/external/boringssl/src/include/openssl/
x509v3.h
604
OPENSSL_EXPORT X509_EXTENSION *
X509V3_EXT_nconf
(CONF *conf, X509V3_CTX *ctx, char *name, char *value);
Completed in 70 milliseconds