HomeSort by relevance Sort by last modified time
    Searched defs:SSL_EXP40 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/ssl/
ssl_locl.h 405 * SSL_EXP40 was denoting the 40bit US export limit of past times, which now
421 #define SSL_EXP40 0x00000008L
422 #define SSL_MICRO (SSL_EXP40)
447 #define SSL_IS_EXPORT40(a) ((a)&SSL_EXP40)
    [all...]
  /external/openssl/ssl/
ssl_locl.h 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)
    [all...]

Completed in 374 milliseconds