Home
last modified time | relevance | path

Searched refs:ossl_x448 (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dcurve448_internal_test.c659 if (!TEST_true(ossl_x448(out, in_scalar1, in_u1)) in test_x448()
661 || !TEST_true(ossl_x448(out, in_scalar2, in_u2)) in test_x448()
673 if (!TEST_true(ossl_x448(out, k, u))) in test_x448()
/freebsd/crypto/openssl/include/crypto/
H A Decx.h120 ossl_x448(uint8_t out_shared_key[56], const uint8_t private_key[56],
/freebsd/crypto/openssl/providers/implementations/exchange/
H A Decx_exch.c173 if (ossl_x448(secret, ecxctx->key->privkey, in ecx_derive()
/freebsd/crypto/openssl/crypto/ec/curve448/
H A Dcurve448.c728 int ossl_x448(uint8_t out_shared_key[56], const uint8_t private_key[56], in ossl_x448() function
/freebsd/crypto/openssl/crypto/ec/
H A Decx_meth.c771 && ossl_x448(key, privkey, pubkey) == 0)) in pkey_ecx_derive448()