/third_party/openssl/test/ |
H A D | pkey_meth_kdf_test.c | 30 if (EVP_PKEY_derive_init(pctx) <= 0) { in test_kdf_tls1_prf() 31 TEST_error("EVP_PKEY_derive_init"); in test_kdf_tls1_prf() 79 if (EVP_PKEY_derive_init(pctx) <= 0) { in test_kdf_hkdf() 80 TEST_error("EVP_PKEY_derive_init"); in test_kdf_hkdf() 133 if (EVP_PKEY_derive_init(pctx) <= 0) { in test_kdf_scrypt() 134 TEST_error("EVP_PKEY_derive_init"); in test_kdf_scrypt()
|
H A D | bad_dtls_test.c | 74 EVP_PKEY_derive_init(pctx); in do_PRF()
|
H A D | ectest.c | 2875 || !TEST_int_eq(EVP_PKEY_derive_init(pctx1), 1) in custom_params_test() 2882 || !TEST_int_eq(EVP_PKEY_derive_init(pctx2), 1) in custom_params_test() 2932 || !TEST_int_eq(EVP_PKEY_derive_init(pctx1), 1) in custom_params_test()
|
H A D | evp_test.c | 1889 return pkey_test_init(t, name, 0, EVP_PKEY_derive_init, 0); in pderive_test_init() 2849 || EVP_PKEY_derive_init(kdata->ctx) <= 0) in pkey_kdf_test_init()
|
H A D | evp_extra_test.c | 2424 if (!TEST_int_gt(EVP_PKEY_derive_init(pctx), 0) in test_HKDF() 2466 if (!TEST_int_gt(EVP_PKEY_derive_init(pctx), 0) in test_emptyikm_HKDF() 4262 || !TEST_int_eq(EVP_PKEY_derive_init(pctx), 1) in test_custom_pmeth()
|
/third_party/node/deps/openssl/openssl/crypto/cms/ |
H A D | cms_kari.c | 176 if (pctx == NULL || EVP_PKEY_derive_init(pctx) <= 0) in CMS_RecipientInfo_kari_set0_pkey_and_peer() 304 if (EVP_PKEY_derive_init(pctx) <= 0) in cms_kari_create_ephemeral_key() 328 if (EVP_PKEY_derive_init(pctx) <= 0) in cms_kari_set_originator_private_key()
|
/third_party/openssl/crypto/cms/ |
H A D | cms_kari.c | 176 if (pctx == NULL || EVP_PKEY_derive_init(pctx) <= 0) in CMS_RecipientInfo_kari_set0_pkey_and_peer() 304 if (EVP_PKEY_derive_init(pctx) <= 0) in cms_kari_create_ephemeral_key() 328 if (EVP_PKEY_derive_init(pctx) <= 0) in cms_kari_set_originator_private_key()
|
/third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/ |
H A D | openssl.c | 364 if (EVP_PKEY_derive_init(pctx) != 1 || in ngtcp2_crypto_hkdf_extract() 417 if (EVP_PKEY_derive_init(pctx) != 1 || in ngtcp2_crypto_hkdf_expand() 471 if (EVP_PKEY_derive_init(pctx) != 1 || in ngtcp2_crypto_hkdf()
|
/third_party/node/src/crypto/ |
H A D | crypto_hkdf.cc | 109 if (!ctx || !EVP_PKEY_derive_init(ctx.get()) || in DeriveBits()
|
H A D | crypto_dh.cc | 631 EVP_PKEY_derive_init(ctx.get()) <= 0 || in StatelessDiffieHellmanThreadsafe()
|
H A D | crypto_ec.cc | 501 if (EVP_PKEY_derive_init(ctx.get()) <= 0 || in DeriveBits()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | derive.rs | 71 /// This corresponds to [`EVP_PKEY_derive_init`]. 73 /// [`EVP_PKEY_derive_init`]: https://www.openssl.org/docs/manmaster/crypto/EVP_PKEY_derive_init.html 81 .and_then(|ctx| cvt(ffi::EVP_PKEY_derive_init(ctx.0)).map(|_| ctx)) in new() 124 /// [`EVP_PKEY_derive`]: https://www.openssl.org/docs/manmaster/crypto/EVP_PKEY_derive_init.html 138 /// [`EVP_PKEY_derive`]: https://www.openssl.org/docs/manmaster/crypto/EVP_PKEY_derive_init.html
|
H A D | pkey_ctx.rs | 383 #[corresponds(EVP_PKEY_derive_init)] 387 cvt(ffi::EVP_PKEY_derive_init(self.as_ptr()))?; in derive_init()
|
/third_party/openssl/demos/keyexch/ |
H A D | x25519.c | 146 if (EVP_PKEY_derive_init(ctx) == 0) { in keyexch_x25519_after() 147 fprintf(stderr, "EVP_PKEY_derive_init() failed\n"); in keyexch_x25519_after()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | exchange.c | 195 int EVP_PKEY_derive_init(EVP_PKEY_CTX *ctx) in EVP_PKEY_derive_init() function
|
/third_party/openssl/crypto/evp/ |
H A D | exchange.c | 195 int EVP_PKEY_derive_init(EVP_PKEY_CTX *ctx) in EVP_PKEY_derive_init() function
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | pkeyutl.c | 644 rv = EVP_PKEY_derive_init(ctx); in init_ctx()
|
H A D | speed.c | 2622 || EVP_PKEY_derive_init(ctx) <= 0 /* init derivation ctx */ in speed_main() 2641 || EVP_PKEY_derive_init(test_ctx) <= 0 /* init derivation test_ctx */ in speed_main() 3031 if (EVP_PKEY_derive_init(ffdh_ctx) <= 0) { in speed_main() 3076 if (EVP_PKEY_derive_init(test_ctx) <= 0 || in speed_main()
|
/third_party/openssl/apps/ |
H A D | pkeyutl.c | 644 rv = EVP_PKEY_derive_init(ctx); in init_ctx()
|
H A D | speed.c | 2608 || EVP_PKEY_derive_init(ctx) <= 0 /* init derivation ctx */ in speed_main() 2627 || EVP_PKEY_derive_init(test_ctx) <= 0 /* init derivation test_ctx */ in speed_main() 3017 if (EVP_PKEY_derive_init(ffdh_ctx) <= 0) { in speed_main() 3062 if (EVP_PKEY_derive_init(test_ctx) <= 0 || in speed_main()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | evp.rs | 523 pub fn EVP_PKEY_derive_init(ctx: *mut EVP_PKEY_CTX) -> c_int; in EVP_PKEY_derive_init() functions
|
/third_party/node/deps/openssl/openssl/providers/fips/ |
H A D | self_test_kats.c | 414 if (EVP_PKEY_derive_init(dctx) <= 0 in self_test_ka()
|
/third_party/openssl/providers/fips/ |
H A D | self_test_kats.c | 414 if (EVP_PKEY_derive_init(dctx) <= 0 in self_test_ka()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | evp.h | 1404 int EVP_PKEY_derive_init(EVP_PKEY_CTX *ctx);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_openssl.c | 2144 if (!ctx || EVP_PKEY_derive_init(ctx) != 1 || in crypto_ecdh_set_peerkey()
|