Searched refs:tmp32 (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_hash/sha256/cp/ |
| H A D | hash_sha256_cp.c | 154 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 D | db_interface.c | 122 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 D | test_atomic.c | 168 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 D | aead_aes256gcm_aesni.c | 208 __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 D | fm_port.c | 5960 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 D | kern_umtx.c | 921 uint32_t tmp32; in do_wait() local 940 error = fueword32(addr, &tmp32); in do_wait() 942 tmp = tmp32; in do_wait()
|