Home
last modified time | relevance | path

Searched defs:c2l (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/crypto/mdc2/
H A Dmdc2dgst.c24 #define c2l(c,l) (l =((DES_LONG)(*((c)++))) , \ macro
/freebsd/crypto/openssl/crypto/rc2/
H A Drc2_local.h11 #define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ macro
/freebsd/crypto/openssl/crypto/cast/
H A Dcast_local.h15 #define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ macro
/freebsd/crypto/openssl/crypto/rc5/
H A Drc5_local.h13 #define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ macro
/freebsd/sys/crypto/des/
H A Ddes_locl.h68 #define c2l(c,l) (l =((DES_LONG)(*((c)++))) , \ macro
/freebsd/crypto/openssl/crypto/des/
H A Ddes_local.h29 # define c2l(c,l) (l =((DES_LONG)(*((c)++))) , \ macro
/freebsd/lib/libmd/
H A Drmd_locl.h108 #define c2l(c,l) (l =(((u_int32_t)(*((c)++))) ), \ macro
H A Dsha_locl.h121 #define c2l(c,l) (l =(((unsigned long)(*((c)++))) ), \ macro
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h44 # define c2l(c,l) (l = ((unsigned long)(*((c)++))) , \ macro