Searched refs:ossl_x448 (Results 1 – 5 of 5) sorted by relevance
/openssl/test/ |
H A D | curve448_internal_test.c | 659 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 D | ecx_key.c | 156 if (ossl_x448(secret, priv->privkey, peer->pubkey) == 0) { in ossl_ecx_compute_key()
|
H A D | ecx_meth.c | 770 && ossl_x448(key, privkey, pubkey) == 0)) in pkey_ecx_derive448()
|
/openssl/include/crypto/ |
H A D | ecx.h | 133 ossl_x448(uint8_t out_shared_key[56], const uint8_t private_key[56],
|
/openssl/crypto/ec/curve448/ |
H A D | curve448.c | 735 int ossl_x448(uint8_t out_shared_key[56], const uint8_t private_key[56], in ossl_x448() function
|
Completed in 24 milliseconds