Lines Matching refs:SSL_CIPHER
149 * Define the Bitmasks for SSL_CIPHER.algorithms.
152 * is for internal library use only, even though SSL_CIPHER.algorithms
509 const SSL_CIPHER *(*get_cipher_by_char) (const unsigned char *ptr);
510 int (*put_cipher_by_char) (const SSL_CIPHER *cipher, WPACKET *pkt,
514 const SSL_CIPHER *(*get_cipher) (unsigned ncipher);
601 const SSL_CIPHER *cipher;
845 STACK_OF(SSL_CIPHER) *cipher_list;
847 STACK_OF(SSL_CIPHER) *cipher_list_by_id;
849 STACK_OF(SSL_CIPHER) *tls13_ciphersuites;
1315 const SSL_CIPHER *new_cipher;
1448 STACK_OF(SSL_CIPHER) *peer_ciphers;
1449 STACK_OF(SSL_CIPHER) *cipher_list;
1450 STACK_OF(SSL_CIPHER) *cipher_list_by_id;
1452 STACK_OF(SSL_CIPHER) *tls13_ciphersuites;
2392 __owur int ssl_cipher_id_cmp(const SSL_CIPHER *a, const SSL_CIPHER *b);
2393 DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(SSL_CIPHER, SSL_CIPHER, ssl_cipher_id);
2394 __owur int ssl_cipher_ptr_id_cmp(const SSL_CIPHER *const *ap,
2395 const SSL_CIPHER *const *bp);
2396 __owur STACK_OF(SSL_CIPHER) *ssl_create_cipher_list(SSL_CTX *ctx,
2397 STACK_OF(SSL_CIPHER) *tls13_ciphersuites,
2398 STACK_OF(SSL_CIPHER) **cipher_list,
2399 STACK_OF(SSL_CIPHER) **cipher_list_by_id,
2404 STACK_OF(SSL_CIPHER) **skp,
2405 STACK_OF(SSL_CIPHER) **scsvs, int sslv2format,
2408 __owur int ssl_cipher_get_evp_cipher(SSL_CTX *ctx, const SSL_CIPHER *sslc,
2414 __owur int ssl_cipher_get_overhead(const SSL_CIPHER *c, size_t *mac_overhead,
2418 __owur const SSL_CIPHER *ssl_get_cipher_by_char(SSL *ssl,
2452 __owur STACK_OF(SSL_CIPHER) *ssl_get_ciphers_by_id(SSL *s);
2478 __owur const SSL_CIPHER *ssl3_get_cipher_by_id(uint32_t id);
2479 __owur const SSL_CIPHER *ssl3_get_cipher_by_std_name(const char *stdname);
2480 __owur const SSL_CIPHER *ssl3_get_cipher_by_char(const unsigned char *p);
2481 __owur int ssl3_put_cipher_by_char(const SSL_CIPHER *c, WPACKET *pkt,
2494 __owur const SSL_CIPHER *ssl3_get_cipher(unsigned int u);
2506 __owur const SSL_CIPHER *ssl3_choose_cipher(SSL *ssl,
2507 STACK_OF(SSL_CIPHER) *clnt,
2508 STACK_OF(SSL_CIPHER) *srvr);
2722 __owur int ssl_cipher_disabled(const SSL *s, const SSL_CIPHER *c, int op, int echde);