Lines Matching defs:SSL_CIPHER

158 	const SSL_CIPHER *cipher;
164 static const SSL_CIPHER cipher_aliases[] = {
403 const SSL_CIPHER *cipher;
483 const SSL_CIPHER *cipher;
511 const SSL_CIPHER *cipher;
579 const SSL_CIPHER *c;
640 ssl_cipher_collect_aliases(const SSL_CIPHER **ca_list, int num_of_group_aliases,
646 const SSL_CIPHER **ca_curr;
698 *ca_curr = (SSL_CIPHER *)(cipher_aliases + i);
712 const SSL_CIPHER *cp;
857 CIPHER_ORDER **tail_p, const SSL_CIPHER **ca_list, SSL_CERT *cert,
1110 STACK_OF(SSL_CIPHER) *
1112 STACK_OF(SSL_CIPHER) **cipher_list,
1113 STACK_OF(SSL_CIPHER) *cipher_list_tls13,
1118 STACK_OF(SSL_CIPHER) *cipherstack = NULL, *ret = NULL;
1121 const SSL_CIPHER **ca_list = NULL;
1122 const SSL_CIPHER *cipher;
1227 num_of_group_aliases = sizeof(cipher_aliases) / sizeof(SSL_CIPHER);
1229 ca_list = reallocarray(NULL, num_of_alias_max, sizeof(SSL_CIPHER *));
1283 * to the resulting precedence to the STACK_OF(SSL_CIPHER).
1321 SSL_CIPHER_description(const SSL_CIPHER *cipher, char *buf, int len)
1452 SSL_CIPHER_get_version(const SSL_CIPHER *cipher)
1463 SSL_CIPHER_get_name(const SSL_CIPHER *cipher)
1474 SSL_CIPHER_get_bits(const SSL_CIPHER *c, int *alg_bits)
1488 SSL_CIPHER_get_id(const SSL_CIPHER *cipher)
1495 SSL_CIPHER_get_value(const SSL_CIPHER *cipher)
1501 const SSL_CIPHER *
1517 SSL_CIPHER_get_cipher_nid(const SSL_CIPHER *c)
1547 SSL_CIPHER_get_digest_nid(const SSL_CIPHER *c)
1567 SSL_CIPHER_get_kx_nid(const SSL_CIPHER *c)
1583 SSL_CIPHER_get_auth_nid(const SSL_CIPHER *c)
1599 SSL_CIPHER_get_handshake_digest(const SSL_CIPHER *c)
1613 SSL_CIPHER_is_aead(const SSL_CIPHER *c)