Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/net/
Dipsec_test_utils.py239 cconst.AUTH_HMAC_SHA256: 256,
246 cconst.AUTH_HMAC_SHA256: list(range(96, 264, 8)),
Dconnectivity_const.py113 AUTH_HMAC_SHA256 = "hmac(sha256)" variable