Searched defs:l2n (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13-stable/crypto/openssl/crypto/bf/ |
| HD | bf_local.h | 66 # define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
|
| /freebsd-13-stable/crypto/openssl/crypto/idea/ |
| HD | idea_local.h | 72 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
|
| /freebsd-13-stable/crypto/openssl/crypto/rc2/ |
| HD | rc2_local.h | 121 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
|
| /freebsd-13-stable/crypto/openssl/crypto/cast/ |
| HD | cast_local.h | 111 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
|
| /freebsd-13-stable/crypto/openssl/crypto/rc5/ |
| HD | rc5_local.h | 123 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
|
| /freebsd-13-stable/sys/crypto/des/ |
| HD | des_locl.h | 103 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
|
| /freebsd-13-stable/crypto/openssl/crypto/des/ |
| HD | des_local.h | 72 # define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
|
| /freebsd-13-stable/crypto/openssl/ssl/ |
| HD | ssl_local.h | 86 # define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ macro
|