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

  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_ciph.c 63 static const ssl_cipher_table ssl_cipher_table_mac[SSL_MD_NUM_IDX] = { variable
333 for (i = 0, t = ssl_cipher_table_mac; i < SSL_MD_NUM_IDX; i++, t++) {
470 int i = ssl_cipher_info_lookup(ssl_cipher_table_mac, sslc->algorithm_mac);
1353 && (ssl_cipher_table_mac[sslc->algorithm2
1608 || (ssl_cipher_table_mac[sslc->algorithm2
2097 int i = ssl_cipher_info_lookup(ssl_cipher_table_mac, c->algorithm_mac);
2101 return ssl_cipher_table_mac[i].nid;
2127 if (md_nid == ssl_cipher_table_mac[i].nid)
2139 return EVP_get_digestbynid(ssl_cipher_table_mac[idx].nid);
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_ciph.c 71 static const ssl_cipher_table ssl_cipher_table_mac[SSL_MD_NUM_IDX] = { variable
341 for (i = 0, t = ssl_cipher_table_mac; i < SSL_MD_NUM_IDX; i++, t++) {
550 i = ssl_cipher_info_lookup(ssl_cipher_table_mac, c->algorithm_mac);
1397 && (ssl_cipher_table_mac[sslc->algorithm2
1644 || (ssl_cipher_table_mac[sslc->algorithm2
2122 int i = ssl_cipher_info_lookup(ssl_cipher_table_mac, c->algorithm_mac);
2126 return ssl_cipher_table_mac[i].nid;
2153 return EVP_get_digestbynid(ssl_cipher_table_mac[idx].nid);
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_ciph.c 101 static const ssl_cipher_table ssl_cipher_table_mac[SSL_MD_NUM_IDX] = { variable
375 for (i = 0, t = ssl_cipher_table_mac; i < SSL_MD_NUM_IDX; i++, t++) {
531 i = ssl_cipher_info_lookup(ssl_cipher_table_mac, c->algorithm_mac);
2065 int i = ssl_cipher_info_lookup(ssl_cipher_table_mac, c->algorithm_mac);
2069 return ssl_cipher_table_mac[i].nid;

Completed in 32 milliseconds