Searched refs:tmp64 (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/contrib/libsodium/src/libsodium/crypto_hash/sha512/cp/ |
| H A D | hash_sha512_cp.c | 173 SHA512_Pad(crypto_hash_sha512_state *state, uint64_t tmp64[80 + 8]) in SHA512_Pad() 187 SHA512_Transform(state->state, state->buf, &tmp64[0], &tmp64[80]); in SHA512_Pad() 191 SHA512_Transform(state->state, state->buf, &tmp64[0], &tmp64[80]); in SHA512_Pad() 213 uint64_t tmp64[80 + 8]; in crypto_hash_sha512_update() local 240 SHA512_Transform(state->state, state->buf, &tmp64[0], &tmp64[80]); in crypto_hash_sha512_update() 245 SHA512_Transform(state->state, in, &tmp64[0], &tmp64[80]); in crypto_hash_sha512_update() 253 sodium_memzero((void *) tmp64, sizeof tmp64); in crypto_hash_sha512_update() 261 uint64_t tmp64[80 + 8]; in crypto_hash_sha512_final() local 263 SHA512_Pad(state, tmp64); in crypto_hash_sha512_final() 265 sodium_memzero((void *) tmp64, sizeof tmp64); in crypto_hash_sha512_final()
|
| /freebsd/sys/arm64/arm64/ |
| H A D | db_interface.c | 118 uint64_t tmp64; in db_read_bytes() local 134 tmp64 = *((const uint64_t *)src); in db_read_bytes() 135 src = (const char *)&tmp64; in db_read_bytes()
|
| /freebsd/crypto/openssl/crypto/sha/asm/ |
| H A D | sha1-sparcv9.pl | 39 $tmp64="%g3"; 326 ldx [$tmp0+64],$tmp64 336 srlx $tmp64,$tmp2,$tmp64 337 or $tmp64,@X[7],@X[7]
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | threads_win.c | 200 uint64_t tmp64; in get_hold_current_qp() local 206 CRYPTO_atomic_add64(&lock->qp_group[qp_idx].users, (uint64_t)1, &tmp64, in get_hold_current_qp() 212 CRYPTO_atomic_add64(&lock->qp_group[qp_idx].users, (uint64_t)-1, &tmp64, in get_hold_current_qp()
|