Lines Matching refs:SSL_CIPHER
260 STACK_OF(SSL_CIPHER) *sk; in SSL_CTX_set_ssl_version()
1248 int ssl_cipher_id_cmp(const SSL_CIPHER *a, const SSL_CIPHER *b) in ssl_cipher_id_cmp()
1259 int ssl_cipher_ptr_id_cmp(const SSL_CIPHER * const *ap, in ssl_cipher_ptr_id_cmp()
1260 const SSL_CIPHER * const *bp) in ssl_cipher_ptr_id_cmp()
1273 STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *s) in STACK_OF() argument
1292 STACK_OF(SSL_CIPHER) *ssl_get_ciphers_by_id(SSL *s) in STACK_OF() argument
1312 SSL_CIPHER *c; in SSL_get_cipher_list()
1313 STACK_OF(SSL_CIPHER) *sk; in SSL_get_cipher_list()
1327 STACK_OF(SSL_CIPHER) *sk; in SSL_CTX_set_cipher_list()
1351 STACK_OF(SSL_CIPHER) *sk; in SSL_set_cipher_list()
1367 int SSL_set_cipher_lists(SSL *s,STACK_OF(SSL_CIPHER) *sk) in SSL_set_cipher_lists()
1369 STACK_OF(SSL_CIPHER) *tmp_cipher_list; in SSL_set_cipher_lists()
1396 STACK_OF(SSL_CIPHER) *sk; in SSL_get_shared_ciphers()
1397 SSL_CIPHER *c; in SSL_get_shared_ciphers()
1432 int ssl_cipher_list_to_bytes(SSL *s,STACK_OF(SSL_CIPHER) *sk,unsigned char *p, in ssl_cipher_list_to_bytes()
1433 int (*put_cb)(const SSL_CIPHER *, unsigned char *)) in ssl_cipher_list_to_bytes() argument
1436 SSL_CIPHER *c; in ssl_cipher_list_to_bytes()
1479 static SSL_CIPHER scsv = in ssl_cipher_list_to_bytes()
1492 static SSL_CIPHER scsv = in ssl_cipher_list_to_bytes()
1504 STACK_OF(SSL_CIPHER) *ssl_bytes_to_cipher_list(SSL *s,unsigned char *p,int num, in STACK_OF() argument
1505 STACK_OF(SSL_CIPHER) **skp) in STACK_OF()
1507 const SSL_CIPHER *c; in STACK_OF()
1508 STACK_OF(SSL_CIPHER) *sk; in STACK_OF()
2187 void ssl_set_cert_masks(CERT *c, const SSL_CIPHER *cipher) in ssl_set_cert_masks()
2404 const SSL_CIPHER *cs = s->s3->tmp.new_cipher; in ssl_check_srvr_ecc_cert_and_alg()
2541 EVP_PKEY *ssl_get_sign_pkey(SSL *s,const SSL_CIPHER *cipher, const EVP_MD **pmd) in ssl_get_sign_pkey()
3022 const SSL_CIPHER *SSL_get_current_cipher(const SSL *s) in SSL_get_current_cipher()
3475 const SSL_CIPHER *c; in ssl3_can_cutthrough()
3536 IMPLEMENT_STACK_OF(SSL_CIPHER)
3538 IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN(SSL_CIPHER, SSL_CIPHER,