Searched refs:ssl_md (Results 1 – 6 of 6) sorted by relevance
196 const EVP_MD *ssl_md(SSL_CTX *ctx, int idx) in ssl_md() function
538 md = ssl_md(s->ctx, sslcipher->algorithm2); in tls13_change_cipher_state()888 md = ssl_md(s->ctx, sslcipher->algorithm2); in tls13_export_keying_material_early()
622 const EVP_MD *ssl_md(SSL_CTX *ctx, int idx) in ssl_md() function632 return ssl_md(s->ctx, ssl_get_algorithm2(s)); in ssl_handshake_md()637 return ssl_md(s->ctx, ssl_get_algorithm2(s) >> TLS1_PRF_DGST_SHIFT); in ssl_prf_md()
2726 __owur const EVP_MD *ssl_md(SSL_CTX *ctx, int idx);
1250 md = ssl_md(ctx, lu->hash_idx); in tls1_lookup_md()
4308 const EVP_MD *md = ssl_md(s->ctx, tmp->algorithm2); in ssl3_choose_cipher()