Lines Matching refs:SSL_CIPHER

664     STACK_OF(SSL_CIPHER) *sk;  in SSL_CTX_set_ssl_version()
3198 int ssl_cipher_id_cmp(const SSL_CIPHER *a, const SSL_CIPHER *b) in ssl_cipher_id_cmp()
3207 int ssl_cipher_ptr_id_cmp(const SSL_CIPHER *const *ap, in ssl_cipher_ptr_id_cmp()
3208 const SSL_CIPHER *const *bp) in ssl_cipher_ptr_id_cmp()
3221 STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *s) in STACK_OF() argument
3235 STACK_OF(SSL_CIPHER) *SSL_get_client_ciphers(const SSL *s) in STACK_OF() argument
3244 STACK_OF(SSL_CIPHER) *SSL_get1_supported_ciphers(SSL *s) in STACK_OF() argument
3246 STACK_OF(SSL_CIPHER) *sk = NULL, *ciphers; in STACK_OF()
3259 const SSL_CIPHER *c = sk_SSL_CIPHER_value(ciphers, i); in STACK_OF()
3276 STACK_OF(SSL_CIPHER) *ssl_get_ciphers_by_id(SSL_CONNECTION *s) in STACK_OF() argument
3291 const SSL_CIPHER *c; in SSL_get_cipher_list()
3292 STACK_OF(SSL_CIPHER) *sk; in SSL_get_cipher_list()
3307 STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx) in STACK_OF() argument
3318 static int cipher_list_tls12_num(STACK_OF(SSL_CIPHER) *sk) in cipher_list_tls12_num()
3321 const SSL_CIPHER *c; in cipher_list_tls12_num()
3337 STACK_OF(SSL_CIPHER) *sk; in SSL_CTX_set_cipher_list()
3361 STACK_OF(SSL_CIPHER) *sk; in SSL_set_cipher_list()
3385 STACK_OF(SSL_CIPHER) *clntsk, *srvrsk; in SSL_get_shared_ciphers()
3386 const SSL_CIPHER *c; in SSL_get_shared_ciphers()
5193 const SSL_CIPHER *SSL_get_current_cipher(const SSL *s) in SSL_get_current_cipher()
5205 const SSL_CIPHER *SSL_get_pending_cipher(const SSL *s) in SSL_get_pending_cipher()
6234 IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN(SSL_CIPHER, SSL_CIPHER, ssl_cipher_id);
7026 int isv2format, STACK_OF(SSL_CIPHER) **sk, in SSL_bytes_to_cipher_list()
7027 STACK_OF(SSL_CIPHER) **scsvs) in SSL_bytes_to_cipher_list()
7041 STACK_OF(SSL_CIPHER) **skp, in ossl_bytes_to_cipher_list()
7042 STACK_OF(SSL_CIPHER) **scsvs_out, in ossl_bytes_to_cipher_list()
7045 const SSL_CIPHER *c; in ossl_bytes_to_cipher_list()
7046 STACK_OF(SSL_CIPHER) *sk = NULL; in ossl_bytes_to_cipher_list()
7047 STACK_OF(SSL_CIPHER) *scsvs = NULL; in ossl_bytes_to_cipher_list()