Home
last modified time | relevance | path

Searched refs:ctr_desall_crypt (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/arch/s390/crypto/
Ddes_s390.c385 static int ctr_desall_crypt(struct blkcipher_desc *desc, long func, in ctr_desall_crypt() function
460 return ctr_desall_crypt(desc, KMCTR_DEA_ENCRYPT, ctx, &walk); in ctr_des_encrypt()
471 return ctr_desall_crypt(desc, KMCTR_DEA_DECRYPT, ctx, &walk); in ctr_des_decrypt()
503 return ctr_desall_crypt(desc, KMCTR_TDEA_192_ENCRYPT, ctx, &walk); in ctr_des3_encrypt()
514 return ctr_desall_crypt(desc, KMCTR_TDEA_192_DECRYPT, ctx, &walk); in ctr_des3_decrypt()