Home
last modified time | relevance | path

Searched refs:b64_size (Results 1 – 1 of 1) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Dhs20_supplicant.c345 size_t b64_size; in hs20_get_icon() local
363 b64 = base64_encode(&icon->image[offset], size, &b64_size); in hs20_get_icon()
364 if (b64 && buf_len >= b64_size) { in hs20_get_icon()
365 os_memcpy(reply, b64, b64_size); in hs20_get_icon()
366 reply_size = b64_size; in hs20_get_icon()