Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/dpaax/caamflib/rta/
H A Doperation_cmd.h19 uint16_t aes_mode = aai & OP_ALG_AESA_MODE_MASK; in __rta_alg_aai_aes() local
24 if ((aes_mode != OP_ALG_AAI_CCM) && in __rta_alg_aai_aes()
25 (aes_mode != OP_ALG_AAI_GCM)) in __rta_alg_aai_aes()
29 switch (aes_mode) { in __rta_alg_aai_aes()
/f-stack/dpdk/drivers/crypto/ccp/
H A Dccp_crypto.h262 enum ccp_aes_mode aes_mode; member
286 enum ccp_aes_mode aes_mode; member
H A Dccp_crypto.c689 sess->cipher.um.aes_mode = CCP_AES_MODE_CTR; in ccp_configure_session_cipher()
694 sess->cipher.um.aes_mode = CCP_AES_MODE_ECB; in ccp_configure_session_cipher()
699 sess->cipher.um.aes_mode = CCP_AES_MODE_CBC; in ccp_configure_session_cipher()
1073 sess->auth.um.aes_mode = CCP_AES_MODE_CMAC; in ccp_configure_session_auth()
1135 sess->cipher.um.aes_mode = CCP_AES_MODE_GCTR; in ccp_configure_session_aead()
1152 sess->auth.um.aes_mode = CCP_AES_MODE_GHASH; in ccp_configure_session_aead()
2052 CCP_AES_MODE(&function) = session->auth.um.aes_mode; in ccp_perform_aes_cmac()
2197 if (session->cipher.um.aes_mode != CCP_AES_MODE_ECB) { in ccp_perform_aes()
2198 if (session->cipher.um.aes_mode == CCP_AES_MODE_CTR) { in ccp_perform_aes()
2239 CCP_AES_MODE(&function) = session->cipher.um.aes_mode; in ccp_perform_aes()
[all …]