Home
last modified time | relevance | path

Searched refs:U64TO8_LE (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/poly1305/
Dpoly1305_vec.c69 #define U64TO8_LE(m,v) (*(uint64_t*)(m)) = v macro
729 U64TO8_LE(mac + 0, ((h0 ) | (h1 << 44))); in CRYPTO_poly1305_finish()
730 U64TO8_LE(mac + 8, ((h1 >> 20) | (h2 << 24))); in CRYPTO_poly1305_finish()
/external/chromium_org/third_party/openssl/openssl/patches/
Dchacha20poly1305.patch4481 +#define U64TO8_LE(m,v) (*(uint64_t*)(m)) = v
5141 + U64TO8_LE(mac + 0, ((h0 ) | (h1 << 44)));
5142 + U64TO8_LE(mac + 8, ((h1 >> 20) | (h2 << 24)));
/external/chromium_org/third_party/openssl/patches.chromium/
D0007-chacha.patch6079 ++#define U64TO8_LE(m,v) (*(uint64_t*)(m)) = v
6739 ++ U64TO8_LE(mac + 0, ((h0 ) | (h1 << 44)));
6740 ++ U64TO8_LE(mac + 8, ((h1 >> 20) | (h2 << 24)));