Home
last modified time | relevance | path

Searched refs:NCONF_load_bio (Results 1 – 4 of 4) sorted by relevance

/external/openssl/crypto/conf/
Dconf_lib.c137 ret = NCONF_load_bio(&ctmp, bp, eline); in LHASH_OF()
286 ret = NCONF_load_bio(conf, btmp, eline); in NCONF_load_fp()
292 int NCONF_load_bio(CONF *conf, BIO *bp,long *eline) in NCONF_load_bio() function
Dconf.h166 int NCONF_load_bio(CONF *conf, BIO *bp,long *eline);
/external/openssl/include/openssl/
Dconf.h166 int NCONF_load_bio(CONF *conf, BIO *bp,long *eline);
/external/openssl/apps/
Dspkac.c243 i = NCONF_load_bio(conf, in, NULL); in MAIN()