Searched refs:algorithm_mac (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_ciph.c598 switch (c->algorithm_mac) {
627 if (c->algorithm_mac == SSL_AEAD)
652 c->algorithm_mac == SSL_MD5 &&
656 c->algorithm_mac == SSL_SHA1 &&
660 c->algorithm_mac == SSL_SHA1 &&
664 c->algorithm_mac == SSL_SHA256 &&
668 c->algorithm_mac == SSL_SHA256 &&
853 !(c->algorithm_mac & disabled_mac) &&
933 unsigned long algorithm_mac = cipher_aliases[i].algorithm_mac; local
[all...]
H A Dssl.h429 unsigned long algorithm_mac; /* symmetric authentication */ member in struct:ssl_cipher_st

Completed in 83 milliseconds