OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NCONF_new
(Results
1 - 3
of
3
) sorted by null
/external/boringssl/src/decrepit/x509/
x509_decrepit.c
25
nconf =
NCONF_new
(NULL /* no method */);
/external/boringssl/src/include/openssl/
conf.h
95
//
NCONF_new
returns a fresh, empty |CONF|, or NULL on error. The |method|
97
OPENSSL_EXPORT CONF *
NCONF_new
(void *method);
/external/boringssl/src/crypto/conf/
conf.c
99
CONF *
NCONF_new
(void *method) {
Completed in 1117 milliseconds