Searched refs:unwrapped_len (Results 1 – 1 of 1) sorted by relevance
2404 size_t unwrapped_len = 0; in dpp_auth_req_rx() local2517 unwrapped_len = wrapped_data_len - AES_BLOCK_SIZE; in dpp_auth_req_rx()2518 unwrapped = os_malloc(unwrapped_len); in dpp_auth_req_rx()2528 unwrapped, unwrapped_len); in dpp_auth_req_rx()2530 if (dpp_check_attrs(unwrapped, unwrapped_len) < 0) { in dpp_auth_req_rx()2535 i_nonce = dpp_get_attr(unwrapped, unwrapped_len, DPP_ATTR_I_NONCE, in dpp_auth_req_rx()2544 i_capab = dpp_get_attr(unwrapped, unwrapped_len, in dpp_auth_req_rx()2554 bin_clear_free(unwrapped, unwrapped_len); in dpp_auth_req_rx()2641 bin_clear_free(unwrapped, unwrapped_len); in dpp_auth_req_rx()2855 size_t unwrapped_len = 0; in dpp_auth_resp_rx_status() local[all …]