Home
last modified time | relevance | path

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

/hostap-latest/src/common/
Ddpp_crypto.c1103 struct crypto_ec_point *L = NULL, *sum = NULL, *BR = NULL, *PR = NULL; in dpp_auth_derive_l_initiator() local
1114 PR = crypto_ec_key_get_public_key(auth->peer_protocol_key); in dpp_auth_derive_l_initiator()
1119 if (!BR || !PR || !bI || !sum || !L || !lx || in dpp_auth_derive_l_initiator()
1120 crypto_ec_point_add(ec, BR, PR, sum) || in dpp_auth_derive_l_initiator()
1136 crypto_ec_point_deinit(PR, 1); in dpp_auth_derive_l_initiator()
1792 struct crypto_ec_point *sum = NULL, *M = NULL, *CR = NULL, *PR = NULL; in dpp_reconfig_derive_ke_initiator() local
1830 PR = crypto_ec_key_get_public_key(auth->peer_protocol_key); in dpp_reconfig_derive_ke_initiator()
1831 if (!cI || !sum || !M || !CR || !PR || in dpp_reconfig_derive_ke_initiator()
1832 crypto_ec_point_add(ec, CR, PR, sum) || in dpp_reconfig_derive_ke_initiator()
1869 crypto_ec_point_deinit(PR, 1); in dpp_reconfig_derive_ke_initiator()