HomeSort by: relevance | last modified time | path
    Searched defs:ssl_cipher_table_kx (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_ciph.c 81 static const ssl_cipher_table ssl_cipher_table_kx[] = { variable
2106 int i = ssl_cipher_info_lookup(ssl_cipher_table_kx, c->algorithm_mkey);
2110 return ssl_cipher_table_kx[i].nid;
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_ciph.c 89 static const ssl_cipher_table ssl_cipher_table_kx[] = { variable
2131 int i = ssl_cipher_info_lookup(ssl_cipher_table_kx, c->algorithm_mkey);
2135 return ssl_cipher_table_kx[i].nid;
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_ciph.c 121 static const ssl_cipher_table ssl_cipher_table_kx[] = { variable
2074 int i = ssl_cipher_info_lookup(ssl_cipher_table_kx, c->algorithm_mkey);
2078 return ssl_cipher_table_kx[i].nid;

Completed in 26 milliseconds