Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/net/
Dipsec_test_utils.py229 cconst.AUTH_HMAC_SHA384 : 384,
234 cconst.AUTH_HMAC_SHA384 : list(range(192, 392, 8)),
Dconnectivity_const.py114 AUTH_HMAC_SHA384 = "hmac(sha384)" variable