Searched refs:hash_bn (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/wpa/src/common/ |
| D | dpp_crypto.c | 1447 struct crypto_bignum *hash_bn = NULL; in dpp_pkex_derive_Qi() local 1486 hash_bn = crypto_bignum_init_set(hash, curve->hash_len); in dpp_pkex_derive_Qi() 1487 if (!Pi || !Qi || !hash_bn || crypto_ec_point_mul(ec, Pi, hash_bn, Qi)) in dpp_pkex_derive_Qi() 1497 crypto_bignum_deinit(hash_bn, 1); in dpp_pkex_derive_Qi() 1522 struct crypto_bignum *hash_bn = NULL; in dpp_pkex_derive_Qr() local 1561 hash_bn = crypto_bignum_init_set(hash, curve->hash_len); in dpp_pkex_derive_Qr() 1562 if (!Pr || !Qr || !hash_bn || crypto_ec_point_mul(ec, Pr, hash_bn, Qr)) in dpp_pkex_derive_Qr() 1573 crypto_bignum_deinit(hash_bn, 1); in dpp_pkex_derive_Qr()
|