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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/crypto/
H A Ddes_s390.c110 static int cbc_desall_crypt(struct blkcipher_desc *desc, long func, function
189 return cbc_desall_crypt(desc, KMC_DEA_ENCRYPT, sctx->iv, &walk);
200 return cbc_desall_crypt(desc, KMC_DEA_DECRYPT, sctx->iv, &walk);
343 return cbc_desall_crypt(desc, KMC_TDEA_192_ENCRYPT, sctx->iv, &walk);
354 return cbc_desall_crypt(desc, KMC_TDEA_192_DECRYPT, sctx->iv, &walk);

Completed in 57 milliseconds