Home
last modified time | relevance | path

Searched refs:ciph_mode (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/crypto/bcm/
A Dspu2.c311 enum spu2_cipher_mode ciph_mode; in spu2_dump_fmd_ctrl0() local
332 ciph_mode = (ctrl0 & SPU2_CIPH_MODE) >> SPU2_CIPH_MODE_SHIFT; in spu2_dump_fmd_ctrl0()
333 ciph_mode_name = spu2_ciph_mode_name(ciph_mode); in spu2_dump_fmd_ctrl0()
/linux/drivers/crypto/chelsio/
A Dchcr_crypto.h177 unsigned char ciph_mode; member
A Dchcr_algo.c596 if (ablkctx->ciph_mode == CHCR_SCMD_CIPHER_MODE_AES_CBC) { in generate_copy_rrkey()
847 ablkctx->ciph_mode, in create_cipher_wr()
860 if ((ablkctx->ciph_mode == CHCR_SCMD_CIPHER_MODE_AES_CBC) || in create_cipher_wr()
861 (ablkctx->ciph_mode == CHCR_SCMD_CIPHER_MODE_AES_CTR)) { in create_cipher_wr()
884 ablkctx->ciph_mode == CHCR_SCMD_CIPHER_MODE_AES_CBC); in create_cipher_wr()
887 if (reqctx->op && (ablkctx->ciph_mode == in create_cipher_wr()
949 ablkctx->ciph_mode = CHCR_SCMD_CIPHER_MODE_AES_CBC; in chcr_aes_cbc_setkey()
978 ablkctx->ciph_mode = CHCR_SCMD_CIPHER_MODE_AES_CTR; in chcr_aes_ctr_setkey()
1015 ablkctx->ciph_mode = CHCR_SCMD_CIPHER_MODE_AES_CTR; in chcr_aes_rfc3686_setkey()
2283 ablkctx->ciph_mode = CHCR_SCMD_CIPHER_MODE_AES_XTS; in chcr_aes_xts_setkey()

Completed in 19 milliseconds