Home
last modified time | relevance | path

Searched refs:U64TO8 (Results 1 – 2 of 2) sorted by relevance

/openssl/crypto/poly1305/
H A Dpoly1305_base2_44.c45 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 Dpoly1305.c121 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 8 milliseconds