Searched refs:fallback_blk_enc (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/crypto/ |
D | geode-aes.c | 198 static int fallback_blk_enc(struct blkcipher_desc *desc, in fallback_blk_enc() function 345 return fallback_blk_enc(desc, dst, src, nbytes); in geode_cbc_encrypt() 456 return fallback_blk_enc(desc, dst, src, nbytes); in geode_ecb_encrypt()
|
/linux-4.4.14/arch/s390/crypto/ |
D | aes_s390.c | 269 static int fallback_blk_enc(struct blkcipher_desc *desc, in fallback_blk_enc() function 347 return fallback_blk_enc(desc, dst, src, nbytes); in ecb_aes_encrypt() 488 return fallback_blk_enc(desc, dst, src, nbytes); in cbc_aes_encrypt()
|