Lines Matching defs:nbytes
74 size_t copied, nbytes, public_key_sz;
77 nbytes = ctx->ndigits << ECC_DIGITS_TO_BYTES_SHIFT;
79 public_key_sz = 2 * nbytes;
86 shared_secret = kmalloc(nbytes, GFP_KERNEL);
113 nbytes = public_key_sz;
120 nbytes = min_t(size_t, nbytes, req->dst_len);
122 nbytes),
123 buf, nbytes);
124 if (copied != nbytes)