Lines Matching refs:n_sz
37 * @n_sz : size in bytes of the n prime
46 size_t n_sz;
56 size_t copied, n_sz;
62 n_sz = min_t(size_t, ctx->n_sz, req->dst_len);
65 copied = sg_copy_from_buffer(req->dst, sg_nents_for_len(req->dst, n_sz),
66 &cmd->data[RSP_DATA_IDX], n_sz);
67 if (copied != n_sz)
107 ctx->n_sz = atmel_ecdh_supported_curve(params.curve_id);
108 if (!ctx->n_sz || params.key_size) {