Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/ccree/
Dcc_aead.c1416 unsigned int cipher_flow_mode; in cc_ccm() local
1420 cipher_flow_mode = AES_to_HASH_and_DOUT; in cc_ccm()
1423 cipher_flow_mode = AES_and_HASH; in cc_ccm()
1489 cc_proc_cipher_desc(req, cipher_flow_mode, desc, &idx); in cc_ccm()
1796 unsigned int cipher_flow_mode; in cc_gcm() local
1810 cipher_flow_mode = AES_and_HASH; in cc_gcm()
1812 cipher_flow_mode = AES_to_HASH_and_DOUT; in cc_gcm()
1823 cc_proc_cipher_desc(req, cipher_flow_mode, desc, seq_size); in cc_gcm()