Home
last modified time | relevance | path

Searched refs:EVP_PKEY_derive_init_ex (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/doc/man3/
DEVP_PKEY_derive.pod5 EVP_PKEY_derive_init, EVP_PKEY_derive_init_ex,
14 int EVP_PKEY_derive_init_ex(EVP_PKEY_CTX *ctx, const OSSL_PARAM params[]);
28 EVP_PKEY_derive_init_ex() is the same as EVP_PKEY_derive_init() but additionally
112 The EVP_PKEY_derive_init_ex() and EVP_PKEY_derive_set_peer_ex() functions were
/third_party/openssl/crypto/evp/
Dexchange.c197 return EVP_PKEY_derive_init_ex(ctx, NULL); in EVP_PKEY_derive_init()
200 int EVP_PKEY_derive_init_ex(EVP_PKEY_CTX *ctx, const OSSL_PARAM params[]) in EVP_PKEY_derive_init_ex() function
/third_party/openssl/test/
Devp_pkey_provided_test.c1709 if (!TEST_int_eq(EVP_PKEY_derive_init_ex(pctx, params), 1)) in test_evp_pkey_ctx_dup_kdf_fail()
/third_party/openssl/include/openssl/
Devp.h1918 int EVP_PKEY_derive_init_ex(EVP_PKEY_CTX *ctx, const OSSL_PARAM params[]);
/third_party/openssl/util/
Dlibcrypto.num5338 EVP_PKEY_derive_init_ex 5466 3_0_0 EXIST::FUNCTION:
/third_party/openssl/
DCHANGES.md1741 used in a call to EVP_PKEY_derive_init_ex() which works in a similar way to