Searched refs:U64TO8 (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/poly1305/ |
H A D | poly1305_base2_44.c | 45 static void U64TO8(unsigned char *p, u64 v) in U64TO8() function 169 U64TO8(mac + 0, h0); in poly1305_emit() 170 U64TO8(mac + 8, h1); in poly1305_emit()
|
H A D | poly1305.c | 121 static void U64TO8(unsigned char *p, u64 v) in U64TO8() function 243 U64TO8(mac + 0, h0); in poly1305_emit() 244 U64TO8(mac + 8, h1); in poly1305_emit()
|
/third_party/openssl/crypto/poly1305/ |
H A D | poly1305_base2_44.c | 45 static void U64TO8(unsigned char *p, u64 v) in U64TO8() function 169 U64TO8(mac + 0, h0); in poly1305_emit() 170 U64TO8(mac + 8, h1); in poly1305_emit()
|
H A D | poly1305.c | 121 static void U64TO8(unsigned char *p, u64 v) in U64TO8() function 243 U64TO8(mac + 0, h0); in poly1305_emit() 244 U64TO8(mac + 8, h1); in poly1305_emit()
|
Completed in 3 milliseconds