Home
last modified time | relevance | path

Searched refs:EVP_PKEY_auth_encapsulate_init (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_encapsulate.pod5 EVP_PKEY_encapsulate_init, EVP_PKEY_auth_encapsulate_init, EVP_PKEY_encapsulate
13 int EVP_PKEY_auth_encapsulate_init(EVP_PKEY_CTX *ctx, EVP_PKEY *authpriv,
27 The EVP_PKEY_auth_encapsulate_init() function is similar to
71 EVP_PKEY_encapsulate_init(), EVP_PKEY_auth_encapsulate_init() and
131 The function EVP_PKEY_auth_encapsulate_init() was added in OpenSSL 3.2.
/freebsd/crypto/openssl/test/
H A Devp_pkey_dhkem_test.c254 ret = TEST_int_eq(EVP_PKEY_auth_encapsulate_init(rctx[0], auth, opparam), 0); in test_ec_auth_key_curve_mismatch()
265 return TEST_int_eq(EVP_PKEY_auth_encapsulate_init(rctx[id1], in test_auth_key_type_mismatch()
315 && TEST_int_eq(EVP_PKEY_auth_encapsulate_init(ctx, key, opparam), 1) in test_ec_public_key_infinity()
330 return TEST_int_eq(EVP_PKEY_auth_encapsulate_init(ctx, NULL, opparam), 0) in test_null_params()
444 if (!TEST_int_eq(EVP_PKEY_auth_encapsulate_init(ctx, auth, in test_noauthpublic()
547 || TEST_int_eq(EVP_PKEY_auth_encapsulate_init(ctx, sender_auth, in test_ec_noikme()
666 if (!TEST_int_eq(EVP_PKEY_auth_encapsulate_init(ctx, auth, in test_ec_badauth()
763 ret = TEST_int_eq(EVP_PKEY_auth_encapsulate_init(rctx[TEST_KEYTYPE_X25519], in test_ecx_auth_key_curve_mismatch()
H A Ddhkem_test.inc673 if (!TEST_int_eq(EVP_PKEY_auth_encapsulate_init(sctx, spriv, params), 1))
/freebsd/crypto/openssl/crypto/evp/
H A Dkem.c212 int EVP_PKEY_auth_encapsulate_init(EVP_PKEY_CTX *ctx, EVP_PKEY *authpriv, in EVP_PKEY_auth_encapsulate_init() function
/freebsd/crypto/openssl/crypto/hpke/
H A Dhpke.c499 if (EVP_PKEY_auth_encapsulate_init(pctx, ctx->authpriv, in hpke_encap()
/freebsd/crypto/openssl/include/openssl/
H A Devp.h2042 int EVP_PKEY_auth_encapsulate_init(EVP_PKEY_CTX *ctx, EVP_PKEY *authpriv,
/freebsd/secure/lib/libcrypto/
H A DVersion.map5465 EVP_PKEY_auth_encapsulate_init;
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num5479 EVP_PKEY_auth_encapsulate_init 5607 3_2_0 EXIST::FUNCTION: