kmem_len          308 drivers/crypto/nx/nx.c 	memset(nx_ctx->kmem, 0, nx_ctx->kmem_len);
kmem_len          662 drivers/crypto/nx/nx.c 		nx_ctx->kmem_len = (5 * NX_PAGE_SIZE) +
kmem_len          665 drivers/crypto/nx/nx.c 		nx_ctx->kmem_len = (4 * NX_PAGE_SIZE) +
kmem_len          668 drivers/crypto/nx/nx.c 	nx_ctx->kmem = kmalloc(nx_ctx->kmem_len, GFP_KERNEL);
kmem_len          120 drivers/crypto/nx/nx.h 	size_t kmem_len;	  /* length of kmem */