Home
last modified time | relevance | path

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

/f-stack/freebsd/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