Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/ccree/
Dcc_aead.c1405 unsigned int cipher_flow_mode; in cc_ccm() local
1409 cipher_flow_mode = AES_to_HASH_and_DOUT; in cc_ccm()
1412 cipher_flow_mode = AES_and_HASH; in cc_ccm()
1478 cc_proc_cipher_desc(req, cipher_flow_mode, desc, &idx); in cc_ccm()
1786 unsigned int cipher_flow_mode; in cc_gcm() local
1789 cipher_flow_mode = AES_and_HASH; in cc_gcm()
1791 cipher_flow_mode = AES_to_HASH_and_DOUT; in cc_gcm()
1813 cc_proc_cipher_desc(req, cipher_flow_mode, desc, seq_size); in cc_gcm()