Searched refs:with_nul (Results 1 – 1 of 1) sorted by relevance
| /linux/lib/tests/ |
| H A D | base64_kunit.c | 186 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()
|