Home
last modified time | relevance | path

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

/linux/lib/
H A Dbase64.c21 [BASE64_IMAP] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+,",
58 [BASE64_IMAP] = BASE64_REV_INIT('+', ',')
/linux/include/linux/
H A Dbase64.h14 BASE64_IMAP, /* RFC 3501 */ enumerator
/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/fs/ceph/
H A Dcrypto.c268 elen = base64_encode(cryptbuf, len, p, false, BASE64_IMAP); in ceph_encode_encrypted_dname()
363 tname->name, false, BASE64_IMAP); in ceph_fname_to_usr()
H A Ddir.c1008 req->r_path2, false, BASE64_IMAP); in prep_encrypted_symlink_target()
H A Dinode.c950 declen = base64_decode(encsym, enclen, sym, false, BASE64_IMAP); in decode_encrypted_symlink()