Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/crypto/chelsio/
Dchcr_crypto.h76 #define CHCR_SCMD_CIPHER_MODE_AES_CBC 1 macro
Dchcr_algo.c600 if (ablkctx->ciph_mode == CHCR_SCMD_CIPHER_MODE_AES_CBC) { in generate_copy_rrkey()
864 if ((ablkctx->ciph_mode == CHCR_SCMD_CIPHER_MODE_AES_CBC) || in create_cipher_wr()
888 ablkctx->ciph_mode == CHCR_SCMD_CIPHER_MODE_AES_CBC); in create_cipher_wr()
892 CHCR_SCMD_CIPHER_MODE_AES_CBC)) in create_cipher_wr()
953 ablkctx->ciph_mode = CHCR_SCMD_CIPHER_MODE_AES_CBC; in chcr_aes_cbc_setkey()
2524 temp = CHCR_SCMD_CIPHER_MODE_AES_CBC; in create_authenc_wr()