Home
last modified time | relevance | path

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

/crypto/
Daegis128-neon-inner.c185 uint8x8x2_t pair; in vqtbl1q_u8() member
188 return vcombine_u8(vtbl2_u8(__a.pair, vget_low_u8(b)), in vqtbl1q_u8()
189 vtbl2_u8(__a.pair, vget_high_u8(b))); in vqtbl1q_u8()
196 uint8x8x2_t pair; in vqtbx1q_u8() member
199 return vcombine_u8(vtbx2_u8(vget_low_u8(v), __a.pair, vget_low_u8(b)), in vqtbx1q_u8()
200 vtbx2_u8(vget_high_u8(v), __a.pair, vget_high_u8(b))); in vqtbx1q_u8()
/crypto/asymmetric_keys/
Drestrict.c111 static bool match_either_id(const struct asymmetric_key_ids *pair, in match_either_id() argument
114 return (asymmetric_key_id_same(pair->id[0], single) || in match_either_id()
115 asymmetric_key_id_same(pair->id[1], single)); in match_either_id()