Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/wpa/src/common/
H A Ddpp_pkex.c72 crypto_ec_point_debug_print(ec, X, "DPP: X"); in dpp_pkex_build_exchange_req()
76 crypto_ec_point_debug_print(ec, M, "DPP: M"); in dpp_pkex_build_exchange_req()
463 crypto_ec_point_debug_print(ec, M, "DPP: M"); in dpp_pkex_rx_exchange_req()
464 crypto_ec_point_debug_print(ec, X, "DPP: X'"); in dpp_pkex_rx_exchange_req()
530 crypto_ec_point_debug_print(ec, Y, "DPP: Y"); in dpp_pkex_rx_exchange_req()
537 crypto_ec_point_debug_print(ec, N, "DPP: N"); in dpp_pkex_rx_exchange_req()
818 crypto_ec_point_debug_print(ec, N, "DPP: N"); in dpp_pkex_rx_exchange_resp()
819 crypto_ec_point_debug_print(ec, Y, "DPP: Y'"); in dpp_pkex_rx_exchange_resp()
H A Ddpp_crypto.c1517 crypto_ec_point_debug_print(ec, Qi, "DPP: Qi"); in dpp_pkex_derive_Qi()
1592 crypto_ec_point_debug_print(ec, Qr, "DPP: Qr"); in dpp_pkex_derive_Qr()
2261 crypto_ec_point_debug_print(ec, e_id, in dpp_gen_reconfig_id()
2311 crypto_ec_point_debug_print(id->ec, a_nonce, in dpp_update_reconfig_id()
2313 crypto_ec_point_debug_print(id->ec, e_prime_id, in dpp_update_reconfig_id()
2377 crypto_ec_point_debug_print(ec, e_id, "DPP: Decrypted E-id"); in dpp_decrypt_e_id()
/freebsd-14.2/contrib/wpa/src/crypto/
H A Dcrypto.h933 void crypto_ec_point_debug_print(const struct crypto_ec *e,
H A Dcrypto_wolfssl.c2817 void crypto_ec_point_debug_print(const struct crypto_ec *e, in crypto_ec_point_debug_print() function
H A Dcrypto_openssl.c2600 void crypto_ec_point_debug_print(const struct crypto_ec *e, in crypto_ec_point_debug_print() function