Home
last modified time | relevance | path

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

/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()
/openssl/crypto/ec/
H A Decx_key.c156 if (ossl_x448(secret, priv->privkey, peer->pubkey) == 0) { in ossl_ecx_compute_key()
H A Decx_meth.c770 && ossl_x448(key, privkey, pubkey) == 0)) in pkey_ecx_derive448()
/openssl/include/crypto/
H A Decx.h133 ossl_x448(uint8_t out_shared_key[56], const uint8_t private_key[56],
/openssl/crypto/ec/curve448/
H A Dcurve448.c735 int ossl_x448(uint8_t out_shared_key[56], const uint8_t private_key[56], in ossl_x448() function

Completed in 20 milliseconds