Searched refs:wrapped_r_auth_len (Results 1 - 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp_auth.c | 241 size_t wrapped_r_auth_len, in dpp_auth_build_resp() 373 WPA_PUT_LE16(pos, wrapped_r_auth_len); in dpp_auth_build_resp() 375 os_memcpy(pos, wrapped_r_auth, wrapped_r_auth_len); in dpp_auth_build_resp() 376 pos += wrapped_r_auth_len; in dpp_auth_build_resp() 425 size_t wrapped_r_auth_len; in dpp_auth_build_resp_ok() local 519 wrapped_r_auth_len = 4 + auth->curve->hash_len + AES_BLOCK_SIZE; in dpp_auth_build_resp_ok() 521 wrapped_r_auth, wrapped_r_auth_len); in dpp_auth_build_resp_ok() 570 wrapped_r_auth_len = 0; in dpp_auth_build_resp_ok() 589 w_r_auth, wrapped_r_auth_len, in dpp_auth_build_resp_ok() 233 dpp_auth_build_resp(struct dpp_authentication *auth, enum dpp_status_error status, const struct wpabuf *pr, size_t nonce_len, const u8 *r_pubkey_hash, const u8 *i_pubkey_hash, const u8 *r_nonce, const u8 *i_nonce, const u8 *wrapped_r_auth, size_t wrapped_r_auth_len, const u8 *siv_key) dpp_auth_build_resp() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dpp.c | 1849 size_t wrapped_r_auth_len, in dpp_auth_build_resp() 1978 WPA_PUT_LE16(pos, wrapped_r_auth_len); in dpp_auth_build_resp() 1980 os_memcpy(pos, wrapped_r_auth, wrapped_r_auth_len); in dpp_auth_build_resp() 1981 pos += wrapped_r_auth_len; in dpp_auth_build_resp() 2829 size_t wrapped_r_auth_len; in dpp_auth_build_resp_ok() local 2923 wrapped_r_auth_len = 4 + auth->curve->hash_len + AES_BLOCK_SIZE; in dpp_auth_build_resp_ok() 2925 wrapped_r_auth, wrapped_r_auth_len); in dpp_auth_build_resp_ok() 2974 wrapped_r_auth_len = 0; in dpp_auth_build_resp_ok() 2993 w_r_auth, wrapped_r_auth_len, in dpp_auth_build_resp_ok() 1841 dpp_auth_build_resp(struct dpp_authentication *auth, enum dpp_status_error status, const struct wpabuf *pr, size_t nonce_len, const u8 *r_pubkey_hash, const u8 *i_pubkey_hash, const u8 *r_nonce, const u8 *i_nonce, const u8 *wrapped_r_auth, size_t wrapped_r_auth_len, const u8 *siv_key) dpp_auth_build_resp() argument
|
Completed in 13 milliseconds