Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/
H A Dssl_ciph.c1356 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()
H A Dssl_lib.c726 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()
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_srvr.c1919 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()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1000 #define sk_SSL_CIPHER_dup(sk) ((STACK_OF(SSL_CIPHER) *)OPENSSL_sk_dup(ossl_check_const_SSL_CIPHER_s… macro