Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/ccree/
Dcc_aead.c273 set_cipher_config0(&desc[0], DRV_CRYPTO_DIRECTION_ENCRYPT); in xcbc_setkey()
767 (direct == DRV_CRYPTO_DIRECTION_ENCRYPT) ? in cc_proc_authen_desc()
771 (direct == DRV_CRYPTO_DIRECTION_ENCRYPT) ? in cc_proc_authen_desc()
791 if (direct == DRV_CRYPTO_DIRECTION_ENCRYPT) { in cc_proc_authen_desc()
874 if (direct == DRV_CRYPTO_DIRECTION_ENCRYPT) { in cc_proc_digest_desc()
968 if (direct == DRV_CRYPTO_DIRECTION_ENCRYPT) { in cc_proc_cipher()
1180 if (direct == DRV_CRYPTO_DIRECTION_ENCRYPT) { in cc_get_data_flow()
1228 if (direct == DRV_CRYPTO_DIRECTION_ENCRYPT) { in cc_hmac_authenc()
1280 if (direct == DRV_CRYPTO_DIRECTION_ENCRYPT) { in cc_xcbc_authenc()
1494 set_cipher_config0(&desc[idx], DRV_CRYPTO_DIRECTION_ENCRYPT); in cc_ccm()
[all …]
Dcc_crypto_ctx.h83 DRV_CRYPTO_DIRECTION_ENCRYPT = 0, enumerator
Dcc_buffer_mgr.c633 if (areq_ctx->gen_ctx.op_type == DRV_CRYPTO_DIRECTION_ENCRYPT) in cc_unmap_aead_request()
1043 size_for_map += (direct == DRV_CRYPTO_DIRECTION_ENCRYPT) ? in cc_aead_chain_data()
1072 size_for_map += (direct == DRV_CRYPTO_DIRECTION_ENCRYPT) ? in cc_aead_chain_data()
1209 DRV_CRYPTO_DIRECTION_ENCRYPT) ? in cc_map_aead_request()
1292 if (areq_ctx->gen_ctx.op_type == DRV_CRYPTO_DIRECTION_ENCRYPT) in cc_map_aead_request()
Dcc_cipher.c692 ((direction == DRV_CRYPTO_DIRECTION_ENCRYPT) ? in cc_cipher_process()
769 return cc_cipher_process(req, DRV_CRYPTO_DIRECTION_ENCRYPT); in cc_cipher_encrypt()
Dcc_hash.c926 set_cipher_config0(&desc[idx], DRV_CRYPTO_DIRECTION_ENCRYPT); in cc_xcbc_setkey()