Searched refs:sslc (Results 1 – 3 of 3) sorted by relevance
481 int ssl_cipher_get_evp_cipher(SSL_CTX *ctx, const SSL_CIPHER *sslc, in ssl_cipher_get_evp_cipher() argument484 int i = ssl_cipher_info_lookup(ssl_cipher_table_cipher, sslc->algorithm_enc); in ssl_cipher_get_evp_cipher()1633 const SSL_CIPHER *sslc = sk_SSL_CIPHER_value(tls13_ciphersuites, i); in STACK_OF() local1636 if ((sslc->algorithm_enc & disabled_enc) != 0 in STACK_OF()1637 || (ssl_cipher_table_mac[sslc->algorithm2 in STACK_OF()1645 if (!sk_SSL_CIPHER_push(cipherstack, sslc)) { in STACK_OF()
2402 __owur int ssl_cipher_get_evp_cipher(SSL_CTX *ctx, const SSL_CIPHER *sslc,
168 int ssl_cipher_get_evp_cipher(SSL_CTX *ctx, const SSL_CIPHER *sslc, in ssl_cipher_get_evp_cipher() argument
Completed in 18 milliseconds