Searched refs:unwrapped2_len (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/wpa/dist/src/common/
H A Ddpp.c3645 size_t unwrapped_len = 0, unwrapped2_len = 0; local
3905 unwrapped2_len = wrapped2_len - AES_BLOCK_SIZE;
3906 unwrapped2 = os_malloc(unwrapped2_len);
3916 unwrapped2, unwrapped2_len);
3918 if (dpp_check_attrs(unwrapped2, unwrapped2_len) < 0) {
3924 r_auth = dpp_get_attr(unwrapped2, unwrapped2_len, DPP_ATTR_R_AUTH_TAG,
3941 bin_clear_free(unwrapped2, unwrapped2_len);
3947 bin_clear_free(unwrapped2, unwrapped2_len);
3963 bin_clear_free(unwrapped2, unwrapped2_len);

Completed in 120 milliseconds