Searched defs:n2l (Results 1 – 5 of 5) sorted by relevance
| /freebsd/crypto/openssl/crypto/bf/ |
| H A D | bf_local.h | 60 # define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
|
| /freebsd/crypto/openssl/crypto/idea/ |
| H A D | idea_local.h | 65 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
|
| /freebsd/crypto/openssl/crypto/cast/ |
| H A D | cast_local.h | 60 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
|
| /freebsd/sys/crypto/des/ |
| H A D | des_locl.h | 98 #define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | common.h | 131 # define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24, \ macro
|