Searched refs:ecb_desall_crypt (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/arch/s390/crypto/ |
| D | des_s390.c | 86 static int ecb_desall_crypt(struct blkcipher_desc *desc, long func, in ecb_desall_crypt() function 152 return ecb_desall_crypt(desc, KM_DEA_ENCRYPT, ctx->key, &walk); in ecb_des_encrypt() 163 return ecb_desall_crypt(desc, KM_DEA_DECRYPT, ctx->key, &walk); in ecb_des_decrypt() 298 return ecb_desall_crypt(desc, KM_TDEA_192_ENCRYPT, ctx->key, &walk); in ecb_des3_encrypt() 309 return ecb_desall_crypt(desc, KM_TDEA_192_DECRYPT, ctx->key, &walk); in ecb_des3_decrypt()
|