Searched refs:a_nonce_attr (Results 1 – 2 of 2) sorted by relevance
224 const u8 *a_nonce_attr, size_t a_nonce_len, in dpp_reconfig_init() argument240 if (!a_nonce_attr) { in dpp_reconfig_init()244 wpa_hexdump(MSG_MSGDUMP, "DPP: A-NONCE", a_nonce_attr, a_nonce_len); in dpp_reconfig_init()245 a_nonce = dpp_set_pubkey_point(conf->csign, a_nonce_attr, a_nonce_len); in dpp_reconfig_init()
720 const u8 *a_nonce_attr, size_t a_nonce_len,