Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_hmac.py14 from _hashlib import HMAC as C_HMAC unknown
18 C_HMAC = None variable
422 @unittest.skipUnless(C_HMAC is not None, 'need _hashlib')
428 C_HMAC()