Home
last modified time | relevance | path

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

/openbsd/src/lib/libssl/
Ds3_lib.c183 .algorithm_mac = SSL_MD5,
196 .algorithm_mac = SSL_SHA1,
209 .algorithm_mac = SSL_MD5,
222 .algorithm_mac = SSL_SHA1,
235 .algorithm_mac = SSL_SHA1,
252 .algorithm_mac = SSL_SHA1,
265 .algorithm_mac = SSL_MD5,
278 .algorithm_mac = SSL_SHA1,
295 .algorithm_mac = SSL_SHA1,
308 .algorithm_mac = SSL_SHA1,
[all …]
Dssl_ciph.c324 .algorithm_mac = SSL_AEAD,
328 .algorithm_mac = SSL_MD5,
332 .algorithm_mac = SSL_SHA1,
336 .algorithm_mac = SSL_SHA1,
340 .algorithm_mac = SSL_SHA256,
344 .algorithm_mac = SSL_SHA384,
417 if (cipher->algorithm_mac & SSL_AEAD) in ssl_cipher_get_evp()
444 switch (cipher->algorithm_mac) { in ssl_cipher_get_evp()
489 if ((cipher->algorithm_mac & SSL_AEAD) == 0) in ssl_cipher_get_evp_aead()
604 !(c->algorithm_mac & disabled_mac) && in ssl_cipher_collect_ciphers()
[all …]
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()
Dt1_enc.c363 if ((s->s3->hs.cipher->algorithm_mac & SSL_AEAD) != 0) { in tls1_setup_key_block()
Dssl_local.h345 unsigned long algorithm_mac; /* symmetric authentication */ member