Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/net/
Dipsec_test_utils.py228 cconst.AUTH_HMAC_SHA256 : 256,
233 cconst.AUTH_HMAC_SHA256 : list(range(96, 264, 8)),
Dconnectivity_const.py86 AUTH_HMAC_SHA256 = "hmac(sha256)" variable