Searched refs:BASE64_URLSAFE (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ |
| H A D | base64.h | 13 BASE64_URLSAFE, /* RFC 4648 (base64url) */ enumerator
|
| /linux/lib/tests/ |
| H A D | base64_kunit.c | 234 n_url = base64_encode(sample1, sizeof(sample1), url_buf, false, BASE64_URLSAFE); in base64_variant_tests() 246 m = base64_decode(url_buf, n_url, back, false, BASE64_URLSAFE); in base64_variant_tests() 268 m = base64_decode(bad, strlen(bad), tmp, false, BASE64_URLSAFE); in base64_variant_tests()
|