Searched refs:algorithm_mac (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/lib/libssl/ |
| D | s3_lib.c | 183 .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 …]
|
| D | ssl_ciph.c | 324 .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 …]
|
| D | ssl_seclevel.c | 115 if (cipher->algorithm_mac & SSL_MD5) in ssl_security_secop_cipher() 135 if (cipher->algorithm_mac & SSL_SHA1) in ssl_security_secop_cipher()
|
| D | t1_enc.c | 363 if ((s->s3->hs.cipher->algorithm_mac & SSL_AEAD) != 0) { in tls1_setup_key_block()
|
| D | ssl_local.h | 345 unsigned long algorithm_mac; /* symmetric authentication */ member
|