Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_hmac.py15 from _hashlib import hmac_new as c_hmac_new unknown
19 c_hmac_new = None variable
94 if c_hmac_new is not None:
95 h = c_hmac_new(key, data, digestmod=hashname)
102 h = c_hmac_new(key, digestmod=hashname)