HomeSort by: relevance | last modified time | path
    Searched defs:unwrapped2 (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/wpa/dist/src/common/
dpp_auth.c 1410 u8 *unwrapped = NULL, *unwrapped2 = NULL; local
1680 unwrapped2 = os_malloc(unwrapped2_len);
1681 if (!unwrapped2)
1685 0, NULL, NULL, unwrapped2) < 0) {
1690 unwrapped2, unwrapped2_len);
1692 if (dpp_check_attrs(unwrapped2, unwrapped2_len) < 0) {
1698 r_auth = dpp_get_attr(unwrapped2, unwrapped2_len, DPP_ATTR_R_AUTH_TAG,
1715 bin_clear_free(unwrapped2, unwrapped2_len);
1721 bin_clear_free(unwrapped2, unwrapped2_len);
1737 bin_clear_free(unwrapped2, unwrapped2_len)
    [all...]

Completed in 26 milliseconds