Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Ddpp_crypto.c2029 BIGNUM *hash_bn = NULL; in dpp_pkex_derive_Qi() local
2075 hash_bn = BN_bin2bn(hash, curve->hash_len, NULL); in dpp_pkex_derive_Qi()
2076 if (!hash_bn || in dpp_pkex_derive_Qi()
2077 EC_POINT_mul(group2, Qi, NULL, Pi_point, hash_bn, bnctx) != 1) in dpp_pkex_derive_Qi()
2086 BN_clear_free(hash_bn); in dpp_pkex_derive_Qi()
2112 BIGNUM *hash_bn = NULL; in dpp_pkex_derive_Qr() local
2158 hash_bn = BN_bin2bn(hash, curve->hash_len, NULL); in dpp_pkex_derive_Qr()
2159 if (!hash_bn || in dpp_pkex_derive_Qr()
2160 EC_POINT_mul(group2, Qr, NULL, Pr_point, hash_bn, bnctx) != 1) in dpp_pkex_derive_Qr()
2169 BN_clear_free(hash_bn); in dpp_pkex_derive_Qr()