Lines Matching refs:SSL_CIPHER
461 const SSL_CIPHER *(*get_cipher_by_char) (const unsigned char *ptr);
462 int (*put_cipher_by_char) (const SSL_CIPHER *cipher, WPACKET *pkt,
466 const SSL_CIPHER *(*get_cipher) (unsigned ncipher);
551 const SSL_CIPHER *cipher;
737 STACK_OF(SSL_CIPHER) *cipher_list;
739 STACK_OF(SSL_CIPHER) *cipher_list_by_id;
741 STACK_OF(SSL_CIPHER) *tls13_ciphersuites;
1132 STACK_OF(SSL_CIPHER) *peer_ciphers;
1133 STACK_OF(SSL_CIPHER) *cipher_list;
1134 STACK_OF(SSL_CIPHER) *cipher_list_by_id;
1136 STACK_OF(SSL_CIPHER) *tls13_ciphersuites;
1579 const SSL_CIPHER *new_cipher;
2265 __owur int ssl_cipher_id_cmp(const SSL_CIPHER *a, const SSL_CIPHER *b);
2266 DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(SSL_CIPHER, SSL_CIPHER, ssl_cipher_id);
2267 __owur int ssl_cipher_ptr_id_cmp(const SSL_CIPHER *const *ap,
2268 const SSL_CIPHER *const *bp);
2269 __owur STACK_OF(SSL_CIPHER) *ssl_create_cipher_list(const SSL_METHOD *ssl_method,
2270 STACK_OF(SSL_CIPHER) *tls13_ciphersuites,
2271 STACK_OF(SSL_CIPHER) **cipher_list,
2272 STACK_OF(SSL_CIPHER) **cipher_list_by_id,
2277 STACK_OF(SSL_CIPHER) **skp,
2278 STACK_OF(SSL_CIPHER) **scsvs, int sslv2format,
2285 __owur int ssl_cipher_get_overhead(const SSL_CIPHER *c, size_t *mac_overhead,
2289 __owur const SSL_CIPHER *ssl_get_cipher_by_char(SSL *ssl,
2322 __owur STACK_OF(SSL_CIPHER) *ssl_get_ciphers_by_id(SSL *s);
2337 __owur const SSL_CIPHER *ssl3_get_cipher_by_id(uint32_t id);
2338 __owur const SSL_CIPHER *ssl3_get_cipher_by_std_name(const char *stdname);
2339 __owur const SSL_CIPHER *ssl3_get_cipher_by_char(const unsigned char *p);
2340 __owur int ssl3_put_cipher_by_char(const SSL_CIPHER *c, WPACKET *pkt,
2353 __owur const SSL_CIPHER *ssl3_get_cipher(unsigned int u);
2363 __owur const SSL_CIPHER *ssl3_choose_cipher(SSL *ssl,
2364 STACK_OF(SSL_CIPHER) *clnt,
2365 STACK_OF(SSL_CIPHER) *srvr);
2583 __owur int ssl_cipher_disabled(const SSL *s, const SSL_CIPHER *c, int op, int echde);