Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Ddpp_reconfig.c228 const u8 *a_nonce_attr, size_t a_nonce_len, in dpp_reconfig_init() argument
244 if (!a_nonce_attr) { in dpp_reconfig_init()
248 wpa_hexdump(MSG_MSGDUMP, "DPP: A-NONCE", a_nonce_attr, a_nonce_len); in dpp_reconfig_init()
249 a_nonce = dpp_set_pubkey_point(conf->csign, a_nonce_attr, a_nonce_len); in dpp_reconfig_init()
Ddpp.h715 const u8 *a_nonce_attr, size_t a_nonce_len,