Home
last modified time | relevance | path

Searched defs:l2n3 (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/crypto/ct/
H A Dct_local.h34 #define l2n3(l,c) ((c[0]=(unsigned char)(((l)>>16)&0xff), \ macro
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h130 # define l2n3(l,c) (((c)[0]=(unsigned char)(((l)>>16)&0xff), \ macro