Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/ssl/
H A Ds3_lib.c188 .algorithm_mac = SSL_MD5,
204 .algorithm_mac = SSL_SHA1,
220 .algorithm_mac = SSL_MD5,
236 .algorithm_mac = SSL_SHA1,
252 .algorithm_mac = SSL_SHA1,
272 .algorithm_mac = SSL_SHA1,
288 .algorithm_mac = SSL_MD5,
304 .algorithm_mac = SSL_SHA1,
324 .algorithm_mac = SSL_SHA1,
340 .algorithm_mac = SSL_SHA1,
[all …]
H A Dssl_ciph.c347 .algorithm_mac = SSL_AEAD,
351 .algorithm_mac = SSL_MD5,
355 .algorithm_mac = SSL_SHA1,
359 .algorithm_mac = SSL_SHA1,
363 .algorithm_mac = SSL_GOST94,
367 .algorithm_mac = SSL_GOST89MAC,
371 .algorithm_mac = SSL_SHA256,
375 .algorithm_mac = SSL_SHA384,
379 .algorithm_mac = SSL_STREEBOG256,
453 if (ss->cipher->algorithm_mac & SSL_AEAD) in ssl_cipher_get_evp()
[all …]
H A Dssl_seclevel.c115 if (cipher->algorithm_mac & SSL_MD5) in ssl_security_secop_cipher()
135 if (cipher->algorithm_mac & SSL_SHA1) in ssl_security_secop_cipher()
H A Dt1_enc.c361 (s->session->cipher->algorithm_mac & SSL_AEAD)) { in tls1_setup_key_block()
H A Dssl_locl.h404 unsigned long algorithm_mac; /* symmetric authentication */ member