Home
last modified time | relevance | path

Searched refs:CHCR_SCMD_CIPHER_MODE_AES_CBC (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/crypto/chelsio/
Dchcr_crypto.h75 #define CHCR_SCMD_CIPHER_MODE_AES_CBC 1 macro
Dchcr_algo.c583 if (ablkctx->ciph_mode == CHCR_SCMD_CIPHER_MODE_AES_CBC) { in generate_copy_rrkey()
798 if ((ablkctx->ciph_mode == CHCR_SCMD_CIPHER_MODE_AES_CBC) || in create_cipher_wr()
822 ablkctx->ciph_mode == CHCR_SCMD_CIPHER_MODE_AES_CBC); in create_cipher_wr()
826 CHCR_SCMD_CIPHER_MODE_AES_CBC)) in create_cipher_wr()
893 ablkctx->ciph_mode = CHCR_SCMD_CIPHER_MODE_AES_CBC; in chcr_aes_cbc_setkey()
2349 temp = CHCR_SCMD_CIPHER_MODE_AES_CBC; in create_authenc_wr()