Home
last modified time | relevance | path

Searched defs:PULL64 (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/crypto/libressl/crypto/sha/
H A Dsha512.c317 # define PULL64(x) ({ SHA_LONG64 ret=*((const SHA_LONG64 *)(&(x))); \ macro
322 # define PULL64(x) ({ const unsigned int *p=(const unsigned int *)(&(x));\ macro
338 #define PULL64(x) (B(x,0)|B(x,1)|B(x,2)|B(x,3)|B(x,4)|B(x,5)|B(x,6)|B(x,7)) macro
/dflybsd-src/crypto/libressl/crypto/gost/
H A Dstreebog.c1166 #define PULL64(x) (B(x,0,0)|B(x,1,1)|B(x,2,2)|B(x,3,3)|B(x,4,4)|B(x,5,5)|B(x,6,6)|B(x,7,7)) macro