Home
last modified time | relevance | path

Searched refs:tls1_lookup_md (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/openssl/openssl/ssl/
H A Dt1_lib.c1240 int tls1_lookup_md(SSL_CTX *ctx, const SIGALG_LOOKUP *lu, const EVP_MD **pmd) in tls1_lookup_md() function
1273 if (!tls1_lookup_md(ctx, lu, &md) || md == NULL) in rsa_pss_check_min_key_size()
1345 if (!tls1_lookup_md(s->ctx, lu, NULL)) in tls1_get_legacy_sigalg()
1446 if (!tls1_lookup_md(ctx, lu, &md)) in sigalg_security_bits()
1579 if (!tls1_lookup_md(s->ctx, lu, &md)) { in tls12_check_peer_sigalg()
3200 if (!tls1_lookup_md(s->ctx, lu, NULL)) in find_sig_alg()
H A Dssl_local.h2772 __owur int tls1_lookup_md(SSL_CTX *ctx, const SIGALG_LOOKUP *lu,
/third_party/openssl/ssl/
H A Dt1_lib.c1220 int tls1_lookup_md(SSL_CTX *ctx, const SIGALG_LOOKUP *lu, const EVP_MD **pmd) in tls1_lookup_md() function
1253 if (!tls1_lookup_md(ctx, lu, &md) || md == NULL) in rsa_pss_check_min_key_size()
1325 if (!tls1_lookup_md(s->ctx, lu, NULL)) in tls1_get_legacy_sigalg()
1426 if (!tls1_lookup_md(ctx, lu, &md)) in sigalg_security_bits()
1559 if (!tls1_lookup_md(s->ctx, lu, &md)) { in tls12_check_peer_sigalg()
3180 if (!tls1_lookup_md(s->ctx, lu, NULL)) in find_sig_alg()
H A Dssl_local.h2716 __owur int tls1_lookup_md(SSL_CTX *ctx, const SIGALG_LOOKUP *lu,
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_lib.c312 if (pkey == NULL || !tls1_lookup_md(s->ctx, lu, &md)) { in tls_construct_cert_verify()
471 if (!tls1_lookup_md(s->ctx, s->s3.tmp.peer_sigalg, &md)) { in tls_process_cert_verify()
H A Dstatem_clnt.c2267 if (!tls1_lookup_md(s->ctx, s->s3.tmp.peer_sigalg, &md)) { in tls_process_key_exchange()
H A Dstatem_srvr.c2684 if (pkey == NULL || !tls1_lookup_md(s->ctx, lu, &md)) { in tls_construct_server_key_exchange()
/third_party/openssl/ssl/statem/
H A Dstatem_lib.c291 if (pkey == NULL || !tls1_lookup_md(s->ctx, lu, &md)) { in tls_construct_cert_verify()
450 if (!tls1_lookup_md(s->ctx, s->s3.tmp.peer_sigalg, &md)) { in tls_process_cert_verify()
H A Dstatem_clnt.c2259 if (!tls1_lookup_md(s->ctx, s->s3.tmp.peer_sigalg, &md)) { in tls_process_key_exchange()
H A Dstatem_srvr.c2663 if (pkey == NULL || !tls1_lookup_md(s->ctx, lu, &md)) { in tls_construct_server_key_exchange()

Completed in 41 milliseconds