Searched refs:OCS_ENCRYPT (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/crypto/intel/keembay/ |
D | keembay-ocs-aes-core.c | 328 if (instruction == OCS_ENCRYPT) in kmb_ocs_sk_common() 559 if (rctx->cts_swap && rctx->instruction == OCS_ENCRYPT) { in kmb_ocs_sk_run() 569 if (rctx->instruction == OCS_ENCRYPT) { in kmb_ocs_sk_run() 659 return (instruction == OCS_ENCRYPT) ? in kmb_ocs_aead_common() 817 rctx->instruction == OCS_ENCRYPT)) { in kmb_ocs_aead_dma_prepare() 1011 return kmb_ocs_sk_common(req, OCS_AES, OCS_ENCRYPT, OCS_MODE_ECB); in kmb_ocs_aes_ecb_encrypt() 1022 return kmb_ocs_sk_common(req, OCS_AES, OCS_ENCRYPT, OCS_MODE_CBC); in kmb_ocs_aes_cbc_encrypt() 1032 return kmb_ocs_sk_common(req, OCS_AES, OCS_ENCRYPT, OCS_MODE_CTR); in kmb_ocs_aes_ctr_encrypt() 1043 return kmb_ocs_sk_common(req, OCS_AES, OCS_ENCRYPT, OCS_MODE_CTS); in kmb_ocs_aes_cts_encrypt() 1054 return kmb_ocs_aead_common(req, OCS_AES, OCS_ENCRYPT, OCS_MODE_GCM); in kmb_ocs_aes_gcm_encrypt() [all …]
|
D | ocs-aes.h | 28 OCS_ENCRYPT = 0, enumerator
|
D | ocs-aes.c | 617 if (instruction != OCS_ENCRYPT && instruction != OCS_DECRYPT && in ocs_aes_validate_inputs() 1382 if (instruction == OCS_ENCRYPT) { in ocs_aes_ccm_op()
|