Searched refs:ctr_desall_crypt (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/arch/s390/crypto/ |
| D | des_s390.c | 386 static int ctr_desall_crypt(struct blkcipher_desc *desc, long func, in ctr_desall_crypt() function 461 return ctr_desall_crypt(desc, KMCTR_DEA_ENCRYPT, ctx, &walk); in ctr_des_encrypt() 472 return ctr_desall_crypt(desc, KMCTR_DEA_DECRYPT, ctx, &walk); in ctr_des_decrypt() 504 return ctr_desall_crypt(desc, KMCTR_TDEA_192_ENCRYPT, ctx, &walk); in ctr_des3_encrypt() 515 return ctr_desall_crypt(desc, KMCTR_TDEA_192_DECRYPT, ctx, &walk); in ctr_des3_decrypt()
|