Lines Matching refs:SSL_CIPHER
158 static const SSL_CIPHER kCiphers[] = {
630 const SSL_CIPHER *cipher;
723 const SSL_CIPHER *a = in_a; in ssl_cipher_id_cmp()
724 const SSL_CIPHER *b = in_b; in ssl_cipher_id_cmp()
735 static int ssl_cipher_ptr_id_cmp(const SSL_CIPHER **a, const SSL_CIPHER **b) { in ssl_cipher_ptr_id_cmp()
739 const SSL_CIPHER *SSL_get_cipher_by_value(uint16_t value) { in SSL_get_cipher_by_value()
740 SSL_CIPHER c; in SSL_get_cipher_by_value()
743 return bsearch(&c, kCiphers, kCiphersLen, sizeof(SSL_CIPHER), in SSL_get_cipher_by_value()
750 const SSL_CIPHER *cipher, uint16_t version) { in ssl_cipher_get_evp_aead()
957 const SSL_CIPHER *cipher = &kCiphers[i]; in ssl_cipher_collect_ciphers()
1005 const SSL_CIPHER *cp; in ssl_cipher_apply_rule()
1280 const SSL_CIPHER *cipher = &kCiphers[j]; in ssl_cipher_process_rulestr()
1374 STACK_OF(SSL_CIPHER) * in STACK_OF() argument
1377 STACK_OF(SSL_CIPHER) **out_cipher_list_by_id, in STACK_OF()
1380 STACK_OF(SSL_CIPHER) *cipherstack = NULL, *tmp_cipher_list = NULL; in STACK_OF()
1559 uint32_t SSL_CIPHER_get_id(const SSL_CIPHER *cipher) { return cipher->id; } in SSL_CIPHER_get_id()
1561 uint16_t ssl_cipher_get_value(const SSL_CIPHER *cipher) { in ssl_cipher_get_value()
1568 int SSL_CIPHER_is_AES(const SSL_CIPHER *cipher) { in SSL_CIPHER_is_AES()
1572 int SSL_CIPHER_has_MD5_HMAC(const SSL_CIPHER *cipher) { in SSL_CIPHER_has_MD5_HMAC()
1576 int SSL_CIPHER_has_SHA1_HMAC(const SSL_CIPHER *cipher) { in SSL_CIPHER_has_SHA1_HMAC()
1580 int SSL_CIPHER_is_AESGCM(const SSL_CIPHER *cipher) { in SSL_CIPHER_is_AESGCM()
1584 int SSL_CIPHER_is_AES128GCM(const SSL_CIPHER *cipher) { in SSL_CIPHER_is_AES128GCM()
1588 int SSL_CIPHER_is_AES128CBC(const SSL_CIPHER *cipher) { in SSL_CIPHER_is_AES128CBC()
1592 int SSL_CIPHER_is_AES256CBC(const SSL_CIPHER *cipher) { in SSL_CIPHER_is_AES256CBC()
1596 int SSL_CIPHER_is_CHACHA20POLY1305(const SSL_CIPHER *cipher) { in SSL_CIPHER_is_CHACHA20POLY1305()
1601 int SSL_CIPHER_is_NULL(const SSL_CIPHER *cipher) { in SSL_CIPHER_is_NULL()
1605 int SSL_CIPHER_is_RC4(const SSL_CIPHER *cipher) { in SSL_CIPHER_is_RC4()
1609 int SSL_CIPHER_is_block_cipher(const SSL_CIPHER *cipher) { in SSL_CIPHER_is_block_cipher()
1615 int SSL_CIPHER_is_ECDSA(const SSL_CIPHER *cipher) { in SSL_CIPHER_is_ECDSA()
1619 int SSL_CIPHER_is_ECDHE(const SSL_CIPHER *cipher) { in SSL_CIPHER_is_ECDHE()
1623 uint16_t SSL_CIPHER_get_min_version(const SSL_CIPHER *cipher) { in SSL_CIPHER_get_min_version()
1633 const char *SSL_CIPHER_get_name(const SSL_CIPHER *cipher) { in SSL_CIPHER_get_name()
1641 const char *SSL_CIPHER_get_kx_name(const SSL_CIPHER *cipher) { in SSL_CIPHER_get_kx_name()
1682 static const char *ssl_cipher_get_enc_name(const SSL_CIPHER *cipher) { in ssl_cipher_get_enc_name()
1706 static const char *ssl_cipher_get_prf_name(const SSL_CIPHER *cipher) { in ssl_cipher_get_prf_name()
1727 char *SSL_CIPHER_get_rfc_name(const SSL_CIPHER *cipher) { in SSL_CIPHER_get_rfc_name()
1757 int SSL_CIPHER_get_bits(const SSL_CIPHER *cipher, int *out_alg_bits) { in SSL_CIPHER_get_bits()
1803 const char *SSL_CIPHER_description(const SSL_CIPHER *cipher, char *buf, in SSL_CIPHER_description()
1935 const char *SSL_CIPHER_get_version(const SSL_CIPHER *cipher) { in SSL_CIPHER_get_version()
1945 int ssl_cipher_get_key_type(const SSL_CIPHER *cipher) { in ssl_cipher_get_key_type()
1957 int ssl_cipher_has_server_public_key(const SSL_CIPHER *cipher) { in ssl_cipher_has_server_public_key()
1968 int ssl_cipher_requires_server_key_exchange(const SSL_CIPHER *cipher) { in ssl_cipher_requires_server_key_exchange()
1978 size_t ssl_cipher_get_record_split_len(const SSL_CIPHER *cipher) { in ssl_cipher_get_record_split_len()