Searched refs:sk_SSL_CIPHER_dup (Results 1 – 4 of 4) sorted by relevance
1328 STACK_OF(SSL_CIPHER) *tmp_cipher_list = sk_SSL_CIPHER_dup(cipherstack); in update_cipher_list_by_id()1348 STACK_OF(SSL_CIPHER) *tmp_cipher_list = sk_SSL_CIPHER_dup(*cipher_list); in update_cipher_list()1394 s->cipher_list = sk_SSL_CIPHER_dup(cipher_list); in SSL_set_ciphersuites()
717 s->tls13_ciphersuites = sk_SSL_CIPHER_dup(ctx->tls13_ciphersuites); in SSL_new()3916 if ((ret->cipher_list = sk_SSL_CIPHER_dup(s->cipher_list)) == NULL) in SSL_dup()3920 if ((ret->cipher_list_by_id = sk_SSL_CIPHER_dup(s->cipher_list_by_id)) in SSL_dup()
1967 s->cipher_list = sk_SSL_CIPHER_dup(s->peer_ciphers); in tls_early_post_process_client_hello()1969 s->cipher_list_by_id = sk_SSL_CIPHER_dup(s->peer_ciphers); in tls_early_post_process_client_hello()
555 #define sk_SSL_CIPHER_dup BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, sk_SSL_CIPHER_dup) macro