Home
last modified time | relevance | path

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

/linux/lib/tests/
H A Dbase64_kunit.c230 int n_std, n_url, n_imap, m; in base64_variant_tests() local
251 n_imap = base64_encode(sample1, sizeof(sample1), imap_buf, false, BASE64_IMAP); in base64_variant_tests()
253 imap_buf[n_imap] = '\0'; in base64_variant_tests()
260 m = base64_decode(imap_buf, n_imap, back, false, BASE64_IMAP); in base64_variant_tests()