Home
last modified time | relevance | path

Searched refs:EVP_PKEY_derive_init (Results 1 – 25 of 29) sorted by relevance

12

/third_party/openssl/doc/man3/
DEVP_PKEY_derive.pod5 EVP_PKEY_derive_init, EVP_PKEY_derive_set_peer, EVP_PKEY_derive - derive public key algorithm share…
11 int EVP_PKEY_derive_init(EVP_PKEY_CTX *ctx);
17 The EVP_PKEY_derive_init() function initializes a public key algorithm
32 After the call to EVP_PKEY_derive_init() algorithm specific control
41 EVP_PKEY_derive_init() and EVP_PKEY_derive() return 1 for success and 0
62 if (EVP_PKEY_derive_init(ctx) <= 0)
DEVP_PKEY_CTX_set_tls1_prf_md.pod83 if (EVP_PKEY_derive_init(pctx) <= 0)
DEVP_PKEY_CTX_set_hkdf_md.pod134 if (EVP_PKEY_derive_init(pctx) <= 0)
DEVP_PKEY_meth_new.pod346 L<EVP_PKEY_derive_init(3)> and L<EVP_PKEY_derive(3)>.
/third_party/openssl/test/
Dpkey_meth_kdf_test.c26 if (EVP_PKEY_derive_init(pctx) <= 0) { in test_kdf_tls1_prf()
67 if (EVP_PKEY_derive_init(pctx) <= 0) { in test_kdf_hkdf()
112 if (EVP_PKEY_derive_init(pctx) <= 0) { in test_kdf_scrypt()
Dbad_dtls_test.c72 EVP_PKEY_derive_init(pctx); in do_PRF()
Devp_extra_test.c1021 if (!TEST_int_gt(EVP_PKEY_derive_init(pctx), 0) in test_HKDF()
Devp_test.c1284 return pkey_test_init(t, name, 0, EVP_PKEY_derive_init, 0); in pderive_test_init()
1746 if (EVP_PKEY_derive_init(kdata->ctx) <= 0) { in kdf_test_init()
/third_party/openssl/doc/man7/
Dscrypt.pod52 if (EVP_PKEY_derive_init(pctx) <= 0) {
53 error("EVP_PKEY_derive_init");
/third_party/openssl/crypto/cms/
Dcms_kari.c165 if (!pctx || EVP_PKEY_derive_init(pctx) <= 0) in CMS_RecipientInfo_kari_set0_pkey()
274 if (EVP_PKEY_derive_init(pctx) <= 0) in cms_kari_create_ephemeral_key()
/third_party/openssl/crypto/evp/
Dpmeth_fn.c204 int EVP_PKEY_derive_init(EVP_PKEY_CTX *ctx) in EVP_PKEY_derive_init() function
/third_party/openssl/ssl/
Dtls13_enc.c91 ret = EVP_PKEY_derive_init(pctx) <= 0 in tls13_hkdf_expand()
234 ret = EVP_PKEY_derive_init(pctx) <= 0 in tls13_generate_secret()
Dt1_enc.c42 if (pctx == NULL || EVP_PKEY_derive_init(pctx) <= 0 in tls1_PRF()
Ds3_lib.c4792 if (EVP_PKEY_derive_init(pctx) <= 0 in ssl_derive()
/third_party/openssl/apps/
Dpkeyutl.c457 rv = EVP_PKEY_derive_init(ctx); in init_ctx()
Dspeed.c3018 EVP_PKEY_derive_init(ctx) <= 0 || /* init derivation ctx */ in speed_main()
3035 !EVP_PKEY_derive_init(test_ctx) || /* init derivation test_ctx */ in speed_main()
/third_party/boringssl/src/crypto/evp/
Devp_ctx.c327 int EVP_PKEY_derive_init(EVP_PKEY_CTX *ctx) { in EVP_PKEY_derive_init() function
Devp_test.cc308 !EVP_PKEY_derive_init(ctx.get()) || in TestDerive()
/third_party/boringssl/src/include/openssl/
Devp.h654 OPENSSL_EXPORT int EVP_PKEY_derive_init(EVP_PKEY_CTX *ctx);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_openssl.c2050 if (!ctx || EVP_PKEY_derive_init(ctx) != 1 || in crypto_ecdh_set_peerkey()
/third_party/openssl/include/openssl/
Devp.h1404 int EVP_PKEY_derive_init(EVP_PKEY_CTX *ctx);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_openssl.c2050 if (!ctx || EVP_PKEY_derive_init(ctx) != 1 || in crypto_ecdh_set_peerkey()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h1579 #define EVP_PKEY_derive_init BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, EVP_PKEY_derive_init) macro
/third_party/openssl/crypto/err/
Dopenssl.txt772 EVP_F_EVP_PKEY_DERIVE_INIT:154:EVP_PKEY_derive_init
/third_party/node/src/
Dnode_crypto.cc6796 EVP_PKEY_derive_init(ctx.get()) <= 0 || in StatelessDiffieHellman()

12