Home
last modified time | relevance | path

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

/tools/testing/selftests/tpm2/
A Dtpm2_tests.py24 auth = ('A' * 15).encode()
26 blob = self.client.seal(self.root_key, data, auth, None)
27 result = self.client.unseal(self.root_key, blob, auth, None)
44 auth = ('A' * 15).encode()
55 blob = self.client.seal(self.root_key, data, auth, policy_dig)
72 auth = ('A' * 20).encode()
75 blob = self.client.seal(self.root_key, data, auth, None)
78 auth[:-1] + 'B'.encode(), None)
91 auth = ('A' * 17).encode()
148 auth = ('A' * (ds + 1)).encode()
[all …]
/tools/testing/selftests/net/
A Dvrf-xfrm-tests.sh262 auth-trunc 'hmac(sha1)' ${AUTH_1} 96 \
269 auth-trunc 'hmac(sha1)' ${AUTH_1} 96 \
277 auth-trunc 'hmac(sha1)' ${AUTH_2} 96 \
284 auth-trunc 'hmac(sha1)' ${AUTH_2} 96 \
292 auth-trunc 'hmac(sha1)' ${AUTH_1} 96 \
299 auth-trunc 'hmac(sha1)' ${AUTH_1} 96 \
307 auth-trunc 'hmac(sha1)' ${AUTH_2} 96 \
314 auth-trunc 'hmac(sha1)' ${AUTH_2} 96 \
A Dxfrm_policy.sh52 …ip -net $ns xfrm state add src $remote dst $me proto esp spi $spi_in enc aes $KEY_AES auth sha1 …
53 …ip -net $ns xfrm state add src $me dst $remote proto esp spi $spi_out enc aes $KEY_AES auth sha1 …
A Dipsec.c834 struct xfrm_algo_auth auth; in xfrm_state_pack_algo() member
/tools/testing/selftests/net/netfilter/
A Dnft_flowtable.sh627 … add src "$remote" dst "$me" proto esp spi "$spi_in" enc aes "$KEY_AES" auth sha1 "$KEY_SHA" mod…
628 … add src "$me" dst "$remote" proto esp spi "$spi_out" enc aes "$KEY_AES" auth sha1 "$KEY_SHA" mod…
/tools/include/uapi/drm/
A Ddrm.h238 int auth; /**< Is client authenticated? */ member

Completed in 19 milliseconds