Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/
H A Dssl_cipher.cc504 uint32_t algorithm_mac = ~0u; member
587 if (cipher->algorithm_mac == SSL_AEAD) { in ssl_cipher_get_evp_aead()
618 } else if (cipher->algorithm_mac == SSL_SHA1) { in ssl_cipher_get_evp_aead()
645 } else if (cipher->algorithm_mac == SSL_SHA256) { in ssl_cipher_get_evp_aead()
799 alias->algorithm_enc == 0 || alias->algorithm_mac == 0)) { in ssl_cipher_apply_rule()
848 !(alias->algorithm_mac & cp->algorithm_mac) || in ssl_cipher_apply_rule()
1069 alias.algorithm_mac &= kCipherAliases[j].algorithm_mac; in ssl_cipher_process_rulestr()
1316 assert(cipher->algorithm_mac == SSL_SHA1); in ssl_cipher_get_record_split_len()
1374 return (cipher->algorithm_mac & SSL_AEAD) != 0; in SSL_CIPHER_is_aead()
1397 switch (cipher->algorithm_mac) { in SSL_CIPHER_get_digest_nid()
[all …]
H A Dhandshake_client.cc1720 hs->new_cipher->algorithm_mac != SSL_AEAD) { in can_false_start()
H A Dinternal.h575 uint32_t algorithm_mac;
/aosp_15_r20/external/boringssl/src/ssl/
H A Dssl_cipher.cc504 uint32_t algorithm_mac = ~0u; member
587 if (cipher->algorithm_mac == SSL_AEAD) { in ssl_cipher_get_evp_aead()
618 } else if (cipher->algorithm_mac == SSL_SHA1) { in ssl_cipher_get_evp_aead()
645 } else if (cipher->algorithm_mac == SSL_SHA256) { in ssl_cipher_get_evp_aead()
799 alias->algorithm_enc == 0 || alias->algorithm_mac == 0)) { in ssl_cipher_apply_rule()
848 !(alias->algorithm_mac & cp->algorithm_mac) || in ssl_cipher_apply_rule()
1069 alias.algorithm_mac &= kCipherAliases[j].algorithm_mac; in ssl_cipher_process_rulestr()
1316 assert(cipher->algorithm_mac == SSL_SHA1); in ssl_cipher_get_record_split_len()
1374 return (cipher->algorithm_mac & SSL_AEAD) != 0; in SSL_CIPHER_is_aead()
1397 switch (cipher->algorithm_mac) { in SSL_CIPHER_get_digest_nid()
[all …]
H A Dhandshake_client.cc1721 hs->new_cipher->algorithm_mac != SSL_AEAD) { in can_false_start()
H A Dinternal.h570 uint32_t algorithm_mac;
/aosp_15_r20/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;
/aosp_15_r20/external/rust/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;