Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/ssl/
Dssl_ciph.c550 i = ssl_cipher_info_lookup(ssl_cipher_table_mac, c->algorithm_mac); in ssl_cipher_get_evp()
557 if (c->algorithm_mac == SSL_AEAD) in ssl_cipher_get_evp()
586 && c->algorithm_mac == SSL_MD5) in ssl_cipher_get_evp()
590 && c->algorithm_mac == SSL_SHA1) in ssl_cipher_get_evp()
595 && c->algorithm_mac == SSL_SHA1) in ssl_cipher_get_evp()
600 && c->algorithm_mac == SSL_SHA256) in ssl_cipher_get_evp()
605 && c->algorithm_mac == SSL_SHA256) in ssl_cipher_get_evp()
707 (c->algorithm_mac & disabled_mac)) in ssl_cipher_collect_ciphers()
784 uint32_t algorithm_mac = cipher_aliases[i].algorithm_mac; in ssl_cipher_collect_aliases() local
798 if (algorithm_mac) in ssl_cipher_collect_aliases()
[all …]
Dktls.c44 switch (s->s3.tmp.new_cipher->algorithm_mac) { in ktls_check_supported_cipher()
79 switch (s->s3.tmp.new_cipher->algorithm_mac) { in ktls_configure_crypto()
Dssl_cert.c1058 if (c->algorithm_mac & SSL_MD5) in ssl_security_default_callback()
1061 if (minbits > 160 && c->algorithm_mac & SSL_SHA1) in ssl_security_default_callback()
Dssl_local.h481 uint32_t algorithm_mac; /* symmetric authentication */ member
/third_party/openssl/ssl/
Dssl_ciph.c549 i = ssl_cipher_info_lookup(ssl_cipher_table_mac, c->algorithm_mac); in ssl_cipher_get_evp()
556 if (c->algorithm_mac == SSL_AEAD) in ssl_cipher_get_evp()
585 && c->algorithm_mac == SSL_MD5) in ssl_cipher_get_evp()
589 && c->algorithm_mac == SSL_SHA1) in ssl_cipher_get_evp()
594 && c->algorithm_mac == SSL_SHA1) in ssl_cipher_get_evp()
599 && c->algorithm_mac == SSL_SHA256) in ssl_cipher_get_evp()
604 && c->algorithm_mac == SSL_SHA256) in ssl_cipher_get_evp()
706 (c->algorithm_mac & disabled_mac)) in ssl_cipher_collect_ciphers()
783 uint32_t algorithm_mac = cipher_aliases[i].algorithm_mac; in ssl_cipher_collect_aliases() local
797 if (algorithm_mac) in ssl_cipher_collect_aliases()
[all …]
Dktls.c44 switch (s->s3.tmp.new_cipher->algorithm_mac) { in ktls_check_supported_cipher()
79 switch (s->s3.tmp.new_cipher->algorithm_mac) { in ktls_configure_crypto()
Dssl_cert.c1058 if (c->algorithm_mac & SSL_MD5) in ssl_security_default_callback()
1061 if (minbits > 160 && c->algorithm_mac & SSL_SHA1) in ssl_security_default_callback()
Dssl_local.h474 uint32_t algorithm_mac; /* symmetric authentication */ member
/third_party/openssl/test/
Dcipher_overhead_test.c20 if ((ciph->algorithm_mac & SSL_AEAD) != 0) in cipher_enabled()
/third_party/openssl/ssl/statem/
Dextensions_srvr.c1534 if (s->s3.tmp.new_cipher->algorithm_mac == SSL_AEAD in tls_construct_stoc_etm()
Dextensions_clnt.c1708 && s->s3.tmp.new_cipher->algorithm_mac != SSL_AEAD in tls_parse_stoc_etm()
/third_party/node/deps/openssl/openssl/ssl/statem/
Dextensions_srvr.c1567 if (s->s3.tmp.new_cipher->algorithm_mac == SSL_AEAD in tls_construct_stoc_etm()
Dextensions_clnt.c1723 && s->s3.tmp.new_cipher->algorithm_mac != SSL_AEAD in tls_parse_stoc_etm()