Searched refs:ecc_swap_digits (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/crypto/ |
D | ecc.c | 1284 static inline void ecc_swap_digits(const u64 *in, u64 *out, in ecc_swap_digits() function 1378 ecc_swap_digits(priv, privkey, ndigits); in ecc_gen_privkey() 1397 ecc_swap_digits(private_key, priv, ndigits); in ecc_make_pub_key() 1411 ecc_swap_digits(pk->x, public_key, ndigits); in ecc_make_pub_key() 1412 ecc_swap_digits(pk->y, &public_key[ndigits], ndigits); in ecc_make_pub_key() 1481 ecc_swap_digits(public_key, pk->x, ndigits); in crypto_ecdh_shared_secret() 1482 ecc_swap_digits(&public_key[ndigits], pk->y, ndigits); in crypto_ecdh_shared_secret() 1487 ecc_swap_digits(private_key, priv, ndigits); in crypto_ecdh_shared_secret() 1497 ecc_swap_digits(product->x, secret, ndigits); in crypto_ecdh_shared_secret()
|