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

/linux-master/arch/s390/crypto/
H A Ddes_s390.c89 static int ecb_desall_crypt(struct skcipher_request *req, unsigned long fc) function
138 return ecb_desall_crypt(req, CPACF_KM_DEA);
143 return ecb_desall_crypt(req, CPACF_KM_DEA | CPACF_DECRYPT);
256 return ecb_desall_crypt(req, CPACF_KM_TDEA_192);
261 return ecb_desall_crypt(req, CPACF_KM_TDEA_192 | CPACF_DECRYPT);

Completed in 114 milliseconds