Searched defs:l2c (Results 1 – 8 of 8) sorted by relevance
| /onnv-gate/usr/src/common/openssl/crypto/rc2/ |
| H A D | rc2_locl.h | 83 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
|
| /onnv-gate/usr/src/common/openssl/crypto/mdc2/ |
| H A D | mdc2dgst.c | 72 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
|
| /onnv-gate/usr/src/common/openssl/crypto/bf/ |
| H A D | bf_locl.h | 87 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
|
| /onnv-gate/usr/src/common/openssl/crypto/idea/ |
| H A D | idea_lcl.h | 192 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
|
| /onnv-gate/usr/src/common/openssl/crypto/rc5/ |
| H A D | rc5_locl.h | 85 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
|
| /onnv-gate/usr/src/common/openssl/crypto/cast/ |
| H A D | cast_lcl.h | 91 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
|
| /onnv-gate/usr/src/common/openssl/crypto/des/ |
| H A D | des_locl.h | 129 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
|
| /onnv-gate/usr/src/common/openssl/ssl/ |
| H A D | ssl_locl.h | 168 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
|