Lines Matching refs:coordinate_bytes
3904 operation->coordinate_bytes = PSA_BITS_TO_BYTES(
3913 required_hash_length = (hash_length < operation->coordinate_bytes ?
3914 hash_length : operation->coordinate_bytes);
3961 if (signature_size < 2 * operation->coordinate_bytes) {
4007 operation->coordinate_bytes)
4017 operation->coordinate_bytes,
4018 operation->coordinate_bytes)
4025 *signature_length = operation->coordinate_bytes * 2;
4090 size_t coordinate_bytes = 0; local
4122 coordinate_bytes = PSA_BITS_TO_BYTES(operation->ctx->grp.nbits);
4124 if (signature_length != 2 * coordinate_bytes) {
4131 coordinate_bytes));
4140 coordinate_bytes,
4141 coordinate_bytes));
4155 required_hash_length = (hash_length < coordinate_bytes ? hash_length :
4156 coordinate_bytes);
4177 (void) coordinate_bytes;