Searched refs:s2n (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/lib/libcrypto/idea/
H A Didea_local.h125 #undef s2n macro
126 #define s2n(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
/openbsd-current/lib/libcrypto/ct/
H A Dct_oct.c251 s2n(sct->sig_len, p);
302 s2n(sct->ext_len, p);
402 s2n(sct_len, p2);
415 s2n(len2 - 2, p);
H A Dct_local.h75 #define s2n(s,c) ((c[0]=(unsigned char)(((s)>> 8)&0xff), \ macro

Completed in 83 milliseconds