Searched refs:cbc_desall_crypt (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/s390/crypto/
H A Ddes_s390.c108 static int cbc_desall_crypt(struct blkcipher_desc *desc, long func, cbc_desall_crypt() function
192 return cbc_desall_crypt(desc, KMC_DEA_ENCRYPT, &walk); cbc_des_encrypt()
202 return cbc_desall_crypt(desc, KMC_DEA_DECRYPT, &walk); cbc_des_decrypt()
338 return cbc_desall_crypt(desc, KMC_TDEA_192_ENCRYPT, &walk); cbc_des3_encrypt()
348 return cbc_desall_crypt(desc, KMC_TDEA_192_DECRYPT, &walk); cbc_des3_decrypt()

Completed in 33 milliseconds