Home
last modified time | relevance | path

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

/linux/drivers/crypto/ccree/
A Dcc_crypto_ctx.h92 DRV_CRYPTO_DIRECTION_DECRYPT = 1, enumerator
A Dcc_buffer_mgr.c519 areq_ctx->gen_ctx.op_type == DRV_CRYPTO_DIRECTION_DECRYPT && in cc_unmap_aead_request()
654 if ((req->src == req->dst) || direct == DRV_CRYPTO_DIRECTION_DECRYPT) { in cc_prepare_aead_data_dlli()
694 if (direct == DRV_CRYPTO_DIRECTION_DECRYPT) { in cc_prepare_aead_data_mlli()
718 } else if (direct == DRV_CRYPTO_DIRECTION_DECRYPT) { in cc_prepare_aead_data_mlli()
910 DRV_CRYPTO_DIRECTION_DECRYPT) { in cc_update_aead_mlli_nents()
958 areq_ctx->gen_ctx.op_type == DRV_CRYPTO_DIRECTION_DECRYPT && in cc_map_aead_request()
A Dcc_aead.c227 if (areq_ctx->gen_ctx.op_type == DRV_CRYPTO_DIRECTION_DECRYPT) { in cc_aead_complete()
1318 unsigned int cipherlen = (direct == DRV_CRYPTO_DIRECTION_DECRYPT) ? in validate_data_size()
1321 if (direct == DRV_CRYPTO_DIRECTION_DECRYPT && in validate_data_size()
1419 if (req_ctx->gen_ctx.op_type == DRV_CRYPTO_DIRECTION_DECRYPT) { in cc_ccm()
1737 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()
2075 rc = cc_proc_aead(req, DRV_CRYPTO_DIRECTION_DECRYPT); in cc_aead_decrypt()
2099 rc = cc_proc_aead(req, DRV_CRYPTO_DIRECTION_DECRYPT); in cc_rfc4309_ccm_decrypt()
2262 rc = cc_proc_aead(req, DRV_CRYPTO_DIRECTION_DECRYPT); in cc_rfc4106_gcm_decrypt()
2289 rc = cc_proc_aead(req, DRV_CRYPTO_DIRECTION_DECRYPT); in cc_rfc4543_gcm_decrypt()
A Dcc_cipher.c1005 return cc_cipher_process(req, DRV_CRYPTO_DIRECTION_DECRYPT); in cc_cipher_decrypt()
A Dcc_hash.c1271 set_cipher_config0(&desc[idx], DRV_CRYPTO_DIRECTION_DECRYPT); in cc_mac_final()

Completed in 17 milliseconds