Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/sha/
H A Dsha512.c395 # define PULL64(x) ({ SHA_LONG64 ret=*((const SHA_LONG64 *)(&(x))); \ macro
402 # define PULL64(x) ({ const unsigned int *p=(const unsigned int *)(&(x));\ macro
411 # define PULL64(x) ({ const unsigned int *p=(const unsigned int *)(&(x));\ macro
430 # define PULL64(x) ({ SHA_LONG64 ret; \ macro
464 # define PULL64(x) __pull64be(&(x)) macro
468 # ifndef PULL64
470 # 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
512 T = PULL64(W[i]); in sha512_block_data_order()
573 T1 = X[i] = PULL64(W[i]); in sha512_block_data_order()
684 T1 = X[0] = PULL64(W[0]); in sha512_block_data_order()
[all …]