Searched defs:HOST_c2l (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/crypto/openssl/
H A Dossl_hash.h21 # define HOST_c2l(c,l) (l =(((unsigned long)(*((c)++)))<<24), \ macro
33 # define HOST_c2l(c,l) (l =(((unsigned long)(*((c)++))) ), \ macro
/freebsd-13-stable/crypto/openssl/include/crypto/
H A Dmd32_common.h100 # define HOST_c2l(c,l) (l =(((unsigned long)(*((c)++)))<<24), \ macro
112 # define HOST_c2l(c,l) (l =(((unsigned long)(*((c)++))) ), \ macro

Completed in 110 milliseconds