Searched refs:bn_x (Results 1 – 1 of 1) sorted by relevance
1146 struct crypto_bignum *bn_x = NULL; in crypto_ecdh_set_peerkey() local1168 bn_x = crypto_bignum_init_set(key, len); in crypto_ecdh_set_peerkey()1177 …if (crypto_ec_point_solve_y_coord((struct crypto_ec*)ACCESS_ECDH(&ctx, grp), ec_pt, bn_x, inc_y) !… in crypto_ecdh_set_peerkey()1239 crypto_bignum_deinit(bn_x, 1); in crypto_ecdh_set_peerkey()