Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/ccp/
H A Dccp_crypto.h31 #define CCP_AES_ENCRYPT(p) ((p)->aes.encrypt) macro
H A Dccp_crypto.c2051 CCP_AES_ENCRYPT(&function) = CCP_CIPHER_DIR_ENCRYPT; in ccp_perform_aes_cmac()
2238 CCP_AES_ENCRYPT(&function) = session->cipher.dir; in ccp_perform_aes()
2419 CCP_AES_ENCRYPT(&function) = CCP_AES_MODE_GHASH_AAD; in ccp_perform_aes_gcm()
2452 CCP_AES_ENCRYPT(&function) = session->cipher.dir; in ccp_perform_aes_gcm()
2503 CCP_AES_ENCRYPT(&function) = CCP_AES_MODE_GHASH_FINAL; in ccp_perform_aes_gcm()