Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/rc2/
H A Drc2_local.h11 #define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ macro
/freebsd/crypto/openssl/crypto/mdc2/
H A Dmdc2dgst.c24 #define c2l(c,l) (l =((DES_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/crypto/openssl/include/internal/
H A Dcommon.h105 # define c2l(c,l) (l = ((unsigned 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