Home
last modified time | relevance | path

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

/external/python/cryptography/src/cryptography/hazmat/primitives/
Dhashes.py64 class ExtendableOutputFunction(object): class
188 @utils.register_interface(ExtendableOutputFunction)
205 @utils.register_interface(ExtendableOutputFunction)
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Dhashes.py59 if isinstance(self.algorithm, hashes.ExtendableOutputFunction):