Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_hash/sha256/cp/
H A Dhash_sha256_cp.c154 SHA256_Pad(crypto_hash_sha256_state *state, uint32_t tmp32[64 + 8]) in SHA256_Pad()
168 SHA256_Transform(state->state, state->buf, &tmp32[0], &tmp32[64]); in SHA256_Pad()
172 SHA256_Transform(state->state, state->buf, &tmp32[0], &tmp32[64]); in SHA256_Pad()
193 uint32_t tmp32[64 + 8]; in crypto_hash_sha256_update() local
212 SHA256_Transform(state->state, state->buf, &tmp32[0], &tmp32[64]); in crypto_hash_sha256_update()
217 SHA256_Transform(state->state, in, &tmp32[0], &tmp32[64]); in crypto_hash_sha256_update()
225 sodium_memzero((void *) tmp32, sizeof tmp32); in crypto_hash_sha256_update()
233 uint32_t tmp32[64 + 8]; in crypto_hash_sha256_final() local
235 SHA256_Pad(state, tmp32); in crypto_hash_sha256_final()
237 sodium_memzero((void *) tmp32, sizeof tmp32); in crypto_hash_sha256_final()
/f-stack/freebsd/arm64/arm64/
H A Ddb_interface.c122 uint32_t tmp32; in db_read_bytes() local
134 tmp32 = *((const int *)src); in db_read_bytes()
135 src = (const char *)&tmp32; in db_read_bytes()
159 uint32_t tmp32; in db_write_bytes() local
171 dst = (char *)&tmp32; in db_write_bytes()
174 *((uint32_t *)addr) = tmp32; in db_write_bytes()
/f-stack/dpdk/app/test/
H A Dtest_atomic.c168 uint32_t tmp32; in test_atomic_addsub_and_return() local
182 tmp32 = rte_atomic32_add_return(&a32, 1); in test_atomic_addsub_and_return()
183 rte_atomic64_add(&count, tmp32); in test_atomic_addsub_and_return()
185 tmp32 = rte_atomic32_sub_return(&a32, 1); in test_atomic_addsub_and_return()
186 rte_atomic64_sub(&count, tmp32+1); in test_atomic_addsub_and_return()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c208 __m128i tmp28, tmp29, tmp30, tmp31, tmp32, tmp33, tmp34, tmp35, tmp36; in addmul() local
247 tmp32 = _mm_slli_epi32(tmp29, 25); in addmul()
249 tmp28 = _mm_xor_si128(tmp27, tmp32); in addmul()
289 __m128i tmp32 = _mm_slli_epi32(tmp29, 25); in mulv() local
291 __m128i tmp28 = _mm_xor_si128(tmp27, tmp32); in mulv()
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c5960 uint32_t *fmclk, tmp32; in fm_soc_suspend() local
5962 tmp32 = GET_UINT32(*fmclk); in fm_soc_suspend()
5964 tmp32 = GET_UINT32(*fmclk); in fm_soc_suspend()
5971 uint32_t *fmclk, tmp32; in fm_clk_down() local
5973 tmp32 = GET_UINT32(*fmclk); in fm_clk_down()
5975 tmp32 = GET_UINT32(*fmclk); in fm_clk_down()
/f-stack/freebsd/kern/
H A Dkern_umtx.c921 uint32_t tmp32; in do_wait() local
940 error = fueword32(addr, &tmp32); in do_wait()
942 tmp = tmp32; in do_wait()