Searched refs:OCS_ENCRYPT (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/crypto/keembay/ |
D | keembay-ocs-aes-core.c | 331 if (instruction == OCS_ENCRYPT) in kmb_ocs_sk_common() 562 if (rctx->cts_swap && rctx->instruction == OCS_ENCRYPT) { in kmb_ocs_sk_run() 572 if (rctx->instruction == OCS_ENCRYPT) { in kmb_ocs_sk_run() 662 return (instruction == OCS_ENCRYPT) ? in kmb_ocs_aead_common() 820 rctx->instruction == OCS_ENCRYPT)) { in kmb_ocs_aead_dma_prepare() 1014 return kmb_ocs_sk_common(req, OCS_AES, OCS_ENCRYPT, OCS_MODE_ECB); in kmb_ocs_aes_ecb_encrypt() 1025 return kmb_ocs_sk_common(req, OCS_AES, OCS_ENCRYPT, OCS_MODE_CBC); in kmb_ocs_aes_cbc_encrypt() 1035 return kmb_ocs_sk_common(req, OCS_AES, OCS_ENCRYPT, OCS_MODE_CTR); in kmb_ocs_aes_ctr_encrypt() 1046 return kmb_ocs_sk_common(req, OCS_AES, OCS_ENCRYPT, OCS_MODE_CTS); in kmb_ocs_aes_cts_encrypt() 1057 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()
|