Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dssl_cipher.cc492 uint32_t algorithm_mac; member
568 if (cipher->algorithm_mac == SSL_AEAD) { in ssl_cipher_get_evp_aead()
599 } else if (cipher->algorithm_mac == SSL_SHA1) { in ssl_cipher_get_evp_aead()
816 !(alg_mac & cp->algorithm_mac) || in ssl_cipher_apply_rule()
1039 alg_mac &= kCipherAliases[j].algorithm_mac; in ssl_cipher_process_rulestr()
1277 assert(cipher->algorithm_mac == SSL_SHA1); in ssl_cipher_get_record_split_len()
1339 return (cipher->algorithm_mac & SSL_AEAD) != 0; in SSL_CIPHER_is_aead()
1362 switch (cipher->algorithm_mac) { in SSL_CIPHER_get_digest_nid()
1416 return cipher->algorithm_mac != SSL_AEAD; in SSL_CIPHER_is_block_cipher()
1535 alg_mac = cipher->algorithm_mac; in SSL_CIPHER_description()
Dhandshake_client.cc1668 hs->new_cipher->algorithm_mac != SSL_AEAD) { in can_false_start()
Dinternal.h522 uint32_t algorithm_mac;
/external/cronet/third_party/boringssl/src/ssl/
Dssl_cipher.cc482 uint32_t algorithm_mac; member
558 if (cipher->algorithm_mac == SSL_AEAD) { in ssl_cipher_get_evp_aead()
589 } else if (cipher->algorithm_mac == SSL_SHA1) { in ssl_cipher_get_evp_aead()
854 !(alg_mac & cp->algorithm_mac) || in ssl_cipher_apply_rule()
1077 alg_mac &= kCipherAliases[j].algorithm_mac; in ssl_cipher_process_rulestr()
1303 assert(cipher->algorithm_mac == SSL_SHA1); in ssl_cipher_get_record_split_len()
1365 return (cipher->algorithm_mac & SSL_AEAD) != 0; in SSL_CIPHER_is_aead()
1388 switch (cipher->algorithm_mac) { in SSL_CIPHER_get_digest_nid()
1442 return cipher->algorithm_mac != SSL_AEAD; in SSL_CIPHER_is_block_cipher()
1561 alg_mac = cipher->algorithm_mac; in SSL_CIPHER_description()
Dhandshake_client.cc1664 hs->new_cipher->algorithm_mac != SSL_AEAD) { in can_false_start()
Dinternal.h522 uint32_t algorithm_mac;
/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;