Home
last modified time | relevance | path

Searched defs:nx_crypto_ctx (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/nx/
Dnx.h117 struct nx_crypto_ctx { struct
118 spinlock_t lock; /* synchronize access to the context */
119 void *kmem; /* unaligned, kmalloc'd buffer */
120 size_t kmem_len; /* length of kmem */
121 struct nx_csbcpb *csbcpb; /* aligned page given to phyp @ hcall time */
145 int nx_crypto_ctx_aes_ccm_init(struct crypto_aead *tfm); argument
155 void nx_ctx_init(struct nx_crypto_ctx *nx_ctx, unsigned int function); argument
/kernel/linux/linux-4.19/drivers/crypto/nx/
Dnx.h128 struct nx_crypto_ctx { struct
129 spinlock_t lock; /* synchronize access to the context */
130 void *kmem; /* unaligned, kmalloc'd buffer */
131 size_t kmem_len; /* length of kmem */
132 struct nx_csbcpb *csbcpb; /* aligned page given to phyp @ hcall time */
156 int nx_crypto_ctx_aes_ccm_init(struct crypto_aead *tfm); argument
165 void nx_ctx_init(struct nx_crypto_ctx *nx_ctx, unsigned int function); argument