Home
last modified time | relevance | path

Searched refs:algorithm_mac (Results 1 – 12 of 12) sorted by relevance

/external/cronet/tot/third_party/boringssl/src/ssl/
Dssl_cipher.cc504 uint32_t algorithm_mac = ~0u; member
584 if (cipher->algorithm_mac == SSL_AEAD) { in ssl_cipher_get_evp_aead()
611 } else if (cipher->algorithm_mac == SSL_SHA1) { in ssl_cipher_get_evp_aead()
638 } else if (cipher->algorithm_mac == SSL_SHA256) { in ssl_cipher_get_evp_aead()
792 alias->algorithm_enc == 0 || alias->algorithm_mac == 0)) { in ssl_cipher_apply_rule()
841 !(alias->algorithm_mac & cp->algorithm_mac) || in ssl_cipher_apply_rule()
1061 alias.algorithm_mac &= kCipherAliases[j].algorithm_mac; in ssl_cipher_process_rulestr()
1306 assert(cipher->algorithm_mac == SSL_SHA1); in ssl_cipher_get_record_split_len()
1364 return (cipher->algorithm_mac & SSL_AEAD) != 0; in SSL_CIPHER_is_aead()
1387 switch (cipher->algorithm_mac) { in SSL_CIPHER_get_digest_nid()
[all …]
Dhandshake_client.cc1743 hs->new_cipher->algorithm_mac != SSL_AEAD) { in can_false_start()
Dinternal.h861 uint32_t algorithm_mac;
/external/cronet/stable/third_party/boringssl/src/ssl/
Dssl_cipher.cc504 uint32_t algorithm_mac = ~0u; member
584 if (cipher->algorithm_mac == SSL_AEAD) { in ssl_cipher_get_evp_aead()
611 } else if (cipher->algorithm_mac == SSL_SHA1) { in ssl_cipher_get_evp_aead()
638 } else if (cipher->algorithm_mac == SSL_SHA256) { in ssl_cipher_get_evp_aead()
792 alias->algorithm_enc == 0 || alias->algorithm_mac == 0)) { in ssl_cipher_apply_rule()
841 !(alias->algorithm_mac & cp->algorithm_mac) || in ssl_cipher_apply_rule()
1061 alias.algorithm_mac &= kCipherAliases[j].algorithm_mac; in ssl_cipher_process_rulestr()
1306 assert(cipher->algorithm_mac == SSL_SHA1); in ssl_cipher_get_record_split_len()
1364 return (cipher->algorithm_mac & SSL_AEAD) != 0; in SSL_CIPHER_is_aead()
1387 switch (cipher->algorithm_mac) { in SSL_CIPHER_get_digest_nid()
[all …]
Dhandshake_client.cc1743 hs->new_cipher->algorithm_mac != SSL_AEAD) { in can_false_start()
Dinternal.h861 uint32_t algorithm_mac;
/external/boringssl/src/ssl/
Dssl_cipher.cc373 uint32_t algorithm_mac = ~0u; member
453 if (cipher->algorithm_mac == SSL_AEAD) { in ssl_cipher_get_evp_aead()
480 } else if (cipher->algorithm_mac == SSL_SHA1) { in ssl_cipher_get_evp_aead()
507 } else if (cipher->algorithm_mac == SSL_SHA256) { in ssl_cipher_get_evp_aead()
661 alias->algorithm_enc == 0 || alias->algorithm_mac == 0)) { in ssl_cipher_apply_rule()
710 !(alias->algorithm_mac & cp->algorithm_mac) || in ssl_cipher_apply_rule()
930 alias.algorithm_mac &= kCipherAliases[j].algorithm_mac; in ssl_cipher_process_rulestr()
1175 assert(cipher->algorithm_mac == SSL_SHA1); in ssl_cipher_get_record_split_len()
1233 return (cipher->algorithm_mac & SSL_AEAD) != 0; in SSL_CIPHER_is_aead()
1256 switch (cipher->algorithm_mac) { in SSL_CIPHER_get_digest_nid()
[all …]
Dhandshake_client.cc1620 hs->new_cipher->algorithm_mac != SSL_AEAD) { in can_false_start()
Dinternal.h687 uint32_t algorithm_mac;
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/
Dssl_cipher.cc493 uint32_t algorithm_mac; member
570 if (cipher->algorithm_mac == SSL_AEAD) { in ssl_cipher_get_evp_aead()
601 } else if (cipher->algorithm_mac == SSL_SHA1) { in ssl_cipher_get_evp_aead()
868 !(alg_mac & cp->algorithm_mac) || in ssl_cipher_apply_rule()
1095 alg_mac &= kCipherAliases[j].algorithm_mac; in ssl_cipher_process_rulestr()
1320 assert(cipher->algorithm_mac == SSL_SHA1); in ssl_cipher_get_record_split_len()
1383 return (cipher->algorithm_mac & SSL_AEAD) != 0; in SSL_CIPHER_is_aead()
1408 switch (cipher->algorithm_mac) { in SSL_CIPHER_get_digest_nid()
1463 cipher->algorithm_mac != SSL_AEAD; in SSL_CIPHER_is_block_cipher()
1595 alg_mac = cipher->algorithm_mac; in SSL_CIPHER_description()
Dhandshake_client.cc1649 hs->new_cipher->algorithm_mac != SSL_AEAD) { in can_false_start()
Dinternal.h532 uint32_t algorithm_mac;