Lines Matching refs:algorithm_mac
518 uint32_t algorithm_mac; member
641 switch (cipher->algorithm_mac) { in ssl_cipher_get_evp_aead()
663 switch (cipher->algorithm_mac) { in ssl_cipher_get_evp_aead()
685 switch (cipher->algorithm_mac) { in ssl_cipher_get_evp_aead()
711 switch (cipher->algorithm_mac) { in ssl_cipher_get_evp_aead()
903 !(alg_mac & cp->algorithm_mac) || in ssl_cipher_apply_rule()
1142 alg_mac &= kCipherAliases[j].algorithm_mac; in ssl_cipher_process_rulestr()
1390 return (cipher->algorithm_mac & SSL_MD5) != 0; in SSL_CIPHER_has_MD5_HMAC()
1394 return (cipher->algorithm_mac & (SSL_AES128GCM | SSL_AES256GCM)) != 0; in SSL_CIPHER_is_AESGCM()
1479 switch (cipher->algorithm_mac) { in ssl_cipher_get_prf_name()
1549 alg_mac = cipher->algorithm_mac; in SSL_CIPHER_description()