Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dssl_cipher.cc494 uint32_t algorithm_mac; member
571 if (cipher->algorithm_mac == SSL_AEAD) { in ssl_cipher_get_evp_aead()
602 } else if (cipher->algorithm_mac == SSL_SHA1) { in ssl_cipher_get_evp_aead()
869 !(alg_mac & cp->algorithm_mac) || in ssl_cipher_apply_rule()
1096 alg_mac &= kCipherAliases[j].algorithm_mac; in ssl_cipher_process_rulestr()
1329 assert(cipher->algorithm_mac == SSL_SHA1); in ssl_cipher_get_record_split_len()
1381 return (cipher->algorithm_mac & SSL_AEAD) != 0; in SSL_CIPHER_is_aead()
1406 switch (cipher->algorithm_mac) { in SSL_CIPHER_get_digest_nid()
1461 cipher->algorithm_mac != SSL_AEAD; in SSL_CIPHER_is_block_cipher()
1593 alg_mac = cipher->algorithm_mac; in SSL_CIPHER_description()
Dhandshake_client.cc1545 hs->new_cipher->algorithm_mac != SSL_AEAD || in can_false_start()
Dinternal.h425 uint32_t algorithm_mac;