Home
last modified time | relevance | path

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

/freebsd-14.2/sys/crypto/aesni/
H A Daesni_ghash.c129 tmp8 = _mm_slli_si128(tmp8, 4); in gfmul()
232 tmp8 = _mm_slli_si128(tmp8, 4); in reduce4()
415 tmp8 =_mm_xor_si128(tmp8, KEY[0]); in AES_GCM_encrypt()
425 tmp8 = _mm_aesenc_si128(tmp8, KEY[j]); in AES_GCM_encrypt()
434 tmp8 =_mm_aesenclast_si128(tmp8, KEY[nr]); in AES_GCM_encrypt()
450 tmp8 = _mm_xor_si128(tmp8, in AES_GCM_encrypt()
469 tmp8 = _mm_shuffle_epi8(tmp8, BSWAP_MASK); in AES_GCM_encrypt()
720 tmp8 =_mm_xor_si128(tmp8, KEY[0]); in AES_GCM_decrypt()
730 tmp8 = _mm_aesenc_si128(tmp8, KEY[j]); in AES_GCM_decrypt()
739 tmp8 =_mm_aesenclast_si128(tmp8, KEY[nr]); in AES_GCM_decrypt()
[all …]
H A Daesni_wrap.c209 __m128i tmp5, tmp6, tmp7, tmp8; in aesni_encrypt_icm() local
240 tmp8 = _mm_shuffle_epi8(ctr8, BSWAP_EPI64); in aesni_encrypt_icm()
246 tmp5, tmp6, tmp7, tmp8, tout); in aesni_encrypt_icm()
/freebsd-14.2/contrib/ofed/libibnetdisc/
H A Dibnetdisc_cache.c317 uint8_t tmp8; in _load_node() local
341 offset += _unmarshall8(buf + offset, &tmp8); in _load_node()
342 node->smaenhsp0 = tmp8; in _load_node()
346 offset += _unmarshall8(buf + offset, &tmp8); in _load_node()
347 node->type = tmp8; in _load_node()
348 offset += _unmarshall8(buf + offset, &tmp8); in _load_node()
349 node->numports = tmp8; in _load_node()
418 uint8_t tmp8; in _load_port() local
441 offset += _unmarshall8(buf + offset, &tmp8); in _load_port()
442 port->portnum = tmp8; in _load_port()
[all …]
/freebsd-14.2/sys/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c236 tmp8 = _mm_srli_epi32(tmp17, 31); in addmul()
240 tmp22 = _mm_slli_si128(tmp8, 4); in addmul()
282 __m128i tmp22 = _mm_slli_si128(tmp8, 4); in mulv()
327 __m128i tmp8, tmp9; \
383 tmp8 = _mm_srli_epi32(tmp2B, 31); \
387 tmp8 = _mm_slli_si128(tmp8, 4); \
390 tmp2B = _mm_or_si128(tmp2B, tmp8); \
393 tmp8 = _mm_slli_epi32(tmp3, 30); \
395 tmp3B = _mm_xor_si128(tmp3B, tmp8); \
397 tmp8 = _mm_srli_si128(tmp3B, 4); \
[all …]
/freebsd-14.2/sys/contrib/dev/rtw88/
H A Dbf.c351 u8 tmp8; in rtw_bf_phy_init() local
370 tmp8 = ack_policy << BIT_SHIFT_WMAC_TXMU_ACKPOLICY; in rtw_bf_phy_init()
371 tmp8 |= BIT_WMAC_TXMU_ACKPOLICY_EN; in rtw_bf_phy_init()
372 rtw_write8(rtwdev, REG_WMAC_MU_BF_OPTION, tmp8); in rtw_bf_phy_init()
/freebsd-14.2/crypto/heimdal/lib/krb5/
H A Dkeytab_file.c452 int8_t tmp8; in fkt_next_entry_int() local
473 ret = krb5_ret_int8(cursor->sp, &tmp8); in fkt_next_entry_int()
476 entry->vno = tmp8; in fkt_next_entry_int()