Home | History | Annotate | Download | only in ssl

Lines Matching full:ssl_cipher

260 	STACK_OF(SSL_CIPHER) *sk;
1248 int ssl_cipher_id_cmp(const SSL_CIPHER *a, const SSL_CIPHER *b)
1259 int ssl_cipher_ptr_id_cmp(const SSL_CIPHER * const *ap,
1260 const SSL_CIPHER * const *bp)
1273 STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *s)
1292 STACK_OF(SSL_CIPHER) *ssl_get_ciphers_by_id(SSL *s)
1312 SSL_CIPHER *c;
1313 STACK_OF(SSL_CIPHER) *sk;
1327 STACK_OF(SSL_CIPHER) *sk;
1351 STACK_OF(SSL_CIPHER) *sk;
1367 int SSL_set_cipher_lists(SSL *s,STACK_OF(SSL_CIPHER) *sk)
1369 STACK_OF(SSL_CIPHER) *tmp_cipher_list;
1396 STACK_OF(SSL_CIPHER) *sk;
1397 SSL_CIPHER *c;
1432 int ssl_cipher_list_to_bytes(SSL *s,STACK_OF(SSL_CIPHER) *sk,unsigned char *p,
1433 int (*put_cb)(const SSL_CIPHER *, unsigned char *))
1436 SSL_CIPHER *c;
1474 static SSL_CIPHER scsv =
1487 static SSL_CIPHER scsv =
1498 STACK_OF(SSL_CIPHER) *ssl_bytes_to_cipher_list(SSL *s,unsigned char *p,int num,
1499 STACK_OF(SSL_CIPHER) **skp)
1501 const SSL_CIPHER *c;
1502 STACK_OF(SSL_CIPHER) *sk;
2180 void ssl_set_cert_masks(CERT *c, const SSL_CIPHER *cipher)
2397 const SSL_CIPHER *cs = s->s3->tmp.new_cipher;
2534 EVP_PKEY *ssl_get_sign_pkey(SSL *s,const SSL_CIPHER *cipher, const EVP_MD **pmd)
3015 const SSL_CIPHER *SSL_get_current_cipher(const SSL *s)
3468 const SSL_CIPHER *c;
3529 IMPLEMENT_STACK_OF(SSL_CIPHER)
3531 IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN(SSL_CIPHER, SSL_CIPHER,