Home
last modified time | relevance | path

Searched defs:hmac_supported (Results 1 – 2 of 2) sorted by relevance

/external/python/cryptography/src/cryptography/hazmat/backends/
Dinterfaces.py51 def hmac_supported(self, algorithm): member in HMACBackend
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Dbackend.py349 def hmac_supported(self, algorithm): member in Backend