Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dccp.h139 CCP_AES_ACTION_ENCRYPT, enumerator
144 #define CCP_AES_GHASHFINAL CCP_AES_ACTION_ENCRYPT
/Linux-v4.19/drivers/crypto/ccp/
Dccp-crypto-aes-galois.c131 return ccp_aes_gcm_crypt(req, CCP_AES_ACTION_ENCRYPT); in ccp_aes_gcm_encrypt()
Dccp-crypto-aes-xts.c177 rctx->cmd.u.xts.action = (encrypt) ? CCP_AES_ACTION_ENCRYPT in ccp_aes_xts_crypt()
Dccp-crypto-aes.c103 (encrypt) ? CCP_AES_ACTION_ENCRYPT : CCP_AES_ACTION_DECRYPT; in ccp_aes_crypt()
Dccp-crypto-aes-cmac.c164 rctx->cmd.u.aes.action = CCP_AES_ACTION_ENCRYPT; in ccp_do_cmac_update()
Dccp-ops.c657 if (aes->action == CCP_AES_ACTION_ENCRYPT) { in ccp_run_aes_gcm_cmd()
833 if (aes->action == CCP_AES_ACTION_ENCRYPT) { in ccp_run_aes_gcm_cmd()