Searched refs:tls1_lookup_md (Results 1 – 5 of 5) sorted by relevance
/third_party/openssl/ssl/ |
D | t1_lib.c | 1218 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()
|
D | ssl_local.h | 2716 __owur int tls1_lookup_md(SSL_CTX *ctx, const SIGALG_LOOKUP *lu,
|
/third_party/openssl/ssl/statem/ |
D | statem_lib.c | 291 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()
|
D | statem_clnt.c | 2258 if (!tls1_lookup_md(s->ctx, s->s3.tmp.peer_sigalg, &md)) { in tls_process_key_exchange()
|
D | statem_srvr.c | 2664 if (pkey == NULL || !tls1_lookup_md(s->ctx, lu, &md)) { in tls_construct_server_key_exchange()
|