Searched refs:unwrapped_len (Results 1 – 1 of 1) sorted by relevance
2966 size_t unwrapped_len = 0; in dpp_auth_req_rx() local3100 unwrapped_len = wrapped_data_len - AES_BLOCK_SIZE; in dpp_auth_req_rx()3101 unwrapped = os_malloc(unwrapped_len); in dpp_auth_req_rx()3111 unwrapped, unwrapped_len); in dpp_auth_req_rx()3113 if (dpp_check_attrs(unwrapped, unwrapped_len) < 0) { in dpp_auth_req_rx()3118 i_nonce = dpp_get_attr(unwrapped, unwrapped_len, DPP_ATTR_I_NONCE, in dpp_auth_req_rx()3127 i_capab = dpp_get_attr(unwrapped, unwrapped_len, in dpp_auth_req_rx()3137 bin_clear_free(unwrapped, unwrapped_len); in dpp_auth_req_rx()3227 bin_clear_free(unwrapped, unwrapped_len); in dpp_auth_req_rx()3442 size_t unwrapped_len = 0; in dpp_auth_resp_rx_status() local[all …]