Lines Matching defs:a_nonce
2291 struct crypto_ec_point *e_prime_id, *a_nonce, *pp;
2296 a_nonce = crypto_ec_point_init(id->ec);
2304 if (!pp || !e_prime_id || !a_nonce || !bn || !q || !generator ||
2306 crypto_ec_point_mul(id->ec, generator, bn, a_nonce) ||
2311 crypto_ec_point_debug_print(id->ec, a_nonce,
2316 crypto_ec_key_deinit(id->a_nonce);
2318 id->a_nonce = crypto_ec_key_set_pub_point(id->ec, a_nonce);
2320 if (!id->a_nonce || !id->e_prime_id)
2327 crypto_ec_point_deinit(a_nonce, 1);
2339 crypto_ec_key_deinit(id->a_nonce);
2349 struct crypto_ec_key *a_nonce,
2366 a_nonce_point = crypto_ec_key_get_public_key(a_nonce);