Home
last modified time | relevance | path

Searched refs:DRV_CRYPTO_DIRECTION_DECRYPT (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/crypto/ccree/
Dcc_crypto_ctx.h92 DRV_CRYPTO_DIRECTION_DECRYPT = 1, enumerator
Dcc_buffer_mgr.c566 areq_ctx->gen_ctx.op_type == DRV_CRYPTO_DIRECTION_DECRYPT && in cc_unmap_aead_request()
718 if ((req->src == req->dst) || direct == DRV_CRYPTO_DIRECTION_DECRYPT) { in cc_prepare_aead_data_dlli()
758 if (direct == DRV_CRYPTO_DIRECTION_DECRYPT) { in cc_prepare_aead_data_mlli()
782 } else if (direct == DRV_CRYPTO_DIRECTION_DECRYPT) { in cc_prepare_aead_data_mlli()
981 DRV_CRYPTO_DIRECTION_DECRYPT) { in cc_update_aead_mlli_nents()
1032 areq_ctx->gen_ctx.op_type == DRV_CRYPTO_DIRECTION_DECRYPT && in cc_map_aead_request()
Dcc_aead.c231 if (areq_ctx->gen_ctx.op_type == DRV_CRYPTO_DIRECTION_DECRYPT) { in cc_aead_complete()
1328 unsigned int cipherlen = (direct == DRV_CRYPTO_DIRECTION_DECRYPT) ? in validate_data_size()
1331 if (direct == DRV_CRYPTO_DIRECTION_DECRYPT && in validate_data_size()
1429 if (req_ctx->gen_ctx.op_type == DRV_CRYPTO_DIRECTION_DECRYPT) { in cc_ccm()
1748 if (req_ctx->gen_ctx.op_type == DRV_CRYPTO_DIRECTION_DECRYPT) { in cc_proc_gcm_result()
1809 if (req_ctx->gen_ctx.op_type == DRV_CRYPTO_DIRECTION_DECRYPT) { in cc_gcm()
2101 rc = cc_proc_aead(req, DRV_CRYPTO_DIRECTION_DECRYPT); in cc_aead_decrypt()
2130 rc = cc_proc_aead(req, DRV_CRYPTO_DIRECTION_DECRYPT); in cc_rfc4309_ccm_decrypt()
2315 rc = cc_proc_aead(req, DRV_CRYPTO_DIRECTION_DECRYPT); in cc_rfc4106_gcm_decrypt()
2348 rc = cc_proc_aead(req, DRV_CRYPTO_DIRECTION_DECRYPT); in cc_rfc4543_gcm_decrypt()
Dcc_cipher.c929 return cc_cipher_process(req, DRV_CRYPTO_DIRECTION_DECRYPT); in cc_cipher_decrypt()
Dcc_hash.c1270 set_cipher_config0(&desc[idx], DRV_CRYPTO_DIRECTION_DECRYPT); in cc_mac_final()