Searched refs:STORE64_LE (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/ |
H A D | blake2b-ref.c | 136 STORE64_LE(P->node_offset, 0); in blake2b_init() 159 STORE64_LE(P->node_offset, 0); in blake2b_init_salt_personal() 193 STORE64_LE(P->node_offset, 0); in blake2b_init_key() 231 STORE64_LE(P->node_offset, 0); in blake2b_init_key_salt_personal() 315 STORE64_LE(buffer + 8 * 0, S->h[0]); in blake2b_final() 316 STORE64_LE(buffer + 8 * 1, S->h[1]); in blake2b_final() 317 STORE64_LE(buffer + 8 * 2, S->h[2]); in blake2b_final() 318 STORE64_LE(buffer + 8 * 3, S->h[3]); in blake2b_final() 319 STORE64_LE(buffer + 8 * 4, S->h[4]); in blake2b_final() 320 STORE64_LE(buffer + 8 * 5, S->h[5]); in blake2b_final() [all …]
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/ |
H A D | aead_chacha20poly1305.c | 41 STORE64_LE(slen, (uint64_t) adlen); in crypto_aead_chacha20poly1305_encrypt_detached() 47 STORE64_LE(slen, (uint64_t) mlen); in crypto_aead_chacha20poly1305_encrypt_detached() 119 STORE64_LE(slen, (uint64_t) adlen); in crypto_aead_chacha20poly1305_ietf_encrypt_detached() 122 STORE64_LE(slen, (uint64_t) mlen); in crypto_aead_chacha20poly1305_ietf_encrypt_detached() 189 STORE64_LE(slen, (uint64_t) adlen); in crypto_aead_chacha20poly1305_decrypt_detached() 194 STORE64_LE(slen, (uint64_t) mlen); in crypto_aead_chacha20poly1305_decrypt_detached() 275 STORE64_LE(slen, (uint64_t) adlen); in crypto_aead_chacha20poly1305_ietf_decrypt_detached() 278 STORE64_LE(slen, (uint64_t) mlen); in crypto_aead_chacha20poly1305_ietf_decrypt_detached()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_51/ |
H A D | fe.h | 112 STORE64_LE(s + 0, t0); in fe25519_tobytes() 113 STORE64_LE(s + 8, t1); in fe25519_tobytes() 114 STORE64_LE(s + 16, t2); in fe25519_tobytes() 115 STORE64_LE(s + 24, t3); in fe25519_tobytes()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_secretstream/xchacha20poly1305/ |
H A D | secretstream_xchacha20poly1305.c | 150 STORE64_LE(slen, (uint64_t) adlen); in crypto_secretstream_xchacha20poly1305_push() 152 STORE64_LE(slen, (sizeof block) + mlen); in crypto_secretstream_xchacha20poly1305_push() 226 STORE64_LE(slen, (uint64_t) adlen); in crypto_secretstream_xchacha20poly1305_pull() 228 STORE64_LE(slen, (sizeof block) + mlen); in crypto_secretstream_xchacha20poly1305_pull()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/ |
H A D | shorthash_siphashx24_ref.c | 67 STORE64_LE(out, b); in crypto_shorthash_siphashx24() 74 STORE64_LE(out + 8, b); in crypto_shorthash_siphashx24()
|
H A D | shorthash_siphash24_ref.c | 68 STORE64_LE(out, b); in crypto_shorthash_siphash24()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_kdf/blake2b/ |
H A D | kdf_blake2b.c | 41 STORE64_LE(salt, subkey_id); in crypto_kdf_blake2b_derive_from_key()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/ |
H A D | poly1305_donna64.h | 215 STORE64_LE(&mac[0], h0); in poly1305_finish() 216 STORE64_LE(&mac[8], h1); in poly1305_finish()
|
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/private/ |
H A D | common.h | 67 #define STORE64_LE(DST, W) store64_le((DST), (W)) macro
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/ |
H A D | argon2-core.c | 60 STORE64_LE((uint8_t *) output + i * sizeof(src->v[i]), src->v[i]); in store_block()
|