Searched defs:n2l (Results 1 – 9 of 9) sorted by relevance
| /freebsd-9-stable/crypto/openssl/crypto/rc2/ |
| D | rc2_locl.h | 136 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
|
| /freebsd-9-stable/crypto/openssl/crypto/bf/ |
| D | bf_locl.h | 140 # define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
|
| /freebsd-9-stable/sys/crypto/blowfish/ |
| D | bf_locl.h | 146 #define n2l(c,l) (l =((BF_LONG)(*((c)++)))<<24L, \ macro
|
| /freebsd-9-stable/crypto/openssl/crypto/idea/ |
| D | idea_lcl.h | 128 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
|
| /freebsd-9-stable/crypto/openssl/crypto/cast/ |
| D | cast_lcl.h | 142 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
|
| /freebsd-9-stable/crypto/openssl/crypto/rc5/ |
| D | rc5_locl.h | 138 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
|
| /freebsd-9-stable/sys/crypto/des/ |
| D | des_locl.h | 99 #define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro
|
| /freebsd-9-stable/crypto/openssl/crypto/des/ |
| D | des_locl.h | 140 # define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro
|
| /freebsd-9-stable/crypto/openssl/ssl/ |
| D | ssl_locl.h | 175 # define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24, \ macro
|