Searched refs:t2l (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/arch/arm/crypto/ |
D | ghash-ce-core.S | 36 t2l .req d14 122 vext.8 t2l, \ad, \ad, #3 @ A3 128 vmull.p8 t2q, t2l, \bd @ J = A3*B 142 veor t2l, t2l, t2h @ t2 = (N) (P4 + P5) << 24 147 veor t2l, t2l, t2h
|
/linux-6.12.1/crypto/ |
D | vmac.c | 230 u64 t1h, t1l, t2h, t2l, t3h, t3l, z = 0; \ 233 PMUL64(t2h, t2l, ah, kl); \ 239 ADD128(t2h, t2l, t3h, t3l); \ 242 ADD128(t2h, ah, z, t2l); \
|
/linux-6.12.1/include/linux/ |
D | ieee80211.h | 5495 const struct ieee80211_ttlm_elem *t2l = (const void *)data; in ieee80211_tid_to_link_map_size_ok() local 5496 u8 control, fixed = sizeof(*t2l), elem_len = 0; in ieee80211_tid_to_link_map_size_ok() 5501 control = t2l->control; in ieee80211_tid_to_link_map_size_ok() 5520 elem_len += hweight8(t2l->optional[0]) * bm_size; in ieee80211_tid_to_link_map_size_ok()
|