Searched refs:tls1_lookup_md (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | t1_lib.c | 1240 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 D | ssl_local.h | 2772 __owur int tls1_lookup_md(SSL_CTX *ctx, const SIGALG_LOOKUP *lu,
|
/third_party/openssl/ssl/ |
H A D | t1_lib.c | 1220 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 D | ssl_local.h | 2716 __owur int tls1_lookup_md(SSL_CTX *ctx, const SIGALG_LOOKUP *lu,
|
/third_party/node/deps/openssl/openssl/ssl/statem/ |
H A D | statem_lib.c | 312 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 D | statem_clnt.c | 2267 if (!tls1_lookup_md(s->ctx, s->s3.tmp.peer_sigalg, &md)) { in tls_process_key_exchange()
|
H A D | statem_srvr.c | 2684 if (pkey == NULL || !tls1_lookup_md(s->ctx, lu, &md)) { in tls_construct_server_key_exchange()
|
/third_party/openssl/ssl/statem/ |
H A D | statem_lib.c | 291 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 D | statem_clnt.c | 2259 if (!tls1_lookup_md(s->ctx, s->s3.tmp.peer_sigalg, &md)) { in tls_process_key_exchange()
|
H A D | statem_srvr.c | 2663 if (pkey == NULL || !tls1_lookup_md(s->ctx, lu, &md)) { in tls_construct_server_key_exchange()
|
Completed in 41 milliseconds