Home
last modified time | relevance | path

Searched refs:SIGALG_LOOKUP (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/ssl/
Dt1_lib.c29 static const SIGALG_LOOKUP *find_sig_alg(SSL *s, X509 *x, EVP_PKEY *pkey);
30 static int tls12_sigalg_allowed(const SSL *s, int op, const SIGALG_LOOKUP *lu);
1028 static const SIGALG_LOOKUP sigalg_lookup_tbl[] = {
1122 static const SIGALG_LOOKUP legacy_rsa_sigalg = {
1148 const SIGALG_LOOKUP *lu; in ssl_setup_sig_algs()
1149 SIGALG_LOOKUP *cache in ssl_setup_sig_algs()
1200 static const SIGALG_LOOKUP *tls1_lookup_sigalg(const SSL *s, uint16_t sigalg) in tls1_lookup_sigalg()
1203 const SIGALG_LOOKUP *lu; in tls1_lookup_sigalg()
1218 int tls1_lookup_md(SSL_CTX *ctx, const SIGALG_LOOKUP *lu, const EVP_MD **pmd) in tls1_lookup_md()
1245 const SIGALG_LOOKUP *lu) in rsa_pss_check_min_key_size()
[all …]
Dssl_local.h1827 } SIGALG_LOOKUP; typedef
2716 __owur int tls1_lookup_md(SSL_CTX *ctx, const SIGALG_LOOKUP *lu,
/third_party/openssl/ssl/statem/
Dstatem_lib.c283 const SIGALG_LOOKUP *lu = s->s3.tmp.sigalg; in tls_construct_cert_verify()
Dstatem_srvr.c2427 const SIGALG_LOOKUP *lu = s->s3.tmp.sigalg; in tls_construct_server_key_exchange()