Lines Matching refs:curve_bytes
98 size_t curve_bytes = data_length;
112 curve_bytes = data_length / 2;
115 * their curve_bytes is equal to the amount of input. */
118 * format, meaning their curve_bytes is equal to the amount of input. */
123 if (curve_bytes != PSA_BITS_TO_BYTES(curve_bits)) {
130 curve_bits = PSA_BYTES_TO_BITS(curve_bytes);
374 size_t curve_bytes;
386 curve_bytes = PSA_BITS_TO_BYTES(ecp->grp.pbits);
390 if (signature_size < 2 * curve_bytes) {
419 curve_bytes));
421 signature + curve_bytes,
422 curve_bytes));
427 *signature_length = 2 * curve_bytes;
459 size_t curve_bytes;
473 curve_bytes = PSA_BITS_TO_BYTES(ecp->grp.pbits);
477 if (signature_length != 2 * curve_bytes) {
484 curve_bytes));
490 signature + curve_bytes,
491 curve_bytes));