Home
last modified time | relevance | path

Searched refs:cts (Results 1 – 5 of 5) sorted by relevance

/net/sunrpc/
DKconfig47 SHA-1 digests. These include aes128-cts-hmac-sha1-96 and
48 aes256-cts-hmac-sha1-96.
60 camellia128-cts-cmac and camellia256-cts-cmac.
72 SHA-2 digests. These include aes128-cts-hmac-sha256-128 and
73 aes256-cts-hmac-sha384-192.
/net/
DTEST_MAPPING10 "include-filter": "android.appenumeration.cts.AppEnumerationTests"
45 "include-filter": "android.telecom.cts.ExtendedInCallServiceTest"
251 "include-filter": "android.hardware.camera2.cts.FastBasicsTest"
Dcompat.c232 struct old_timespec32 cts[3]; in put_cmsg_compat() local
254 cts[i].tv_sec = ts[i].tv_sec; in put_cmsg_compat()
255 cts[i].tv_nsec = ts[i].tv_nsec; in put_cmsg_compat()
257 data = &cts; in put_cmsg_compat()
258 len = sizeof(cts[0]) * count; in put_cmsg_compat()
/net/mac80211/
Dtx.c5837 struct ieee80211_cts *cts) in ieee80211_ctstoself_get() argument
5841 cts->frame_control = in ieee80211_ctstoself_get()
5843 cts->duration = ieee80211_ctstoself_duration(hw, vif, in ieee80211_ctstoself_get()
5845 memcpy(cts->ra, hdr->addr1, sizeof(cts->ra)); in ieee80211_ctstoself_get()
Dtrace.h461 __field(bool, cts)
491 __entry->cts = link_conf->use_cts_prot;