Searched refs:safexcel_crypto_priv (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/crypto/inside-secure/ |
A D | safexcel_ring.c | 13 int safexcel_init_ring_descriptors(struct safexcel_crypto_priv *priv, in safexcel_init_ring_descriptors() 72 inline int safexcel_select_ring(struct safexcel_crypto_priv *priv) in safexcel_select_ring() 77 static void *safexcel_ring_next_cwptr(struct safexcel_crypto_priv *priv, in safexcel_ring_next_cwptr() 102 static void *safexcel_ring_next_rwptr(struct safexcel_crypto_priv *priv, in safexcel_ring_next_rwptr() 123 void *safexcel_ring_next_rptr(struct safexcel_crypto_priv *priv, in safexcel_ring_next_rptr() 139 inline void *safexcel_ring_curr_rptr(struct safexcel_crypto_priv *priv, in safexcel_ring_curr_rptr() 147 inline int safexcel_ring_first_rdr_index(struct safexcel_crypto_priv *priv, in safexcel_ring_first_rdr_index() 155 inline int safexcel_ring_rdr_rdesc_index(struct safexcel_crypto_priv *priv, in safexcel_ring_rdr_rdesc_index() 164 void safexcel_ring_rollback_wptr(struct safexcel_crypto_priv *priv, in safexcel_ring_rollback_wptr() 179 struct safexcel_command_desc *safexcel_add_cdesc(struct safexcel_crypto_priv *priv, in safexcel_add_cdesc() [all …]
|
A D | safexcel.h | 690 struct safexcel_crypto_priv *priv; 811 struct safexcel_crypto_priv { struct 834 int (*handle_result)(struct safexcel_crypto_priv *priv, int ring, argument 838 struct safexcel_crypto_priv *priv; 871 struct safexcel_crypto_priv *priv; 887 int safexcel_rdesc_check_errors(struct safexcel_crypto_priv *priv, 891 struct safexcel_crypto_priv *priv, 896 int safexcel_select_ring(struct safexcel_crypto_priv *priv); 897 void *safexcel_ring_next_rptr(struct safexcel_crypto_priv *priv, 918 void safexcel_rdr_req_set(struct safexcel_crypto_priv *priv, [all …]
|
A D | safexcel.c | 77 static u32 eip197_trc_cache_probe(struct safexcel_crypto_priv *priv, in eip197_trc_cache_probe() 158 static int eip197_trc_cache_init(struct safexcel_crypto_priv *priv) in eip197_trc_cache_init() 586 static int safexcel_hw_init(struct safexcel_crypto_priv *priv) in safexcel_hw_init() 977 struct safexcel_crypto_priv *priv, in safexcel_invalidate_cache() 1086 struct safexcel_crypto_priv *priv; 1093 struct safexcel_crypto_priv *priv = irq_data->priv; in safexcel_irq_ring() 1130 struct safexcel_crypto_priv *priv = irq_data->priv; in safexcel_irq_ring_thread() 1398 struct safexcel_crypto_priv *priv, in safexcel_probe_generic() 1726 struct safexcel_crypto_priv *priv; in safexcel_probe() 1849 struct safexcel_crypto_priv *priv; in safexcel_pci_probe() [all …]
|
A D | safexcel_cipher.c | 47 struct safexcel_crypto_priv *priv; 377 struct safexcel_crypto_priv *priv = ctx->base.priv; in safexcel_skcipher_aes_setkey() 408 struct safexcel_crypto_priv *priv = ctx->base.priv; in safexcel_aead_setkey() 511 struct safexcel_crypto_priv *priv = ctx->base.priv; in safexcel_context_control() 678 struct safexcel_crypto_priv *priv = ctx->base.priv; in safexcel_send_req() 1006 struct safexcel_crypto_priv *priv = ctx->base.priv; in safexcel_cipher_send_inv() 1025 struct safexcel_crypto_priv *priv = ctx->base.priv; in safexcel_skcipher_send() 1058 struct safexcel_crypto_priv *priv = ctx->base.priv; in safexcel_aead_send() 1080 struct safexcel_crypto_priv *priv = ctx->base.priv; in safexcel_cipher_exit_inv() 1143 struct safexcel_crypto_priv *priv = ctx->base.priv; in safexcel_queue_req() [all …]
|
A D | safexcel_hash.c | 112 struct safexcel_crypto_priv *priv = ctx->base.priv; in safexcel_context_control() 226 static int safexcel_handle_req_result(struct safexcel_crypto_priv *priv, in safexcel_handle_req_result() 317 struct safexcel_crypto_priv *priv = ctx->base.priv; in safexcel_ahash_send_req() 517 static int safexcel_handle_inv_result(struct safexcel_crypto_priv *priv, in safexcel_handle_inv_result() 567 static int safexcel_handle_result(struct safexcel_crypto_priv *priv, int ring, in safexcel_handle_result() 625 struct safexcel_crypto_priv *priv = ctx->base.priv; in safexcel_ahash_exit_inv() 693 struct safexcel_crypto_priv *priv = ctx->base.priv; in safexcel_ahash_enqueue() 964 struct safexcel_crypto_priv *priv = ctx->base.priv; in safexcel_ahash_cra_exit() 1197 struct safexcel_crypto_priv *priv = base->priv; in safexcel_hmac_setkey()
|
Completed in 23 milliseconds