Home | History | Annotate | Download | only in ssl

Lines Matching refs:SSL_EXP40

390  * SSL_EXP40 was denoting the 40bit US export limit of past times, which now
406 #define SSL_EXP40 0x00000008L
407 #define SSL_MICRO (SSL_EXP40)
432 #define SSL_IS_EXPORT40(a) ((a)&SSL_EXP40)