Searched refs:vp_len (Results 1 – 2 of 2) sorted by relevance
768 char *settings_str_from_bytes(const void *vp, int vp_len, in settings_str_from_bytes() argument771 if (BASE64_ENCODE_SIZE(vp_len) > buf_len) { in settings_str_from_bytes()775 base64_encode(vp, vp_len, buf, 1); in settings_str_from_bytes()
477 char *settings_str_from_bytes(const void *vp, int vp_len,