Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/net/
Dipsec_test_utils.py230 cconst.AUTH_HMAC_SHA512 : 512 }
235 cconst.AUTH_HMAC_SHA512 : list(range(256, 520, 8)) }
Dconnectivity_const.py88 AUTH_HMAC_SHA512 = "hmac(sha512)" variable