Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/gost/
H A Dstreebog.c1167 #define SWAB64(x) (B(x,0,7)|B(x,1,6)|B(x,2,5)|B(x,3,4)|B(x,4,3)|B(x,5,2)|B(x,6,1)|B(x,7,0)) macro
1304 c->h[n] = SWAB64(c->h[n]); in STREEBOG512_Final()