Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/
H A Dt1_lib.c30 static const SIGALG_LOOKUP *find_sig_alg(SSL *s, X509 *x, EVP_PKEY *pkey);
31 static int tls12_sigalg_allowed(const SSL *s, int op, const SIGALG_LOOKUP *lu);
1051 static const SIGALG_LOOKUP sigalg_lookup_tbl[] = {
1145 static const SIGALG_LOOKUP legacy_rsa_sigalg = {
1171 const SIGALG_LOOKUP *lu; in ssl_setup_sig_algs()
1172 SIGALG_LOOKUP *cache in ssl_setup_sig_algs()
1223 static const SIGALG_LOOKUP *tls1_lookup_sigalg(const SSL *s, uint16_t sigalg) in tls1_lookup_sigalg()
1226 const SIGALG_LOOKUP *lu; in tls1_lookup_sigalg()
1241 int tls1_lookup_md(SSL_CTX *ctx, const SIGALG_LOOKUP *lu, const EVP_MD **pmd) in tls1_lookup_md()
1268 const SIGALG_LOOKUP *lu) in rsa_pss_check_min_key_size()
[all …]
H A Dssl_local.h1827 } SIGALG_LOOKUP; typedef
2716 __owur int tls1_lookup_md(SSL_CTX *ctx, const SIGALG_LOOKUP *lu,
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_lib.c283 const SIGALG_LOOKUP *lu = s->s3.tmp.sigalg; in tls_construct_cert_verify()
H A Dstatem_srvr.c2426 const SIGALG_LOOKUP *lu = s->s3.tmp.sigalg; in tls_construct_server_key_exchange()