| /src/crypto/external/apache2/openssl/dist/crypto/idea/ |
| idea_local.h | 94 #undef s2n macro 95 #define s2n(l, c) (*((c)++) = (unsigned char)(((l)) & 0xff), \ macro
|
| /src/crypto/external/bsd/openssl/dist/crypto/idea/ |
| idea_local.h | 77 #undef s2n macro 78 #define s2n(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/idea/ |
| idea_local.h | 77 #undef s2n macro 78 #define s2n(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
|
| /src/crypto/external/apache2/openssl/dist/crypto/ct/ |
| ct_local.h | 30 #define s2n(s, c) ((c[0] = (unsigned char)(((s) >> 8) & 0xff), \ macro
|
| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| common.h | 196 #define s2n(s, c) (((c)[0] = (unsigned char)(((s) >> 8) & 0xff), \ macro
|
| /src/crypto/external/bsd/openssl/dist/crypto/ct/ |
| ct_local.h | 31 #define s2n(s,c) ((c[0]=(unsigned char)(((s)>> 8)&0xff), \ macro
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/ct/ |
| ct_local.h | 31 #define s2n(s,c) ((c[0]=(unsigned char)(((s)>> 8)&0xff), \ macro
|
| /src/crypto/external/bsd/openssl/dist/ssl/ |
| ssl_local.h | 123 # define s2n(s,c) (((c)[0]=(unsigned char)(((s)>> 8)&0xff), \ macro
|
| /src/crypto/external/bsd/openssl.old/dist/ssl/ |
| ssl_local.h | 122 # define s2n(s,c) (((c)[0]=(unsigned char)(((s)>> 8)&0xff), \ macro
|