Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Decc.c637 static bool ecc_point_is_zero(const struct ecc_point *point) in ecc_point_is_zero() function
1027 if (ecc_point_is_zero(pk)) { in ecc_make_pub_key()
1048 if (ecc_point_is_zero(pk)) in ecc_is_pubkey_valid_partial()
1116 if (ecc_point_is_zero(product)) in crypto_ecdh_shared_secret()