Home
last modified time | relevance | path

Searched refs:hash_bn (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/common/
H A Ddpp.c6673 BIGNUM *hash_bn = NULL; in dpp_pkex_derive_Qi() local
6719 hash_bn = BN_bin2bn(hash, curve->hash_len, NULL); in dpp_pkex_derive_Qi()
6720 if (!hash_bn || in dpp_pkex_derive_Qi()
6721 EC_POINT_mul(group2, Qi, NULL, Pi_point, hash_bn, bnctx) != 1) in dpp_pkex_derive_Qi()
6731 BN_clear_free(hash_bn); in dpp_pkex_derive_Qi()
6757 BIGNUM *hash_bn = NULL; in dpp_pkex_derive_Qr() local
6803 hash_bn = BN_bin2bn(hash, curve->hash_len, NULL); in dpp_pkex_derive_Qr()
6804 if (!hash_bn || in dpp_pkex_derive_Qr()
6805 EC_POINT_mul(group2, Qr, NULL, Pr_point, hash_bn, bnctx) != 1) in dpp_pkex_derive_Qr()
6815 BN_clear_free(hash_bn); in dpp_pkex_derive_Qr()