Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/bcm/
H 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()
/OK3568_Linux_fs/kernel/drivers/crypto/chelsio/
H A Dchcr_crypto.h177 unsigned char ciph_mode; member
H A Dchcr_algo.c600 if (ablkctx->ciph_mode == CHCR_SCMD_CIPHER_MODE_AES_CBC) { in generate_copy_rrkey()
854 ablkctx->ciph_mode, in create_cipher_wr()
867 if ((ablkctx->ciph_mode == CHCR_SCMD_CIPHER_MODE_AES_CBC) || in create_cipher_wr()
868 (ablkctx->ciph_mode == CHCR_SCMD_CIPHER_MODE_AES_CTR)) { in create_cipher_wr()
891 ablkctx->ciph_mode == CHCR_SCMD_CIPHER_MODE_AES_CBC); in create_cipher_wr()
894 if (reqctx->op && (ablkctx->ciph_mode == in create_cipher_wr()
956 ablkctx->ciph_mode = CHCR_SCMD_CIPHER_MODE_AES_CBC; in chcr_aes_cbc_setkey()
985 ablkctx->ciph_mode = CHCR_SCMD_CIPHER_MODE_AES_CTR; in chcr_aes_ctr_setkey()
1022 ablkctx->ciph_mode = CHCR_SCMD_CIPHER_MODE_AES_CTR; in chcr_aes_rfc3686_setkey()
2289 ablkctx->ciph_mode = CHCR_SCMD_CIPHER_MODE_AES_XTS; in chcr_aes_xts_setkey()