Lines Matching refs:SSL_CIPHER
658 STACK_OF(SSL_CIPHER) *sk; in SSL_CTX_set_ssl_version()
2429 int ssl_cipher_id_cmp(const SSL_CIPHER *a, const SSL_CIPHER *b) in ssl_cipher_id_cmp()
2438 int ssl_cipher_ptr_id_cmp(const SSL_CIPHER *const *ap, in ssl_cipher_ptr_id_cmp()
2439 const SSL_CIPHER *const *bp) in ssl_cipher_ptr_id_cmp()
2450 STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *s) in STACK_OF() argument
2462 STACK_OF(SSL_CIPHER) *SSL_get_client_ciphers(const SSL *s) in STACK_OF() argument
2469 STACK_OF(SSL_CIPHER) *SSL_get1_supported_ciphers(SSL *s) in STACK_OF() argument
2471 STACK_OF(SSL_CIPHER) *sk = NULL, *ciphers; in STACK_OF()
2480 const SSL_CIPHER *c = sk_SSL_CIPHER_value(ciphers, i); in STACK_OF()
2497 STACK_OF(SSL_CIPHER) *ssl_get_ciphers_by_id(SSL *s) in STACK_OF() argument
2512 const SSL_CIPHER *c; in SSL_get_cipher_list()
2513 STACK_OF(SSL_CIPHER) *sk; in SSL_get_cipher_list()
2528 STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx) in STACK_OF() argument
2539 static int cipher_list_tls12_num(STACK_OF(SSL_CIPHER) *sk) in cipher_list_tls12_num()
2542 const SSL_CIPHER *c; in cipher_list_tls12_num()
2558 STACK_OF(SSL_CIPHER) *sk; in SSL_CTX_set_cipher_list()
2582 STACK_OF(SSL_CIPHER) *sk; in SSL_set_cipher_list()
2600 STACK_OF(SSL_CIPHER) *clntsk, *srvrsk; in SSL_get_shared_ciphers()
2601 const SSL_CIPHER *c; in SSL_get_shared_ciphers()
3986 const SSL_CIPHER *SSL_get_current_cipher(const SSL *s) in SSL_get_current_cipher()
3993 const SSL_CIPHER *SSL_get_pending_cipher(const SSL *s) in SSL_get_pending_cipher()
4719 IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN(SSL_CIPHER, SSL_CIPHER, ssl_cipher_id);
5414 int isv2format, STACK_OF(SSL_CIPHER) **sk, in SSL_bytes_to_cipher_list()
5415 STACK_OF(SSL_CIPHER) **scsvs) in SSL_bytes_to_cipher_list()
5425 STACK_OF(SSL_CIPHER) **skp, in bytes_to_cipher_list()
5426 STACK_OF(SSL_CIPHER) **scsvs_out, in bytes_to_cipher_list()
5429 const SSL_CIPHER *c; in bytes_to_cipher_list()
5430 STACK_OF(SSL_CIPHER) *sk = NULL; in bytes_to_cipher_list()
5431 STACK_OF(SSL_CIPHER) *scsvs = NULL; in bytes_to_cipher_list()