Lines Matching defs:cipher
460 for (const auto &cipher : kCiphers) { in NumTLS13Ciphers() local
475 const SSL_CIPHER *cipher; member
559 size_t *out_fixed_iv_len, const SSL_CIPHER *cipher, in ssl_cipher_get_evp_aead()
634 const SSL_CIPHER *cipher) { in ssl_get_handshake_digest()
734 void SSLCipherPreferenceList::Remove(const SSL_CIPHER *cipher) { in Remove()
1024 const SSL_CIPHER *cipher = &kCiphers[j]; in ssl_cipher_process_rulestr() local
1252 bool ssl_cipher_uses_certificate_auth(const SSL_CIPHER *cipher) { in ssl_cipher_uses_certificate_auth()
1256 bool ssl_cipher_requires_server_key_exchange(const SSL_CIPHER *cipher) { in ssl_cipher_requires_server_key_exchange()
1262 size_t ssl_cipher_get_record_split_len(const SSL_CIPHER *cipher) { in ssl_cipher_get_record_split_len()
1325 uint32_t SSL_CIPHER_get_id(const SSL_CIPHER *cipher) { return cipher->id; } in SSL_CIPHER_get_id()
1327 uint16_t SSL_CIPHER_get_protocol_id(const SSL_CIPHER *cipher) { in SSL_CIPHER_get_protocol_id()
1334 uint16_t SSL_CIPHER_get_value(const SSL_CIPHER *cipher) { in SSL_CIPHER_get_value()
1338 int SSL_CIPHER_is_aead(const SSL_CIPHER *cipher) { in SSL_CIPHER_is_aead()
1342 int SSL_CIPHER_get_cipher_nid(const SSL_CIPHER *cipher) { in SSL_CIPHER_get_cipher_nid()
1361 int SSL_CIPHER_get_digest_nid(const SSL_CIPHER *cipher) { in SSL_CIPHER_get_digest_nid()
1372 int SSL_CIPHER_get_kx_nid(const SSL_CIPHER *cipher) { in SSL_CIPHER_get_kx_nid()
1387 int SSL_CIPHER_get_auth_nid(const SSL_CIPHER *cipher) { in SSL_CIPHER_get_auth_nid()
1402 int SSL_CIPHER_get_prf_nid(const SSL_CIPHER *cipher) { in SSL_CIPHER_get_prf_nid()
1415 int SSL_CIPHER_is_block_cipher(const SSL_CIPHER *cipher) { in SSL_CIPHER_is_block_cipher()
1419 uint16_t SSL_CIPHER_get_min_version(const SSL_CIPHER *cipher) { in SSL_CIPHER_get_min_version()
1433 uint16_t SSL_CIPHER_get_max_version(const SSL_CIPHER *cipher) { in SSL_CIPHER_get_max_version()
1442 const char *SSL_CIPHER_get_name(const SSL_CIPHER *cipher) { in SSL_CIPHER_get_name()
1450 const char *SSL_CIPHER_standard_name(const SSL_CIPHER *cipher) { in SSL_CIPHER_standard_name()
1454 const char *SSL_CIPHER_get_kx_name(const SSL_CIPHER *cipher) { in SSL_CIPHER_get_kx_name()
1490 int SSL_CIPHER_get_bits(const SSL_CIPHER *cipher, int *out_alg_bits) { in SSL_CIPHER_get_bits()
1527 const char *SSL_CIPHER_description(const SSL_CIPHER *cipher, char *buf, in SSL_CIPHER_description()
1639 const char *SSL_CIPHER_get_version(const SSL_CIPHER *cipher) { in SSL_CIPHER_get_version()