Lines Matching refs:hash_len
817 clear_len += 4 + auth->curve->hash_len; in dpp_build_conf_req_attr()
871 wpabuf_put_le16(clear, auth->curve->hash_len); in dpp_build_conf_req_attr()
872 wpabuf_put_data(clear, auth_i, auth->curve->hash_len); in dpp_build_conf_req_attr()
891 if (aes_siv_encrypt(auth->ke, auth->curve->hash_len, in dpp_build_conf_req_attr()
2244 if (aes_siv_encrypt(auth->ke, auth->curve->hash_len, in dpp_build_conf_resp()
2320 if (aes_siv_decrypt(auth->ke, auth->curve->hash_len, in dpp_conf_req_rx()
2385 if (rx_auth_i_len != auth->curve->hash_len || in dpp_conf_req_rx()
2386 os_memcmp(rx_auth_i, auth_i, auth->curve->hash_len) != 0) { in dpp_conf_req_rx()
2392 auth_i, auth->curve->hash_len); in dpp_conf_req_rx()
3337 if (aes_siv_decrypt(auth->ke, auth->curve->hash_len, in dpp_conf_resp_rx()
3548 if (aes_siv_decrypt(auth->ke, auth->curve->hash_len, in dpp_conf_result_rx()
3635 if (aes_siv_encrypt(auth->ke, auth->curve->hash_len, in dpp_build_conf_result()
3707 if (aes_siv_decrypt(auth->ke, auth->curve->hash_len, in dpp_conn_status_result_rx()
3859 if (aes_siv_encrypt(auth->ke, auth->curve->hash_len, in dpp_build_conn_status_result()
4251 if (dpp_derive_pmk(Nx, Nx_len, intro->pmk, curve->hash_len) < 0) { in dpp_peer_intro()
4255 intro->pmk_len = curve->hash_len; in dpp_peer_intro()