Home
last modified time | relevance | path

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

/linux/lib/
H A Dbase64.c21 [BASE64_IMAP] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+,",
58 [BASE64_IMAP] = BASE64_REV_INIT('+', ',')
/linux/lib/tests/
H A Dbase64_kunit.c251 n_imap = base64_encode(sample1, sizeof(sample1), imap_buf, false, BASE64_IMAP); in base64_variant_tests()
260 m = base64_decode(imap_buf, n_imap, back, false, BASE64_IMAP); in base64_variant_tests()
271 m = base64_decode(bad, strlen(bad), tmp, false, BASE64_IMAP); in base64_variant_tests()
/linux/include/linux/
H A Dbase64.h14 BASE64_IMAP, /* RFC 3501 */ enumerator
/linux/fs/ceph/
H A Ddir.c1010 req->r_path2, false, BASE64_IMAP); in prep_encrypted_symlink_target()
H A Dinode.c987 declen = base64_decode(encsym, enclen, sym, false, BASE64_IMAP); in decode_encrypted_symlink()