Home
last modified time | relevance | path

Searched refs:cipher_list_by_id (Results 1 – 4 of 4) sorted by relevance

/openssl/ssl/
H A Dssl_ciph.c1327 static int update_cipher_list_by_id(STACK_OF(SSL_CIPHER) **cipher_list_by_id, in update_cipher_list_by_id() argument
1336 sk_SSL_CIPHER_free(*cipher_list_by_id); in update_cipher_list_by_id()
1337 *cipher_list_by_id = tmp_cipher_list; in update_cipher_list_by_id()
1339 (void)sk_SSL_CIPHER_set_cmp_func(*cipher_list_by_id, ssl_cipher_ptr_id_cmp); in update_cipher_list_by_id()
1340 sk_SSL_CIPHER_sort(*cipher_list_by_id); in update_cipher_list_by_id()
1347 STACK_OF(SSL_CIPHER) **cipher_list_by_id, in update_cipher_list()
1378 if (!update_cipher_list_by_id(cipher_list_by_id, tmp_cipher_list)) { in update_cipher_list()
1394 return update_cipher_list(ctx, &ctx->cipher_list, &ctx->cipher_list_by_id, in SSL_CTX_set_ciphersuites()
1417 &sc->cipher_list_by_id, in SSL_set_ciphersuites()
1441 if (rule_str == NULL || cipher_list == NULL || cipher_list_by_id == NULL) in STACK_OF()
[all …]
H A Dssl_lib.c680 &(ctx->cipher_list_by_id), in SSL_CTX_set_ssl_version()
1427 sk_SSL_CIPHER_free(s->cipher_list_by_id); in ossl_ssl_connection_free()
3279 if (s->cipher_list_by_id != NULL) in STACK_OF()
3280 return s->cipher_list_by_id; in STACK_OF()
3282 && s->ssl.ctx->cipher_list_by_id != NULL) in STACK_OF()
3283 return s->ssl.ctx->cipher_list_by_id; in STACK_OF()
3370 &sc->cipher_list, &sc->cipher_list_by_id, str, in SSL_set_cipher_list()
4054 &ret->cipher_list, &ret->cipher_list_by_id, in SSL_CTX_new_ex()
4311 sk_SSL_CIPHER_free(a->cipher_list_by_id); in SSL_CTX_free()
5134 if (sc->cipher_list_by_id != NULL) in SSL_dup()
[all …]
H A Dssl_local.h796 STACK_OF(SSL_CIPHER) *cipher_list_by_id;
1451 STACK_OF(SSL_CIPHER) *cipher_list_by_id;
2512 STACK_OF(SSL_CIPHER) **cipher_list_by_id,
/openssl/ssl/statem/
H A Dstatem_srvr.c2009 sk_SSL_CIPHER_free(s->cipher_list_by_id); in tls_early_post_process_client_hello()
2010 s->cipher_list_by_id = sk_SSL_CIPHER_dup(s->peer_ciphers); in tls_early_post_process_client_hello()

Completed in 82 milliseconds