/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | lib_ctx.rs | 15 #[corresponds(OSSL_LIB_CTX_new)] 18 let ptr = cvt_p(ffi::OSSL_LIB_CTX_new())?; in new()
|
/third_party/openssl/test/ |
H A D | prov_config_test.c | 23 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()
|
H A D | provider_test.c | 162 OSSL_LIB_CTX *libctx = OSSL_LIB_CTX_new(); in test_builtin_provider() 181 OSSL_LIB_CTX *libctx = OSSL_LIB_CTX_new(); in test_builtin_provider_with_child() 212 OSSL_LIB_CTX *libctx = OSSL_LIB_CTX_new(); in test_loaded_provider()
|
H A D | context_internal_test.c | 65 TEST_ptr(ctx = OSSL_LIB_CTX_new()) in test_app_context() 80 OSSL_LIB_CTX *local = OSSL_LIB_CTX_new(); in test_set0_default()
|
H A D | keymgmt_internal_test.c | 56 || !TEST_ptr(fixture->ctx1 = OSSL_LIB_CTX_new()) in set_up() 59 || !TEST_ptr(fixture->ctx2 = OSSL_LIB_CTX_new()) in set_up() 304 if (!TEST_ptr(libctx = OSSL_LIB_CTX_new()) in test_evp_pkey_export_to_provider()
|
H A D | nodefltctxtest.c | 22 OSSL_LIB_CTX *ctx = OSSL_LIB_CTX_new(); in test_no_deflt_ctx_init()
|
H A D | provider_fallback_test.c | 41 ok = TEST_ptr(ctx = OSSL_LIB_CTX_new()) in test_explicit_provider()
|
H A D | upcallstest.c | 85 OSSL_LIB_CTX *libctx = OSSL_LIB_CTX_new(); in obj_create_test()
|
H A D | asynctest.c | 48 OSSL_LIB_CTX *libctx = OSSL_LIB_CTX_new(); in change_deflt_libctx() 347 OSSL_LIB_CTX *libctx = OSSL_LIB_CTX_new(); in test_ASYNC_start_job_ex()
|
H A D | user_property_test.c | 93 if (!TEST_ptr(libctx = OSSL_LIB_CTX_new()) in test_default_props_and_providers()
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | app_libctx.c | 42 app_libctx = OSSL_LIB_CTX_new(); in app_create_libctx()
|
/third_party/openssl/apps/lib/ |
H A D | app_libctx.c | 42 app_libctx = OSSL_LIB_CTX_new(); in app_create_libctx()
|
/third_party/openssl/demos/digest/ |
H A D | EVP_MD_stdin.c | 46 library_context = OSSL_LIB_CTX_new(); in demonstrate_digest() 48 fprintf(stderr, "OSSL_LIB_CTX_new() returned NULL\n"); in demonstrate_digest()
|
H A D | BIO_f_md.c | 55 library_context = OSSL_LIB_CTX_new(); in main() 57 fprintf(stderr, "OSSL_LIB_CTX_new() returned NULL\n"); in main()
|
H A D | EVP_MD_demo.c | 90 library_context = OSSL_LIB_CTX_new(); in demonstrate_digest() 92 fprintf(stderr, "OSSL_LIB_CTX_new() returned NULL\n"); in demonstrate_digest()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | crypto.rs | 82 pub fn OSSL_LIB_CTX_new() -> *mut OSSL_LIB_CTX; in OSSL_LIB_CTX_new() functions
|
/third_party/node/deps/openssl/openssl/fuzz/ |
H A D | fuzz_rand.c | 148 *provctx = OSSL_LIB_CTX_new(); in fuzz_rand_provider_init()
|
/third_party/openssl/demos/mac/ |
H A D | siphash.c | 56 library_context = OSSL_LIB_CTX_new(); in main() 58 fprintf(stderr, "OSSL_LIB_CTX_new() returned NULL\n"); in main()
|
H A D | poly1305.c | 97 library_context = OSSL_LIB_CTX_new(); in main() 99 fprintf(stderr, "OSSL_LIB_CTX_new() returned NULL\n"); in main()
|
H A D | cmac-aes256.c | 77 library_context = OSSL_LIB_CTX_new(); in main() 79 fprintf(stderr, "OSSL_LIB_CTX_new() returned NULL\n"); in main()
|
H A D | gmac.c | 68 library_context = OSSL_LIB_CTX_new(); in main() 70 fprintf(stderr, "OSSL_LIB_CTX_new() returned NULL\n"); in main()
|
/third_party/openssl/demos/kdf/ |
H A D | scrypt.c | 69 library_context = OSSL_LIB_CTX_new(); in main() 71 fprintf(stderr, "OSSL_LIB_CTX_new() returned NULL\n"); in main()
|
H A D | pbkdf2.c | 67 library_context = OSSL_LIB_CTX_new(); in main() 69 fprintf(stderr, "OSSL_LIB_CTX_new() returned NULL\n"); in main()
|
H A D | hkdf.c | 53 library_context = OSSL_LIB_CTX_new(); in main() 55 fprintf(stderr, "OSSL_LIB_CTX_new() returned NULL\n"); in main()
|
/third_party/openssl/fuzz/ |
H A D | fuzz_rand.c | 148 *provctx = OSSL_LIB_CTX_new(); in fuzz_rand_provider_init()
|