Searched refs:algorithm_mac (Results 1 – 2 of 2) sorted by relevance
576 switch (c->algorithm_mac) { in ssl_cipher_get_evp()605 if (c->algorithm_mac == SSL_AEAD) in ssl_cipher_get_evp()630 c->algorithm_mac == SSL_MD5 && in ssl_cipher_get_evp()634 c->algorithm_mac == SSL_SHA1 && in ssl_cipher_get_evp()638 c->algorithm_mac == SSL_SHA1 && in ssl_cipher_get_evp()825 !(c->algorithm_mac & disabled_mac) && in ssl_cipher_collect_ciphers()905 unsigned long algorithm_mac = cipher_aliases[i].algorithm_mac; in ssl_cipher_collect_aliases() local920 if (algorithm_mac) in ssl_cipher_collect_aliases()921 if ((algorithm_mac & mask_mac) == 0) in ssl_cipher_collect_aliases()997 cp->algorithm_enc, cp->algorithm_mac, cp->algorithm_ssl, in ssl_cipher_apply_rule()[all …]
406 unsigned long algorithm_mac; /* symmetric authentication */ member