Lines Matching refs:base64
17 #include "utils/base64.h"
843 "DPP: Invalid base64 encoding on URI public-key");
846 wpa_hexdump(MSG_DEBUG, "DPP: Base64 decoded URI public-key",
1315 unsigned char *base64 = NULL;
1356 base64 = base64_encode(wpabuf_head(der), wpabuf_len(der), &len);
1359 if (!base64)
1361 pos = (char *) base64;
1369 return (char *) base64;
1371 os_free(base64);