Home
last modified time | relevance | path

Searched refs:ssl_md (Results 1 – 9 of 9) sorted by relevance

/third_party/openssl/test/
Dtls13secretstest.c199 const EVP_MD *ssl_md(int idx) in ssl_md() function
/third_party/openssl/ssl/
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()
Dssl_ciph.c586 const EVP_MD *ssl_md(int idx) in ssl_md() function
596 return ssl_md(ssl_get_algorithm2(s)); in ssl_handshake_md()
601 return ssl_md(ssl_get_algorithm2(s) >> TLS1_PRF_DGST_SHIFT); in ssl_prf_md()
Dssl_local.h2587 __owur const EVP_MD *ssl_md(int idx);
Dt1_lib.c822 md = ssl_md(lu->hash_idx); in tls1_lookup_md()
Ds3_lib.c4308 if (ssl_md(tmp->algorithm2) == mdsha256) { in ssl3_choose_cipher()
/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.c1378 if (ssl_md(c->algorithm2) in set_client_ciphersuite()
1379 != ssl_md(s->session->cipher->algorithm2)) { in set_client_ciphersuite()