Searched refs:cbc_desall_crypt (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/s390/crypto/ |
D | des_s390.c | 108 static int cbc_desall_crypt(struct blkcipher_desc *desc, long func, in cbc_desall_crypt() function 192 return cbc_desall_crypt(desc, KMC_DEA_ENCRYPT, &walk); in cbc_des_encrypt() 202 return cbc_desall_crypt(desc, KMC_DEA_DECRYPT, &walk); in cbc_des_decrypt() 338 return cbc_desall_crypt(desc, KMC_TDEA_192_ENCRYPT, &walk); in cbc_des3_encrypt() 348 return cbc_desall_crypt(desc, KMC_TDEA_192_DECRYPT, &walk); in cbc_des3_decrypt()
|