Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/nx/
Dnx.h127 struct nx_crypto_ctx { struct
128 spinlock_t lock; /* synchronize access to the context */
129 void *kmem; /* unaligned, kmalloc'd buffer */
153 int nx_crypto_ctx_aes_ccm_init(struct crypto_tfm *tfm); argument
161 void nx_ctx_init(struct nx_crypto_ctx *nx_ctx, unsigned int function); argument