Searched refs:ecb_aes_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 Daes_s390.c297 static int ecb_aes_crypt(struct blkcipher_desc *desc, long func, void *param, function
330 return ecb_aes_crypt(desc, sctx->enc, sctx->key, &walk);
344 return ecb_aes_crypt(desc, sctx->dec, sctx->key, &walk);

Completed in 61 milliseconds