Searched refs:sk_SSL_CIPHER_dup (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds2_srvr.c687 prio = sk_SSL_CIPHER_dup(cl);
H A Dssl_sess.c294 dest->ciphers = sk_SSL_CIPHER_dup(src->ciphers);
H A Ds3_srvr.c1293 s->cipher_list = sk_SSL_CIPHER_dup(s->session->ciphers);
1294 s->cipher_list_by_id = sk_SSL_CIPHER_dup(s->session->ciphers);
H A Dssl_ciph.c1652 tmp_cipher_list = sk_SSL_CIPHER_dup(cipherstack);
H A Dssl_lib.c2958 if ((ret->cipher_list = sk_SSL_CIPHER_dup(s->cipher_list)) == NULL)
2962 if ((ret->cipher_list_by_id = sk_SSL_CIPHER_dup(s->cipher_list_by_id))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds2_srvr.c647 prio=sk_SSL_CIPHER_dup(cl);
H A Dssl_ciph.c1061 tmp_cipher_list = sk_SSL_CIPHER_dup(cipherstack);
H A Dssl_lib.c2202 if ((ret->cipher_list=sk_SSL_CIPHER_dup(s->cipher_list)) == NULL)
2206 if ((ret->cipher_list_by_id=sk_SSL_CIPHER_dup(s->cipher_list_by_id))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds2_srvr.c687 prio = sk_SSL_CIPHER_dup(cl);
H A Dssl_sess.c294 dest->ciphers = sk_SSL_CIPHER_dup(src->ciphers);
H A Ds3_srvr.c1293 s->cipher_list = sk_SSL_CIPHER_dup(s->session->ciphers);
1294 s->cipher_list_by_id = sk_SSL_CIPHER_dup(s->session->ciphers);
H A Dssl_ciph.c1652 tmp_cipher_list = sk_SSL_CIPHER_dup(cipherstack);
H A Dssl_lib.c2958 if ((ret->cipher_list = sk_SSL_CIPHER_dup(s->cipher_list)) == NULL)
2962 if ((ret->cipher_list_by_id = sk_SSL_CIPHER_dup(s->cipher_list_by_id))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/stack/
H A Dsafestack.h1154 #define sk_SSL_CIPHER_dup(st) SKM_sk_dup(SSL_CIPHER, st) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dsafestack.h1154 #define sk_SSL_CIPHER_dup(st) SKM_sk_dup(SSL_CIPHER, st) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/stack/
H A Dsafestack.h1615 # define sk_SSL_CIPHER_dup(st) SKM_sk_dup(SSL_CIPHER, st) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/stack/
H A Dsafestack.h1615 # define sk_SSL_CIPHER_dup(st) SKM_sk_dup(SSL_CIPHER, st) macro

Completed in 236 milliseconds