Home
last modified time | relevance | path

Searched refs:algorithm2 (Results 1 – 8 of 8) sorted by relevance

/third_party/openssl/ssl/
Dt1_enc.c111 if (s->s3->tmp.new_cipher->algorithm2 & TLS1_STREAM_MAC) in tls1_change_cipher_state()
159 if (s->s3->tmp.new_cipher->algorithm2 & TLS1_STREAM_MAC) in tls1_change_cipher_state()
Dtls13_enc.c564 md = ssl_md(sslcipher->algorithm2); in tls13_change_cipher_state()
849 md = ssl_md(sslcipher->algorithm2); in tls13_export_keying_material_early()
Ds3_lib.c4308 if (ssl_md(tmp->algorithm2) == mdsha256) { in ssl3_choose_cipher()
4547 alg2 = s->s3->tmp.new_cipher->algorithm2; in ssl_get_algorithm2()
Dssl_ciph.c2093 int idx = c->algorithm2 & SSL_HANDSHAKE_MAC_MASK; in SSL_CIPHER_get_handshake_digest()
Dssl_local.h432 uint32_t algorithm2; /* Extra flags */ member
/third_party/openssl/ssl/statem/
Dextensions_clnt.c945 const EVP_MD *md = ssl_md(s->session->cipher->algorithm2); in tls_construct_ctos_padding()
1023 mdres = ssl_md(s->session->cipher->algorithm2); in tls_construct_ctos_psk()
1096 mdpsk = ssl_md(s->psksession->cipher->algorithm2); in tls_construct_ctos_psk()
Dextensions_srvr.c1238 md = ssl_md(sess->cipher->algorithm2); in tls_parse_ctos_psk()
1239 if (md != ssl_md(s->s3->tmp.new_cipher->algorithm2)) { in tls_parse_ctos_psk()
Dstatem_clnt.c1377 if (ssl_md(c->algorithm2) in set_client_ciphersuite()
1378 != ssl_md(s->session->cipher->algorithm2)) { in set_client_ciphersuite()