Lines Matching defs:SSL_CIPHER
666 STACK_OF(SSL_CIPHER) *sk;
2635 int ssl_cipher_id_cmp(const SSL_CIPHER *a, const SSL_CIPHER *b)
2644 int ssl_cipher_ptr_id_cmp(const SSL_CIPHER *const *ap,
2645 const SSL_CIPHER *const *bp)
2656 STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *s)
2668 STACK_OF(SSL_CIPHER) *SSL_get_client_ciphers(const SSL *s)
2675 STACK_OF(SSL_CIPHER) *SSL_get1_supported_ciphers(SSL *s)
2677 STACK_OF(SSL_CIPHER) *sk = NULL, *ciphers;
2686 const SSL_CIPHER *c = sk_SSL_CIPHER_value(ciphers, i);
2703 STACK_OF(SSL_CIPHER) *ssl_get_ciphers_by_id(SSL *s)
2718 const SSL_CIPHER *c;
2719 STACK_OF(SSL_CIPHER) *sk;
2734 STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx)
2745 static int cipher_list_tls12_num(STACK_OF(SSL_CIPHER) *sk)
2748 const SSL_CIPHER *c;
2764 STACK_OF(SSL_CIPHER) *sk;
2788 STACK_OF(SSL_CIPHER) *sk;
2806 STACK_OF(SSL_CIPHER) *clntsk, *srvrsk;
2807 const SSL_CIPHER *c;
4243 const SSL_CIPHER *SSL_get_current_cipher(const SSL *s)
4250 const SSL_CIPHER *SSL_get_pending_cipher(const SSL *s)
5002 IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN(SSL_CIPHER, SSL_CIPHER, ssl_cipher_id);
5688 int isv2format, STACK_OF(SSL_CIPHER) **sk,
5689 STACK_OF(SSL_CIPHER) **scsvs)
5699 STACK_OF(SSL_CIPHER) **skp,
5700 STACK_OF(SSL_CIPHER) **scsvs_out,
5703 const SSL_CIPHER *c;
5704 STACK_OF(SSL_CIPHER) *sk = NULL;
5705 STACK_OF(SSL_CIPHER) *scsvs = NULL;