Home
last modified time | relevance | path

Searched refs:sslc (Results 1 – 3 of 3) sorted by relevance

/openssl/ssl/
H A Dssl_ciph.c440 int ssl_cipher_get_evp_cipher(SSL_CTX *ctx, const SSL_CIPHER *sslc, in ssl_cipher_get_evp_cipher() argument
444 sslc->algorithm_enc); in ssl_cipher_get_evp_cipher()
470 int ssl_cipher_get_evp_md_mac(SSL_CTX *ctx, const SSL_CIPHER *sslc, in ssl_cipher_get_evp_md_mac() argument
1367 const SSL_CIPHER *sslc = sk_SSL_CIPHER_value(tls13_ciphersuites, i); in update_cipher_list() local
1370 if ((sslc->algorithm_enc & ctx->disabled_enc_mask) == 0 in update_cipher_list()
1371 && (ssl_cipher_table_mac[sslc->algorithm2 in update_cipher_list()
1374 sk_SSL_CIPHER_unshift(tmp_cipher_list, sslc); in update_cipher_list()
1620 const SSL_CIPHER *sslc = sk_SSL_CIPHER_value(tls13_ciphersuites, i); in STACK_OF() local
1623 if ((sslc->algorithm_enc & disabled_enc) != 0 in STACK_OF()
1624 || (ssl_cipher_table_mac[sslc->algorithm2 in STACK_OF()
[all …]
H A Dssl_local.h2522 __owur int ssl_cipher_get_evp_cipher(SSL_CTX *ctx, const SSL_CIPHER *sslc,
2524 __owur int ssl_cipher_get_evp_md_mac(SSL_CTX *ctx, const SSL_CIPHER *sslc,
/openssl/test/
H A Dtls13secretstest.c160 int ssl_cipher_get_evp_cipher(SSL_CTX *ctx, const SSL_CIPHER *sslc, in ssl_cipher_get_evp_cipher() argument
166 int ssl_cipher_get_evp_md_mac(SSL_CTX *ctx, const SSL_CIPHER *sslc, in ssl_cipher_get_evp_md_mac() argument

Completed in 42 milliseconds