Home
last modified time | relevance | path

Searched refs:ecc_native2bytes (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/net/bluetooth/
Decc.c750 static void ecc_native2bytes(const u64 native[NUM_ECC_DIGITS], in ecc_native2bytes() function
791 ecc_native2bytes(priv, private_key); in ecc_make_key()
792 ecc_native2bytes(pk.x, public_key); in ecc_make_key()
793 ecc_native2bytes(pk.y, &public_key[32]); in ecc_make_key()
813 ecc_native2bytes(product.x, secret); in ecdh_shared_secret()