Searched refs:algorithm_mac (Results 1 – 3 of 3) sorted by relevance
647 uint32_t algorithm_mac; member779 switch (cipher->algorithm_mac) { in ssl_cipher_get_evp_aead()801 switch (cipher->algorithm_mac) { in ssl_cipher_get_evp_aead()823 switch (cipher->algorithm_mac) { in ssl_cipher_get_evp_aead()849 switch (cipher->algorithm_mac) { in ssl_cipher_get_evp_aead()867 switch (cipher->algorithm_mac) { in ssl_cipher_get_evp_aead()1057 !(alg_mac & cp->algorithm_mac) || in ssl_cipher_apply_rule()1294 alg_mac &= kCipherAliases[j].algorithm_mac; in ssl_cipher_process_rulestr()1573 return (cipher->algorithm_mac & SSL_MD5) != 0; in SSL_CIPHER_has_MD5_HMAC()1577 return (cipher->algorithm_mac & SSL_SHA1) != 0; in SSL_CIPHER_has_SHA1_HMAC()[all …]
2299 cipher->algorithm_mac == SSL_AEAD; in ssl3_can_false_start()
3326 uint32_t algorithm_mac; member