Home
last modified time | relevance | path

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

/linux/lib/
H A Dbase64.c20 [BASE64_URLSAFE] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",
57 [BASE64_URLSAFE] = BASE64_REV_INIT('-', '_'),
/linux/include/linux/
H A Dbase64.h13 BASE64_URLSAFE, /* RFC 4648 (base64url) */ enumerator
/linux/lib/tests/
H A Dbase64_kunit.c234 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()
/linux/fs/crypto/
H A Dfname.c314 oname->name, false, BASE64_URLSAFE); in fscrypt_fname_disk_to_usr()
394 fname->crypto_buf.name, false, BASE64_URLSAFE); in fscrypt_setup_filename()