Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/rc2/
H A Drc2_local.h60 #define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ macro
/openbsd/sys/crypto/
H A Ddes_locl.h78 #define c2l(c,l) (l =((u_int32_t)(*((c)++))) , \ macro
/openbsd/lib/libcrypto/cast/
H A Dcast_local.h60 #define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ macro
/openbsd/lib/libcrypto/des/
H A Ddes_local.h77 #define c2l(c,l) (l =((DES_LONG)(*((c)++))) , \ macro
/openbsd/gnu/usr.bin/perl/win32/
H A Dfcrypt.c33 #define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ macro