Home
last modified time | relevance | path

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

/linux/lib/tests/
H A Dbase64_kunit.c186 char with_nul[4] = { 'Z', 'g', '\0', '=' }; in base64_std_decode_tests() local
188 expect_decode_err(test, with_nul, 4, true, BASE64_STD); in base64_std_decode_tests()
218 char with_nul[4] = { 'Z', 'g', '\0', '=' }; in base64_std_decode_tests() local
220 expect_decode_err(test, with_nul, 4, false, BASE64_STD); in base64_std_decode_tests()