Home
last modified time | relevance | path

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

/third_party/openssl/crypto/mdc2/
Dmdc2dgst.c24 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
/third_party/openssl/crypto/rc2/
Drc2_local.h41 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
/third_party/boringssl/src/crypto/fipsmodule/des/
Dinternal.h77 #define l2c(l, c) \ macro
/third_party/openssl/crypto/cast/
Dcast_local.h38 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
/third_party/openssl/crypto/rc5/
Drc5_local.h43 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
/third_party/openssl/crypto/des/
Ddes_local.h57 # define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
/third_party/boringssl/src/crypto/cipher_extra/
De_rc2.c102 #define l2c(l, c) \ macro
/third_party/openssl/ssl/
Dssl_local.h64 # define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro