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

/linux-4.1.27/arch/s390/crypto/
H A Ddes_s390.c85 static int ecb_desall_crypt(struct blkcipher_desc *desc, long func, ecb_desall_crypt() function
151 return ecb_desall_crypt(desc, KM_DEA_ENCRYPT, ctx->key, &walk); ecb_des_encrypt()
162 return ecb_desall_crypt(desc, KM_DEA_DECRYPT, ctx->key, &walk); ecb_des_decrypt()
297 return ecb_desall_crypt(desc, KM_TDEA_192_ENCRYPT, ctx->key, &walk); ecb_des3_encrypt()
308 return ecb_desall_crypt(desc, KM_TDEA_192_DECRYPT, ctx->key, &walk); ecb_des3_decrypt()

Completed in 41 milliseconds