HomeSort by relevance Sort by last modified time
    Searched refs:NCONF_load_bio (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/include/openssl/
conf.h 106 /* NCONF_load_bio acts like |NCONF_load| but reads from |bio| rather than from
108 int NCONF_load_bio(CONF *conf, BIO *bio, long *out_error_line);
  /external/boringssl/src/crypto/conf/
conf.c 732 int NCONF_load_bio(CONF *conf, BIO *bio, long *out_error_line) {

Completed in 144 milliseconds