Home
last modified time | relevance | path

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

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