Searched refs:cbc_desall_crypt (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/arch/s390/crypto/ |
| D | des_s390.c | 109 static int cbc_desall_crypt(struct blkcipher_desc *desc, long func, in cbc_desall_crypt() function 193 return cbc_desall_crypt(desc, KMC_DEA_ENCRYPT, &walk); in cbc_des_encrypt() 203 return cbc_desall_crypt(desc, KMC_DEA_DECRYPT, &walk); in cbc_des_decrypt() 339 return cbc_desall_crypt(desc, KMC_TDEA_192_ENCRYPT, &walk); in cbc_des3_encrypt() 349 return cbc_desall_crypt(desc, KMC_TDEA_192_DECRYPT, &walk); in cbc_des3_decrypt()
|