Home
last modified time | relevance | path

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

/hostap-latest/tests/hwsim/auth_serv/
Dsha384-user.key6 Pi/jgNSEwgFvUIp/mxR9bT4EmfdXwFhDUlfb7YRA45fzewcualxQE1P+LX7919i5
/hostap-latest/src/common/
Ddpp_crypto.c1468 struct crypto_ec_point *Qi = NULL, *Pi = NULL; in dpp_pkex_derive_Qi() local
1507 Pi = crypto_ec_key_get_public_key(Pi_key); 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()
1520 crypto_ec_point_deinit(Pi, 1); in dpp_pkex_derive_Qi()