Home
last modified time | relevance | path

Searched refs:truncated_value (Results 1 – 2 of 2) sorted by relevance

/external/python/cryptography/src/cryptography/hazmat/primitives/twofactor/
Dhotp.py48 truncated_value = self._dynamic_truncate(counter)
49 hotp = truncated_value % (10 ** self._length)
/external/protobuf/src/google/protobuf/
Dtext_format.cc2341 std::string truncated_value; in PrintFieldValue() local
2344 truncated_value = value.substr(0, truncate_string_field_longer_than_) + in PrintFieldValue()
2346 value_to_print = &truncated_value; in PrintFieldValue()