Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssl/dist/test/
Dtls13secretstest.c196 const EVP_MD *ssl_md(SSL_CTX *ctx, int idx) in ssl_md() function
/netbsd/src/crypto/external/bsd/openssl/dist/ssl/
Dtls13_enc.c538 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()
Dssl_ciph.c622 const EVP_MD *ssl_md(SSL_CTX *ctx, int idx) in ssl_md() function
632 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()
Dssl_local.h2726 __owur const EVP_MD *ssl_md(SSL_CTX *ctx, int idx);
Dt1_lib.c1250 md = ssl_md(ctx, lu->hash_idx); in tls1_lookup_md()
Ds3_lib.c4308 const EVP_MD *md = ssl_md(s->ctx, tmp->algorithm2); in ssl3_choose_cipher()