Home
last modified time | relevance | path

Searched defs:s2n (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/crypto/idea/
Didea_local.h78 #define s2n(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
/third_party/openssl/crypto/ct/
Dct_local.h31 #define s2n(s,c) ((c[0]=(unsigned char)(((s)>> 8)&0xff), \ macro
/third_party/openssl/ssl/
Dssl_local.h122 # define s2n(s,c) (((c)[0]=(unsigned char)(((s)>> 8)&0xff), \ macro