Home | History | Annotate | Download | only in ssl

Lines Matching refs:SSL_CIPHER

215  * one, update the table in ssl_cipher.c. */
219 * SSL_CIPHER.algorithm2 which indicates that the variable part of the nonce is
237 const SSL_CIPHER *cipher, uint16_t version);
251 STACK_OF(SSL_CIPHER) *
254 STACK_OF(SSL_CIPHER) **out_cipher_list_by_id,
264 uint16_t ssl_cipher_get_value(const SSL_CIPHER *cipher);
268 int ssl_cipher_get_cert_index(const SSL_CIPHER *cipher);
273 int ssl_cipher_has_server_public_key(const SSL_CIPHER *cipher);
281 int ssl_cipher_requires_server_key_exchange(const SSL_CIPHER *cipher);
289 const SSL_CIPHER *cipher;
316 uint16_t version, const SSL_CIPHER *cipher,
641 int (*supports_cipher)(const SSL_CIPHER *cipher);
806 STACK_OF(SSL_CIPHER) *ssl_bytes_to_cipher_list(SSL *s, const CBS *cbs);
807 int ssl_cipher_list_to_bytes(SSL *s, STACK_OF(SSL_CIPHER) *sk, uint8_t *p);
813 STACK_OF(SSL_CIPHER) *ciphers);
828 EVP_PKEY *ssl_get_sign_pkey(SSL *s, const SSL_CIPHER *c);
839 STACK_OF(SSL_CIPHER) *ssl_get_ciphers_by_id(SSL *s);
877 int ssl3_supports_cipher(const SSL_CIPHER *cipher);
890 const SSL_CIPHER *ssl3_choose_cipher(
891 SSL *ssl, STACK_OF(SSL_CIPHER) *clnt,
952 int dtls1_supports_cipher(const SSL_CIPHER *cipher);