Searched refs:BASE64_IMAP (Results 1 – 6 of 6) sorted by relevance
| /linux/lib/ |
| H A D | base64.c | 21 [BASE64_IMAP] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+,", 58 [BASE64_IMAP] = BASE64_REV_INIT('+', ',')
|
| /linux/include/linux/ |
| H A D | base64.h | 14 BASE64_IMAP, /* RFC 3501 */ enumerator
|
| /linux/lib/tests/ |
| H A D | base64_kunit.c | 251 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 D | crypto.c | 268 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 D | dir.c | 1008 req->r_path2, false, BASE64_IMAP); in prep_encrypted_symlink_target()
|
| H A D | inode.c | 950 declen = base64_decode(encsym, enclen, sym, false, BASE64_IMAP); in decode_encrypted_symlink()
|