Searched refs:a_nonce_point (Results 1 – 1 of 1) sorted by relevance
2326 const struct crypto_ec_point *a_nonce_point, *e_prime_id_point; in dpp_decrypt_e_id() local2337 a_nonce_point = crypto_ec_key_get_public_key(a_nonce); in dpp_decrypt_e_id()2340 if (!pp || !a_nonce_point || !e_prime_id_point || !e_id || in dpp_decrypt_e_id()2341 crypto_ec_point_mul(ec, a_nonce_point, pp, e_id) || in dpp_decrypt_e_id()