Home
last modified time | relevance | path

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

/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()