Searched refs:hash_bn (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/wpa/src/common/ |
| H A D | dpp_crypto.c | 1470 struct crypto_bignum *hash_bn = NULL; in dpp_pkex_derive_Qi() local 1509 hash_bn = crypto_bignum_init_set(hash, curve->hash_len); in dpp_pkex_derive_Qi() 1510 if (!Pi || !Qi || !hash_bn || crypto_ec_point_mul(ec, Pi, hash_bn, Qi)) in dpp_pkex_derive_Qi() 1521 crypto_bignum_deinit(hash_bn, 1); in dpp_pkex_derive_Qi() 1545 struct crypto_bignum *hash_bn = NULL; in dpp_pkex_derive_Qr() local 1584 hash_bn = crypto_bignum_init_set(hash, curve->hash_len); in dpp_pkex_derive_Qr() 1585 if (!Pr || !Qr || !hash_bn || crypto_ec_point_mul(ec, Pr, hash_bn, Qr)) in dpp_pkex_derive_Qr() 1597 crypto_bignum_deinit(hash_bn, 1); in dpp_pkex_derive_Qr()
|