HomeSort by relevance Sort by last modified time
    Searched refs:SSL_ImplementedCiphers (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/third_party/nss/ssl/
sslenum.c 31 const PRUint16 SSL_ImplementedCiphers[] = {
130 (sizeof SSL_ImplementedCiphers) / (sizeof SSL_ImplementedCiphers[0]) - 1;
135 return SSL_ImplementedCiphers;
ssl.h 29 SSL_IMPORT const PRUint16 SSL_ImplementedCiphers[];
    [all...]
  /external/chromium/net/socket/
nss_ssl_util.cc 34 // "Symbol `SSL_ImplementedCiphers' has different size in shared object,
40 dlsym(RTLD_DEFAULT, "SSL_ImplementedCiphers"));
46 #define pSSL_ImplementedCiphers SSL_ImplementedCiphers

Completed in 33 milliseconds