Lines Matching refs:pr_info
81 pr_info("lib encryption took: %lld nsec", end - start); in test_lib_chacha()
95 pr_info("lib decryption took: %lld nsec", end - start); in test_lib_chacha()
110 pr_info("skcipher encrypt returned with result" in test_skcipher_encdec()
118 pr_info("skcipher decrypt returned with result" in test_skcipher_encdec()
137 pr_info("could not allocate skcipher %s handle\n", name); in test_skcipher()
143 pr_info("could not allocate skcipher request\n"); in test_skcipher()
156 pr_info("key could not be set\n"); in test_skcipher()
187 pr_info("%s tfm encryption successful, took %lld nsec\n", name, end - start); in test_skcipher()
211 pr_info("%s tfm decryption successful, took %lld nsec\n", name, end - start); in test_skcipher()
220 pr_info("skcipher %s: cryptlen %d blksize %d stride %d " in test_skcipher()
242 pr_info("s390 ChaCha20 test module: size=%d debug=%d\n", in chacha_s390_test_init()
248 pr_info("could not allocate plain buffer\n"); in chacha_s390_test_init()
257 pr_info("could not allocate cipher_generic buffer\n"); in chacha_s390_test_init()
264 pr_info("could not allocate cipher_s390 buffer\n"); in chacha_s390_test_init()
271 pr_info("could not allocate revert buffer\n"); in chacha_s390_test_init()
287 pr_info("generic en/decryption check FAILED\n"); in chacha_s390_test_init()
292 pr_info("generic en/decryption check OK\n"); in chacha_s390_test_init()
302 pr_info("s390 en/decryption check FAILED\n"); in chacha_s390_test_init()
307 pr_info("s390 en/decryption check OK\n"); in chacha_s390_test_init()
310 pr_info("s390 vs generic check FAILED\n"); in chacha_s390_test_init()
315 pr_info("s390 vs generic check OK\n"); in chacha_s390_test_init()
324 pr_info("lib en/decryption check FAILED\n"); in chacha_s390_test_init()
329 pr_info("lib en/decryption check OK\n"); in chacha_s390_test_init()
332 pr_info("lib vs generic check FAILED\n"); in chacha_s390_test_init()
337 pr_info("lib vs generic check OK\n"); in chacha_s390_test_init()
339 pr_info("--- chacha20 s390 test end ---\n"); in chacha_s390_test_init()
356 pr_info("s390 ChaCha20 test module exit\n"); in chacha_s390_test_exit()