Home
last modified time | relevance | path

Searched refs:mul32x32_64 (Results 1 - 1 of 1) sorted by relevance

/third_party/libwebsockets/plugins/ssh-base/crypto/
H A Dpoly1305.c11 #define mul32x32_64(a,b) ((uint64_t)(a) * (b)) macro
89 t[0] = mul32x32_64(h0,r0) + mul32x32_64(h1,s4) + in poly1305_auth()
90 mul32x32_64(h2,s3) + mul32x32_64(h3,s2) + in poly1305_auth()
91 mul32x32_64(h4,s1); in poly1305_auth()
92 t[1] = mul32x32_64(h0,r1) + mul32x32_64(h1,r0) + in poly1305_auth()
93 mul32x32_64(h2,s4) + mul32x32_64(h in poly1305_auth()
[all...]

Completed in 1 milliseconds