Searched refs:ossl_x448 (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | ecx.h | 120 ossl_x448(uint8_t out_shared_key[56], const uint8_t private_key[56],
|
/third_party/openssl/include/crypto/ |
H A D | ecx.h | 120 ossl_x448(uint8_t out_shared_key[56], const uint8_t private_key[56],
|
/third_party/node/deps/openssl/openssl/providers/implementations/exchange/ |
H A D | ecx_exch.c | 173 if (ossl_x448(secret, ecxctx->key->privkey, in ecx_derive()
|
/third_party/openssl/providers/implementations/exchange/ |
H A D | ecx_exch.c | 173 if (ossl_x448(secret, ecxctx->key->privkey, in ecx_derive()
|
/third_party/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()
|
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/ |
H A D | curve448.c | 728 int ossl_x448(uint8_t out_shared_key[56], const uint8_t private_key[56], in ossl_x448() function
|
/third_party/openssl/crypto/ec/curve448/ |
H A D | curve448.c | 728 int ossl_x448(uint8_t out_shared_key[56], const uint8_t private_key[56], in ossl_x448() function
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecx_meth.c | 771 && ossl_x448(key, privkey, pubkey) == 0)) in pkey_ecx_derive448()
|
/third_party/openssl/crypto/ec/ |
H A D | ecx_meth.c | 771 && ossl_x448(key, privkey, pubkey) == 0)) in pkey_ecx_derive448()
|
Completed in 10 milliseconds