Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/crypto/bf/
HDbf_local.h66 # define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/freebsd-13-stable/crypto/openssl/crypto/idea/
HDidea_local.h72 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/freebsd-13-stable/crypto/openssl/crypto/rc2/
HDrc2_local.h121 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/freebsd-13-stable/crypto/openssl/crypto/cast/
HDcast_local.h111 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/freebsd-13-stable/crypto/openssl/crypto/rc5/
HDrc5_local.h123 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/freebsd-13-stable/sys/crypto/des/
HDdes_locl.h103 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/freebsd-13-stable/crypto/openssl/crypto/des/
HDdes_local.h72 # define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/freebsd-13-stable/crypto/openssl/ssl/
HDssl_local.h86 # define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ macro