Home
last modified time | relevance | path

Searched refs:CRYPTO_store_u64_le (Results 1 – 5 of 5) sorted by relevance

/crypto/cipher/
A De_aesgcmsiv.cc266 CRYPTO_store_u64_le(length_block, ad_len * 8); in gcm_siv_asm_polyval()
267 CRYPTO_store_u64_le(length_block + 8, in_len * 8); in gcm_siv_asm_polyval()
473 CRYPTO_store_u64_le(length_block, ad_len * 8); in aead_aes_gcm_siv_asm_open_gather()
474 CRYPTO_store_u64_le(length_block + 8, in_len * 8); in aead_aes_gcm_siv_asm_open_gather()
640 CRYPTO_store_u64_le(b, CRYPTO_bswap8(lo)); in byte_reverse()
641 CRYPTO_store_u64_le(b + 8, CRYPTO_bswap8(hi)); in byte_reverse()
656 CRYPTO_store_u64_le(b, CRYPTO_bswap8(lo)); in reverse_and_mulX_ghash()
657 CRYPTO_store_u64_le(b + 8, CRYPTO_bswap8(hi)); in reverse_and_mulX_ghash()
723 CRYPTO_store_u64_le(length_block, ((uint64_t)ad_len) * 8); in gcm_siv_polyval()
724 CRYPTO_store_u64_le(length_block + 8, ((uint64_t)in_len) * 8); in gcm_siv_polyval()
/crypto/rand/
A Durandom_test.cc339 CRYPTO_store_u64_le( in memcpy_to_remote()
369 CRYPTO_store_u64_le(bytes, word); in get_byte_from_remote()
/crypto/spake2plus/
A Dspake2plus.cc75 CRYPTO_store_u64_le(len_le, data.size()); in UpdateWithLengthPrefix()
/crypto/poly1305/
A Dpoly1305_vec.cc846 CRYPTO_store_u64_le(mac + 0, ((h0) | (h1 << 44))); in CRYPTO_poly1305_finish()
847 CRYPTO_store_u64_le(mac + 8, ((h1 >> 20) | (h2 << 24))); in CRYPTO_poly1305_finish()
/crypto/
A Dinternal.h941 static inline void CRYPTO_store_u64_le(void *out, uint64_t v) { in CRYPTO_store_u64_le() function

Completed in 15 milliseconds