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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/crypto/
H A Daes_s390.c251 static int cbc_aes_crypt(struct blkcipher_desc *desc, long func, void *param, function
287 return cbc_aes_crypt(desc, sctx->enc, sctx->iv, &walk);
298 return cbc_aes_crypt(desc, sctx->dec, sctx->iv, &walk);

Completed in 87 milliseconds