Searched defs:s2n (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/idea/ |
D | idea_local.h | 78 #define s2n(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
|
/third_party/openssl/crypto/idea/ |
D | idea_local.h | 78 #define s2n(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
|
/third_party/node/deps/openssl/openssl/crypto/ct/ |
D | ct_local.h | 31 #define s2n(s,c) ((c[0]=(unsigned char)(((s)>> 8)&0xff), \ macro
|
/third_party/openssl/crypto/ct/ |
D | ct_local.h | 31 #define s2n(s,c) ((c[0]=(unsigned char)(((s)>> 8)&0xff), \ macro
|
/third_party/openssl/ssl/ |
D | ssl_local.h | 123 # define s2n(s,c) (((c)[0]=(unsigned char)(((s)>> 8)&0xff), \ macro
|
/third_party/node/deps/openssl/openssl/ssl/ |
D | ssl_local.h | 123 # define s2n(s,c) (((c)[0]=(unsigned char)(((s)>> 8)&0xff), \ macro
|