Lines Matching refs:required_hash_length
3875 size_t required_hash_length; local
3913 required_hash_length = (hash_length < operation->coordinate_bytes ?
3916 if (required_hash_length > sizeof(operation->hash)) {
3921 memcpy(operation->hash, hash, required_hash_length);
3922 operation->hash_length = required_hash_length;
3934 (void) required_hash_length;
4091 size_t required_hash_length = 0; local
4155 required_hash_length = (hash_length < coordinate_bytes ? hash_length :
4158 if (required_hash_length > sizeof(operation->hash)) {
4163 memcpy(operation->hash, hash, required_hash_length);
4164 operation->hash_length = required_hash_length;
4178 (void) required_hash_length;