Home
last modified time | relevance | path

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

/freebsd/sys/crypto/openssl/
H A Dossl_hash.h19 # define HOST_c2l(c,l) (l =(((unsigned long)(*((c)++)))<<24), \ macro
31 # define HOST_c2l(c,l) (l =(((unsigned long)(*((c)++))) ), \ macro
/freebsd/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