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

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

Completed in 46 milliseconds