Home
last modified time | relevance | path

Searched refs:OSSL_LIB_CTX_new (Results 1 – 25 of 65) sorted by relevance

123

/freebsd/crypto/openssl/test/
H A Dprov_config_test.c25 OSSL_LIB_CTX *ctx = OSSL_LIB_CTX_new(); in test_double_config()
51 OSSL_LIB_CTX *ctx = OSSL_LIB_CTX_new(); in test_recursive_config()
99 ctx = OSSL_LIB_CTX_new(); in test_path_config()
H A Dprovider_test.c219 OSSL_LIB_CTX *libctx = OSSL_LIB_CTX_new(); in test_builtin_provider()
237 OSSL_LIB_CTX *libctx = OSSL_LIB_CTX_new(); in test_builtin_provider_with_child()
269 OSSL_LIB_CTX *libctx = OSSL_LIB_CTX_new(); in test_loaded_provider()
279 libctx = OSSL_LIB_CTX_new(); in test_loaded_provider()
H A Dcontext_internal_test.c18 OSSL_LIB_CTX *local = OSSL_LIB_CTX_new(); in test_set0_default()
53 OSSL_LIB_CTX *ctx = OSSL_LIB_CTX_new(); in test_set_get_conf_diagnostics()
H A Dkeymgmt_internal_test.c56 || !TEST_ptr(fixture->ctx1 = OSSL_LIB_CTX_new()) in set_up()
59 || !TEST_ptr(fixture->ctx2 = OSSL_LIB_CTX_new()) in set_up()
310 if (!TEST_ptr(libctx = OSSL_LIB_CTX_new()) in test_evp_pkey_export_to_provider()
H A Dnodefltctxtest.c22 OSSL_LIB_CTX *ctx = OSSL_LIB_CTX_new(); in test_no_deflt_ctx_init()
H A Dasn1_stable_parse_test.c41 OSSL_LIB_CTX *newctx = OSSL_LIB_CTX_new(); in test_asn1_stable_parse()
H A Dprovider_fallback_test.c41 ok = TEST_ptr(ctx = OSSL_LIB_CTX_new()) in test_explicit_provider()
H A Dprovider_default_search_path_test.c41 && TEST_ptr(ctx = OSSL_LIB_CTX_new()) in test_explicit_libctx()
H A Devp_fetch_prov_test.c85 ctx = OSSL_LIB_CTX_new(); in load_providers()
129 ctx = OSSL_LIB_CTX_new(); in test_legacy_provider_unloaded()
H A Duser_property_test.c93 if (!TEST_ptr(libctx = OSSL_LIB_CTX_new()) in test_default_props_and_providers()
H A Dprovider_internal_test.c103 if (!TEST_ptr(ctx = OSSL_LIB_CTX_new()) in test_cache_flushes()
/freebsd/crypto/openssl/apps/lib/
H A Dapp_libctx.c42 app_libctx = OSSL_LIB_CTX_new(); in app_create_libctx()
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_LIB_CTX.pod5 OSSL_LIB_CTX, OSSL_LIB_CTX_get_data, OSSL_LIB_CTX_new,
17 OSSL_LIB_CTX *OSSL_LIB_CTX_new(void);
40 OSSL_LIB_CTX_new() creates a new OpenSSL library context.
126 OSSL_LIB_CTX_new(), OSSL_LIB_CTX_get0_global_default() and
/freebsd/crypto/openssl/demos/kdf/
H A Dhkdf.c53 library_context = OSSL_LIB_CTX_new(); in main()
H A Dpbkdf2.c67 library_context = OSSL_LIB_CTX_new(); in main()
H A Dscrypt.c69 library_context = OSSL_LIB_CTX_new(); in main()
H A Dargon2.c85 library_context = OSSL_LIB_CTX_new(); in main()
/freebsd/crypto/openssl/demos/mac/
H A Dsiphash.c56 library_context = OSSL_LIB_CTX_new(); in main()
H A Dgmac.c68 library_context = OSSL_LIB_CTX_new(); in main()
H A Dcmac-aes256.c117 library_context = OSSL_LIB_CTX_new(); in main()
H A Dhmac-sha512.c198 library_context = OSSL_LIB_CTX_new(); in main()
H A Dpoly1305.c97 library_context = OSSL_LIB_CTX_new(); in main()
/freebsd/crypto/openssl/demos/digest/
H A DBIO_f_md.c54 library_context = OSSL_LIB_CTX_new(); in main()
H A DEVP_MD_stdin.c46 library_context = OSSL_LIB_CTX_new(); in demonstrate_digest()
H A DEVP_MD_demo.c142 library_context = OSSL_LIB_CTX_new(); in demonstrate_digest()

123