Lines Matching defs:cipher_s390
239 u8 *cipher_generic = NULL, *cipher_s390 = NULL;
262 cipher_s390 = vzalloc(data_size);
263 if (!cipher_s390) {
264 pr_info("could not allocate cipher_s390 buffer\n");
297 ret = test_skcipher("chacha20-s390", revert, cipher_s390, plain);
309 if (memcmp(cipher_generic, cipher_s390, data_size)) {
317 memset(cipher_s390, 0, data_size);
321 test_lib_chacha(revert, cipher_s390, plain);
331 if (memcmp(cipher_generic, cipher_s390, data_size)) {
346 if (cipher_s390)
347 vfree(cipher_s390);