Home
last modified time | relevance | path

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

/third_party/openssl/ssl/
Dt1_lib.c1218 int tls1_lookup_md(SSL_CTX *ctx, const SIGALG_LOOKUP *lu, const EVP_MD **pmd) in tls1_lookup_md() function
1251 if (!tls1_lookup_md(ctx, lu, &md) || md == NULL) in rsa_pss_check_min_key_size()
1323 if (!tls1_lookup_md(s->ctx, lu, NULL)) in tls1_get_legacy_sigalg()
1424 if (!tls1_lookup_md(ctx, lu, &md)) in sigalg_security_bits()
1557 if (!tls1_lookup_md(s->ctx, lu, &md)) { in tls12_check_peer_sigalg()
3178 if (!tls1_lookup_md(s->ctx, lu, NULL)) in find_sig_alg()
Dssl_local.h2716 __owur int tls1_lookup_md(SSL_CTX *ctx, const SIGALG_LOOKUP *lu,
/third_party/openssl/ssl/statem/
Dstatem_lib.c291 if (pkey == NULL || !tls1_lookup_md(s->ctx, lu, &md)) { in tls_construct_cert_verify()
449 if (!tls1_lookup_md(s->ctx, s->s3.tmp.peer_sigalg, &md)) { in tls_process_cert_verify()
Dstatem_clnt.c2258 if (!tls1_lookup_md(s->ctx, s->s3.tmp.peer_sigalg, &md)) { in tls_process_key_exchange()
Dstatem_srvr.c2664 if (pkey == NULL || !tls1_lookup_md(s->ctx, lu, &md)) { in tls_construct_server_key_exchange()