HomeSort by: relevance | last modified time | path
    Searched refs:new_libctx (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/testutil/
provider.c 20 OSSL_LIB_CTX *new_libctx = NULL; local
23 if ((new_libctx = *libctx = OSSL_LIB_CTX_new()) == NULL) {
36 && !OSSL_LIB_CTX_load_config(new_libctx, config_file)) {
42 && (*provider = OSSL_PROVIDER_load(new_libctx, module_name)) == NULL) {
  /src/crypto/external/bsd/openssl/dist/test/testutil/
provider.c 20 OSSL_LIB_CTX *new_libctx = NULL; local
23 if ((new_libctx = *libctx = OSSL_LIB_CTX_new()) == NULL) {
36 && !OSSL_LIB_CTX_load_config(new_libctx, config_file)) {
42 && (*provider = OSSL_PROVIDER_load(new_libctx, module_name)) == NULL) {

Completed in 25 milliseconds