Searched refs:ecc_swap_digits (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/crypto/ |
D | ecc.c | 898 static inline void ecc_swap_digits(const u64 *in, u64 *out, in ecc_swap_digits() function 981 ecc_swap_digits(priv, privkey, ndigits); in ecc_gen_privkey() 999 ecc_swap_digits(private_key, priv, ndigits); in ecc_make_pub_key() 1013 ecc_swap_digits(pk->x, public_key, ndigits); in ecc_make_pub_key() 1014 ecc_swap_digits(pk->y, &public_key[ndigits], ndigits); in ecc_make_pub_key() 1079 ecc_swap_digits(public_key, pk->x, ndigits); in crypto_ecdh_shared_secret() 1080 ecc_swap_digits(&public_key[ndigits], pk->y, ndigits); in crypto_ecdh_shared_secret() 1085 ecc_swap_digits(private_key, priv, ndigits); in crypto_ecdh_shared_secret() 1095 ecc_swap_digits(product->x, secret, ndigits); in crypto_ecdh_shared_secret()
|