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

  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_ciph.c 436 int ssl_cipher_get_evp_cipher(SSL_CTX *ctx, const SSL_CIPHER *sslc,
440 sslc->algorithm_enc);
466 int ssl_cipher_get_evp_md_mac(SSL_CTX *ctx, const SSL_CIPHER *sslc,
470 int i = ssl_cipher_info_lookup(ssl_cipher_table_mac, sslc->algorithm_mac);
1349 const SSL_CIPHER *sslc = sk_SSL_CIPHER_value(tls13_ciphersuites, i); local
1352 if ((sslc->algorithm_enc & ctx->disabled_enc_mask) == 0
1353 && (ssl_cipher_table_mac[sslc->algorithm2
1358 sk_SSL_CIPHER_unshift(tmp_cipher_list, sslc);
1604 const SSL_CIPHER *sslc = sk_SSL_CIPHER_value(tls13_ciphersuites, i); local
1607 if ((sslc->algorithm_enc & disabled_enc) !=
    [all...]
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_ciph.c 482 int ssl_cipher_get_evp_cipher(SSL_CTX *ctx, const SSL_CIPHER *sslc,
485 int i = ssl_cipher_info_lookup(ssl_cipher_table_cipher, sslc->algorithm_enc);
1393 const SSL_CIPHER *sslc = sk_SSL_CIPHER_value(tls13_ciphersuites, i); local
1396 if ((sslc->algorithm_enc & ctx->disabled_enc_mask) == 0
1397 && (ssl_cipher_table_mac[sslc->algorithm2
1400 sk_SSL_CIPHER_unshift(tmp_cipher_list, sslc);
1640 const SSL_CIPHER *sslc = sk_SSL_CIPHER_value(tls13_ciphersuites, i); local
1643 if ((sslc->algorithm_enc & disabled_enc) != 0
1644 || (ssl_cipher_table_mac[sslc->algorithm2
1652 if (!sk_SSL_CIPHER_push(cipherstack, sslc)) {
    [all...]

Completed in 26 milliseconds