Searched defs:s2n (Results 1 - 2 of 2) sorted by last modified time

/freebsd-10-stable/crypto/openssl/ssl/
H A Dssl_locl.h251 # define s2n(s,c) ((c[0]=(unsigned char)(((s)>> 8)&0xff), \ macro
/freebsd-10-stable/crypto/openssl/crypto/idea/
H A Didea_lcl.h139 #undef s2n macro
140 #define s2n(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro

Completed in 121 milliseconds