Searched refs:CRYPTO_store_u64_le (Results 1 – 5 of 5) sorted by relevance
/crypto/cipher/ |
A D | e_aesgcmsiv.cc | 266 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 D | urandom_test.cc | 339 CRYPTO_store_u64_le( in memcpy_to_remote() 369 CRYPTO_store_u64_le(bytes, word); in get_byte_from_remote()
|
/crypto/spake2plus/ |
A D | spake2plus.cc | 75 CRYPTO_store_u64_le(len_le, data.size()); in UpdateWithLengthPrefix()
|
/crypto/poly1305/ |
A D | poly1305_vec.cc | 846 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 D | internal.h | 941 static inline void CRYPTO_store_u64_le(void *out, uint64_t v) { in CRYPTO_store_u64_le() function
|
Completed in 15 milliseconds