Searched refs:required_hash_length (Results 1 – 1 of 1) sorted by relevance
3875 size_t required_hash_length; local3913 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; local4155 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);[all …]