Home
last modified time | relevance | path

Searched refs:tls1_lookup_md (Results 1 – 5 of 5) sorted by relevance

/openssl/ssl/
H A Dt1_lib.c1752 int tls1_lookup_md(SSL_CTX *ctx, const SIGALG_LOOKUP *lu, const EVP_MD **pmd) in tls1_lookup_md() function
1786 if (!tls1_lookup_md(ctx, lu, &md) || md == NULL) in rsa_pss_check_min_key_size()
1863 if (!tls1_lookup_md(SSL_CONNECTION_GET_CTX(s), lu, NULL)) in tls1_get_legacy_sigalg()
1964 if (!tls1_lookup_md(ctx, lu, &md)) in sigalg_security_bits()
2116 if (!tls1_lookup_md(SSL_CONNECTION_GET_CTX(s), lu, &md)) { in tls12_check_peer_sigalg()
3858 if (!tls1_lookup_md(sctx, lu, NULL)) in find_sig_alg()
H A Dssl_local.h2856 __owur int tls1_lookup_md(SSL_CTX *ctx, const SIGALG_LOOKUP *lu,
/openssl/ssl/statem/
H A Dstatem_lib.c329 if (pkey == NULL || !tls1_lookup_md(sctx, lu, &md)) { in tls_construct_cert_verify()
487 if (!tls1_lookup_md(sctx, s->s3.tmp.peer_sigalg, &md)) { in tls_process_cert_verify()
H A Dstatem_clnt.c2484 if (!tls1_lookup_md(sctx, s->s3.tmp.peer_sigalg, &md)) { in tls_process_key_exchange()
H A Dstatem_srvr.c2763 if (pkey == NULL || !tls1_lookup_md(sctx, lu, &md)) { in tls_construct_server_key_exchange()

Completed in 49 milliseconds