• Home
  • Raw
  • Download

Lines Matching defs:cipher

341   for (const auto &cipher : kCiphers) {  in NumTLS13Ciphers()  local
356 const SSL_CIPHER *cipher; member
447 size_t *out_fixed_iv_len, const SSL_CIPHER *cipher, in ssl_cipher_get_evp_aead()
523 const SSL_CIPHER *cipher) { in ssl_get_handshake_digest()
623 void SSLCipherPreferenceList::Remove(const SSL_CIPHER *cipher) { in Remove()
637 bool ssl_cipher_is_deprecated(const SSL_CIPHER *cipher) { in ssl_cipher_is_deprecated()
915 const SSL_CIPHER *cipher = &kCiphers[j]; in ssl_cipher_process_rulestr() local
1150 bool ssl_cipher_uses_certificate_auth(const SSL_CIPHER *cipher) { in ssl_cipher_uses_certificate_auth()
1154 bool ssl_cipher_requires_server_key_exchange(const SSL_CIPHER *cipher) { in ssl_cipher_requires_server_key_exchange()
1160 size_t ssl_cipher_get_record_split_len(const SSL_CIPHER *cipher) { in ssl_cipher_get_record_split_len()
1223 uint32_t SSL_CIPHER_get_id(const SSL_CIPHER *cipher) { return cipher->id; } in SSL_CIPHER_get_id()
1225 uint16_t SSL_CIPHER_get_protocol_id(const SSL_CIPHER *cipher) { in SSL_CIPHER_get_protocol_id()
1232 int SSL_CIPHER_is_aead(const SSL_CIPHER *cipher) { in SSL_CIPHER_is_aead()
1236 int SSL_CIPHER_get_cipher_nid(const SSL_CIPHER *cipher) { in SSL_CIPHER_get_cipher_nid()
1255 int SSL_CIPHER_get_digest_nid(const SSL_CIPHER *cipher) { in SSL_CIPHER_get_digest_nid()
1268 int SSL_CIPHER_get_kx_nid(const SSL_CIPHER *cipher) { in SSL_CIPHER_get_kx_nid()
1283 int SSL_CIPHER_get_auth_nid(const SSL_CIPHER *cipher) { in SSL_CIPHER_get_auth_nid()
1299 const EVP_MD *SSL_CIPHER_get_handshake_digest(const SSL_CIPHER *cipher) { in SSL_CIPHER_get_handshake_digest()
1312 int SSL_CIPHER_get_prf_nid(const SSL_CIPHER *cipher) { in SSL_CIPHER_get_prf_nid()
1320 int SSL_CIPHER_is_block_cipher(const SSL_CIPHER *cipher) { in SSL_CIPHER_is_block_cipher()
1324 uint16_t SSL_CIPHER_get_min_version(const SSL_CIPHER *cipher) { in SSL_CIPHER_get_min_version()
1338 uint16_t SSL_CIPHER_get_max_version(const SSL_CIPHER *cipher) { in SSL_CIPHER_get_max_version()
1349 const char *SSL_CIPHER_get_name(const SSL_CIPHER *cipher) { in SSL_CIPHER_get_name()
1357 const char *SSL_CIPHER_standard_name(const SSL_CIPHER *cipher) { in SSL_CIPHER_standard_name()
1361 const char *SSL_CIPHER_get_kx_name(const SSL_CIPHER *cipher) { in SSL_CIPHER_get_kx_name()
1397 int SSL_CIPHER_get_bits(const SSL_CIPHER *cipher, int *out_alg_bits) { in SSL_CIPHER_get_bits()
1434 const char *SSL_CIPHER_description(const SSL_CIPHER *cipher, char *buf, in SSL_CIPHER_description()
1551 const char *SSL_CIPHER_get_version(const SSL_CIPHER *cipher) { in SSL_CIPHER_get_version()