Searched refs:tmp8 (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/sys/crypto/aesni/ |
| HD | aesni_ghash.c | 112 __m128i tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8, tmp9; in gfmul() local 126 tmp8 = _mm_srli_epi32(tmp6, 31); in gfmul() 131 tmp8 = _mm_slli_si128(tmp8, 4); in gfmul() 134 tmp6 = _mm_or_si128(tmp6, tmp8); in gfmul() 138 tmp8 = _mm_slli_epi32(tmp3, 30); in gfmul() 141 tmp7 = _mm_xor_si128(tmp7, tmp8); in gfmul() 143 tmp8 = _mm_srli_si128(tmp7, 4); in gfmul() 152 tmp2 = _mm_xor_si128(tmp2, tmp8); in gfmul() 171 __m128i tmp8, tmp9; in reduce4() local 229 tmp8 = _mm_srli_epi32(tmp6, 31); in reduce4() [all …]
|
| HD | aesni_wrap.c | 211 __m128i tmp5, tmp6, tmp7, tmp8; in aesni_encrypt_icm() local 241 tmp8 = _mm_shuffle_epi8(ctr8, BSWAP_EPI64); in aesni_encrypt_icm() 247 tmp5, tmp6, tmp7, tmp8, tout); in aesni_encrypt_icm()
|
| /freebsd-11-stable/contrib/ofed/libibnetdisc/ |
| HD | ibnetdisc_cache.c | 317 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-11-stable/crypto/heimdal/lib/krb5/ |
| HD | keytab_file.c | 452 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()
|