Lines Matching defs:coordinate_bytes
3844 operation->coordinate_bytes = PSA_BITS_TO_BYTES(
3853 required_hash_length = (hash_length < operation->coordinate_bytes ?
3854 hash_length : operation->coordinate_bytes);
3901 if (signature_size < 2 * operation->coordinate_bytes) {
3947 operation->coordinate_bytes)
3957 operation->coordinate_bytes,
3958 operation->coordinate_bytes)
3965 *signature_length = operation->coordinate_bytes * 2;
4030 size_t coordinate_bytes = 0;
4062 coordinate_bytes = PSA_BITS_TO_BYTES(operation->ctx->grp.nbits);
4064 if (signature_length != 2 * coordinate_bytes) {
4071 coordinate_bytes));
4080 coordinate_bytes,
4081 coordinate_bytes));
4095 required_hash_length = (hash_length < coordinate_bytes ? hash_length :
4096 coordinate_bytes);
4117 (void) coordinate_bytes;