Home
last modified time | relevance | path

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

/external/chromium_org/third_party/openssl/openssl/crypto/poly1305/
Dpoly1305_vec.c67 #define U8TO64_LE(m) (*(uint64_t*)(m)) macro
212 t0 = U8TO64_LE(key + 0); in CRYPTO_poly1305_init()
213 t1 = U8TO64_LE(key + 8); in CRYPTO_poly1305_init()
670 t0 = U8TO64_LE(m + 0); in CRYPTO_poly1305_finish()
671 t1 = U8TO64_LE(m + 8); in CRYPTO_poly1305_finish()
698 t0 = U8TO64_LE(m+0); in CRYPTO_poly1305_finish()
699 t1 = U8TO64_LE(m+8); in CRYPTO_poly1305_finish()
/external/chromium_org/third_party/openssl/openssl/patches/
Dchacha20poly1305.patch4479 +#define U8TO64_LE(m) (*(uint64_t*)(m))
4624 + t0 = U8TO64_LE(key + 0);
4625 + t1 = U8TO64_LE(key + 8);
5082 + t0 = U8TO64_LE(m + 0);
5083 + t1 = U8TO64_LE(m + 8);
5110 + t0 = U8TO64_LE(m+0);
5111 + t1 = U8TO64_LE(m+8);
/external/chromium_org/third_party/openssl/patches.chromium/
D0007-chacha.patch6077 ++#define U8TO64_LE(m) (*(uint64_t*)(m))
6222 ++ t0 = U8TO64_LE(key + 0);
6223 ++ t1 = U8TO64_LE(key + 8);
6680 ++ t0 = U8TO64_LE(m + 0);
6681 ++ t1 = U8TO64_LE(m + 8);
6708 ++ t0 = U8TO64_LE(m+0);
6709 ++ t1 = U8TO64_LE(m+8);