Lines Matching refs:SSL_CIPHER
159 const SSL_CIPHER *cipher;
165 static const SSL_CIPHER cipher_aliases[] = {
482 int ssl_cipher_get_evp_cipher(SSL_CTX *ctx, const SSL_CIPHER *sslc,
517 const SSL_CIPHER *c;
688 const SSL_CIPHER *c;
747 static void ssl_cipher_collect_aliases(const SSL_CIPHER **ca_list,
756 const SSL_CIPHER **ca_curr;
802 *ca_curr = (SSL_CIPHER *)(cipher_aliases + i);
817 const SSL_CIPHER *cp;
998 const SSL_CIPHER **ca_list, CERT *c)
1307 STACK_OF(SSL_CIPHER) *ciphersuites = (STACK_OF(SSL_CIPHER) *)arg;
1308 const SSL_CIPHER *cipher;
1332 static __owur int set_ciphersuites(STACK_OF(SSL_CIPHER) **currciphers, const char *str)
1334 STACK_OF(SSL_CIPHER) *newciphers = sk_SSL_CIPHER_new_null();
1353 static int update_cipher_list_by_id(STACK_OF(SSL_CIPHER) **cipher_list_by_id,
1354 STACK_OF(SSL_CIPHER) *cipherstack)
1356 STACK_OF(SSL_CIPHER) *tmp_cipher_list = sk_SSL_CIPHER_dup(cipherstack);
1372 STACK_OF(SSL_CIPHER) **cipher_list,
1373 STACK_OF(SSL_CIPHER) **cipher_list_by_id,
1374 STACK_OF(SSL_CIPHER) *tls13_ciphersuites)
1377 STACK_OF(SSL_CIPHER) *tmp_cipher_list = sk_SSL_CIPHER_dup(*cipher_list);
1393 const SSL_CIPHER *sslc = sk_SSL_CIPHER_value(tls13_ciphersuites, i);
1428 STACK_OF(SSL_CIPHER) *cipher_list;
1442 STACK_OF(SSL_CIPHER) *ssl_create_cipher_list(SSL_CTX *ctx,
1443 STACK_OF(SSL_CIPHER) *tls13_ciphersuites,
1444 STACK_OF(SSL_CIPHER) **cipher_list,
1445 STACK_OF(SSL_CIPHER) **cipher_list_by_id,
1451 STACK_OF(SSL_CIPHER) *cipherstack;
1454 const SSL_CIPHER **ca_list = NULL;
1640 const SSL_CIPHER *sslc = sk_SSL_CIPHER_value(tls13_ciphersuites, i);
1664 * to the resulting precedence to the STACK_OF(SSL_CIPHER).
1691 char *SSL_CIPHER_description(const SSL_CIPHER *cipher, char *buf, int len)
1900 const char *SSL_CIPHER_get_version(const SSL_CIPHER *c)
1915 const char *SSL_CIPHER_get_name(const SSL_CIPHER *c)
1923 const char *SSL_CIPHER_standard_name(const SSL_CIPHER *c)
1933 const SSL_CIPHER *c;
1942 int SSL_CIPHER_get_bits(const SSL_CIPHER *c, int *alg_bits)
1954 uint32_t SSL_CIPHER_get_id(const SSL_CIPHER *c)
1959 uint16_t SSL_CIPHER_get_protocol_id(const SSL_CIPHER *c)
2094 const SSL_CIPHER *ssl_get_cipher_by_char(SSL *ssl, const unsigned char *ptr,
2097 const SSL_CIPHER *c = ssl->method->get_cipher_by_char(ptr);
2104 const SSL_CIPHER *SSL_CIPHER_find(SSL *ssl, const unsigned char *ptr)
2109 int SSL_CIPHER_get_cipher_nid(const SSL_CIPHER *c)
2120 int SSL_CIPHER_get_digest_nid(const SSL_CIPHER *c)
2129 int SSL_CIPHER_get_kx_nid(const SSL_CIPHER *c)
2138 int SSL_CIPHER_get_auth_nid(const SSL_CIPHER *c)
2147 const EVP_MD *SSL_CIPHER_get_handshake_digest(const SSL_CIPHER *c)
2156 int SSL_CIPHER_is_aead(const SSL_CIPHER *c)
2161 int ssl_cipher_get_overhead(const SSL_CIPHER *c, size_t *mac_overhead,