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

/openbsd-current/lib/libssl/
H A Ds3_lib.c183 .algorithm_mac = SSL_MD5,
199 .algorithm_mac = SSL_SHA1,
215 .algorithm_mac = SSL_MD5,
231 .algorithm_mac = SSL_SHA1,
247 .algorithm_mac = SSL_SHA1,
267 .algorithm_mac = SSL_SHA1,
283 .algorithm_mac = SSL_MD5,
299 .algorithm_mac = SSL_SHA1,
319 .algorithm_mac = SSL_SHA1,
335 .algorithm_mac
[all...]
H A Dssl_ciph.c332 .algorithm_mac = SSL_AEAD,
336 .algorithm_mac = SSL_MD5,
340 .algorithm_mac = SSL_SHA1,
344 .algorithm_mac = SSL_SHA1,
348 .algorithm_mac = SSL_SHA256,
352 .algorithm_mac = SSL_SHA384,
426 if (ss->cipher->algorithm_mac & SSL_AEAD)
453 switch (ss->cipher->algorithm_mac) {
496 if ((ss->cipher->algorithm_mac & SSL_AEAD) == 0)
631 !(c->algorithm_mac
702 unsigned long algorithm_mac = cipher_aliases[i].algorithm_mac; local
[all...]
H A Dssl_seclevel.c115 if (cipher->algorithm_mac & SSL_MD5)
135 if (cipher->algorithm_mac & SSL_SHA1)
H A Dt1_enc.c361 (s->session->cipher->algorithm_mac & SSL_AEAD)) {
H A Dssl_local.h229 /* Bits for algorithm_mac (symmetric authentication) */
365 unsigned long algorithm_mac; /* symmetric authentication */ member in struct:ssl_cipher_st

Completed in 292 milliseconds