Searched refs:sk_SSL_CIPHER_dup (Results 1 – 4 of 4) sorted by relevance
1356 STACK_OF(SSL_CIPHER) *tmp_cipher_list = sk_SSL_CIPHER_dup(cipherstack); in update_cipher_list_by_id()1377 STACK_OF(SSL_CIPHER) *tmp_cipher_list = sk_SSL_CIPHER_dup(*cipher_list); in update_cipher_list()1433 s->cipher_list = sk_SSL_CIPHER_dup(cipher_list); in SSL_set_ciphersuites()
726 s->tls13_ciphersuites = sk_SSL_CIPHER_dup(ctx->tls13_ciphersuites); in SSL_new()4173 if ((ret->cipher_list = sk_SSL_CIPHER_dup(s->cipher_list)) == NULL) in SSL_dup()4177 if ((ret->cipher_list_by_id = sk_SSL_CIPHER_dup(s->cipher_list_by_id)) in SSL_dup()
1919 s->cipher_list = sk_SSL_CIPHER_dup(s->peer_ciphers); in tls_early_post_process_client_hello()1921 s->cipher_list_by_id = sk_SSL_CIPHER_dup(s->peer_ciphers); in tls_early_post_process_client_hello()
1000 #define sk_SSL_CIPHER_dup(sk) ((STACK_OF(SSL_CIPHER) *)OPENSSL_sk_dup(ossl_check_const_SSL_CIPHER_s… macro