Searched refs:ecc_swap_digits (Results 1 – 1 of 1) sorted by relevance
/crypto/ |
D | ecc.c | 1284 static inline void ecc_swap_digits(const u64 *in, u64 *out, in ecc_swap_digits() function 1379 ecc_swap_digits(priv, privkey, ndigits); in ecc_gen_privkey() 1398 ecc_swap_digits(private_key, priv, ndigits); in ecc_make_pub_key() 1414 ecc_swap_digits(pk->x, public_key, ndigits); in ecc_make_pub_key() 1415 ecc_swap_digits(pk->y, &public_key[ndigits], ndigits); in ecc_make_pub_key() 1511 ecc_swap_digits(public_key, pk->x, ndigits); in crypto_ecdh_shared_secret() 1512 ecc_swap_digits(&public_key[ndigits], pk->y, ndigits); in crypto_ecdh_shared_secret() 1517 ecc_swap_digits(private_key, priv, ndigits); in crypto_ecdh_shared_secret() 1532 ecc_swap_digits(product->x, secret, ndigits); in crypto_ecdh_shared_secret()
|