Searched refs:cipher_list_by_id (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_ciph.c | 1328 static int update_cipher_list_by_id(STACK_OF(SSL_CIPHER) **cipher_list_by_id, in update_cipher_list_by_id() argument 1337 sk_SSL_CIPHER_free(*cipher_list_by_id); in update_cipher_list_by_id() 1338 *cipher_list_by_id = tmp_cipher_list; in update_cipher_list_by_id() 1340 (void)sk_SSL_CIPHER_set_cmp_func(*cipher_list_by_id, ssl_cipher_ptr_id_cmp); in update_cipher_list_by_id() 1341 sk_SSL_CIPHER_sort(*cipher_list_by_id); in update_cipher_list_by_id() 1348 STACK_OF(SSL_CIPHER) **cipher_list_by_id, in update_cipher_list() 1379 if (!update_cipher_list_by_id(cipher_list_by_id, tmp_cipher_list)) { in update_cipher_list() 1395 return update_cipher_list(ctx, &ctx->cipher_list, &ctx->cipher_list_by_id, in SSL_CTX_set_ciphersuites() 1418 &sc->cipher_list_by_id, in SSL_set_ciphersuites() 1427 STACK_OF(SSL_CIPHER) **cipher_list_by_id, in STACK_OF() [all …]
|
H A D | ssl_lib.c | 688 &(ctx->cipher_list_by_id), in SSL_CTX_set_ssl_version() 1475 sk_SSL_CIPHER_free(s->cipher_list_by_id); in ossl_ssl_connection_free() 3336 if (s->cipher_list_by_id != NULL) in STACK_OF() 3337 return s->cipher_list_by_id; in STACK_OF() 3339 && s->ssl.ctx->cipher_list_by_id != NULL) in STACK_OF() 3340 return s->ssl.ctx->cipher_list_by_id; in STACK_OF() 3397 &ctx->cipher_list, &ctx->cipher_list_by_id, str, in SSL_CTX_set_cipher_list() 3427 &sc->cipher_list, &sc->cipher_list_by_id, str, in SSL_set_cipher_list() 4138 &ret->cipher_list, &ret->cipher_list_by_id, in SSL_CTX_new_ex() 4420 sk_SSL_CIPHER_free(a->cipher_list_by_id); in SSL_CTX_free() [all …]
|
H A D | ssl_local.h | 801 STACK_OF(SSL_CIPHER) *cipher_list_by_id; 1499 STACK_OF(SSL_CIPHER) *cipher_list_by_id; 2559 STACK_OF(SSL_CIPHER) **cipher_list_by_id,
|
/freebsd/crypto/openssl/ssl/statem/ |
H A D | statem_srvr.c | 2028 sk_SSL_CIPHER_free(s->cipher_list_by_id); in tls_early_post_process_client_hello() 2029 s->cipher_list_by_id = sk_SSL_CIPHER_dup(s->peer_ciphers); in tls_early_post_process_client_hello()
|