Home
last modified time | relevance | path

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

/hostap-latest/src/eap_server/
Deap_sim_db.c417 struct eap_sim_db_pending **pp = &data->pending; in eap_sim_db_del_pending() local
419 while (*pp != NULL) { in eap_sim_db_del_pending()
420 if (*pp == entry) { in eap_sim_db_del_pending()
421 *pp = entry->next; in eap_sim_db_del_pending()
425 pp = &(*pp)->next; in eap_sim_db_del_pending()
/hostap-latest/src/common/
Ddpp_crypto.c2291 struct crypto_ec_point *e_prime_id, *a_nonce, *pp; in dpp_update_reconfig_id() local
2294 pp = crypto_ec_key_get_public_key(id->pp_key); in dpp_update_reconfig_id()
2304 if (!pp || !e_prime_id || !a_nonce || !bn || !q || !generator || in dpp_update_reconfig_id()
2307 crypto_ec_point_mul(id->ec, pp, bn, e_prime_id) || in dpp_update_reconfig_id()
2328 crypto_ec_point_deinit(pp, 1); in dpp_update_reconfig_id()
2353 struct crypto_bignum *pp = NULL; in dpp_decrypt_e_id() local
2365 pp = crypto_ec_key_get_private_key(ppkey); in dpp_decrypt_e_id()
2369 if (!pp || !a_nonce_point || !e_prime_id_point || !e_id || in dpp_decrypt_e_id()
2370 crypto_ec_point_mul(ec, a_nonce_point, pp, e_id) || in dpp_decrypt_e_id()
2382 crypto_bignum_deinit(pp, 1); in dpp_decrypt_e_id()
/hostap-latest/tests/hwsim/auth_serv/iCA-server/
Dserver-revoked.pem74 +t2sCnLYgorhbJkedxuIErNyz9z6V9Jj4S3AWlc21P83ICABtBEZLPmb9vqT/8pp
Dserver-revoked_and_ica.pem155 +t2sCnLYgorhbJkedxuIErNyz9z6V9Jj4S3AWlc21P83ICABtBEZLPmb9vqT/8pp
/hostap-latest/tests/hwsim/
Dtest_radius.py1199 pp = bytearray(p[0:16])
1202 cc = bytearray(pp[i] ^ bb[i] for i in range(len(bb)))