Lines Matching defs:s

105 int tls1_new(SSL *s)  in tls1_new()
115 void tls1_free(SSL *s) in tls1_free()
126 int tls1_clear(SSL *s) in tls1_clear()
785 void tls1_get_supported_groups(SSL_CONNECTION *s, const uint16_t **pgroups, in tls1_get_supported_groups()
832 void tls1_get_requested_keyshare_groups(SSL_CONNECTION *s, const uint16_t **pgroups, in tls1_get_requested_keyshare_groups()
846 void tls1_get_group_tuples(SSL_CONNECTION *s, const size_t **ptuples, in tls1_get_group_tuples()
860 int tls_valid_group(SSL_CONNECTION *s, uint16_t group_id, in tls_valid_group()
901 int tls_group_allowed(SSL_CONNECTION *s, uint16_t group, int op) in tls_group_allowed()
1009 uint16_t tls1_shared_group(SSL_CONNECTION *s, int nmatch) in tls1_shared_group()
1718 int tls1_check_group_id(SSL_CONNECTION *s, uint16_t group_id, in tls1_check_group_id()
1771 void tls1_get_formatlist(SSL_CONNECTION *s, const unsigned char **pformats, in tls1_get_formatlist()
1794 static int tls1_check_pkey_comp(SSL_CONNECTION *s, EVP_PKEY *pkey) in tls1_check_pkey_comp()
1855 static int tls1_check_cert_param(SSL_CONNECTION *s, X509 *x, int check_ee_md) in tls1_check_cert_param()
1909 int tls1_check_ec_tmp_key(SSL_CONNECTION *s, unsigned long cid) in tls1_check_ec_tmp_key()
2449 static const SIGALG_LOOKUP *tls1_get_legacy_sigalg(const SSL_CONNECTION *s, in tls1_get_legacy_sigalg()
2523 int tls1_set_peer_legacy_sigalg(SSL_CONNECTION *s, const EVP_PKEY *pkey) in tls1_set_peer_legacy_sigalg()
2537 size_t tls12_get_psigalgs(SSL_CONNECTION *s, int sent, const uint16_t **psigs) in tls12_get_psigalgs()
2577 int tls_check_sigalg_curve(const SSL_CONNECTION *s, int curve) in tls_check_sigalg_curve()
2700 int tls12_check_peer_sigalg(SSL_CONNECTION *s, uint16_t sig, EVP_PKEY *pkey) in tls12_check_peer_sigalg()
2834 int SSL_get_peer_signature_type_nid(const SSL *s, int *pnid) in SSL_get_peer_signature_type_nid()
2847 int SSL_get_signature_type_nid(const SSL *s, int *pnid) in SSL_get_signature_type_nid()
2870 int ssl_set_client_disabled(SSL_CONNECTION *s) in ssl_set_client_disabled()
2903 int ssl_cipher_disabled(const SSL_CONNECTION *s, const SSL_CIPHER *c, in ssl_cipher_disabled()
2942 int tls_use_ticket(SSL_CONNECTION *s) in tls_use_ticket()
2949 int tls1_set_server_sigalgs(SSL_CONNECTION *s) in tls1_set_server_sigalgs()
3013 SSL_TICKET_STATUS tls_get_ticket_from_client(SSL_CONNECTION *s, in tls_get_ticket_from_client()
3064 SSL_TICKET_STATUS tls_decrypt_ticket(SSL_CONNECTION *s, in tls_decrypt_ticket()
3336 static int tls12_sigalg_allowed(const SSL_CONNECTION *s, int op, in tls12_sigalg_allowed()
3414 void ssl_set_sig_mask(uint32_t *pmask_a, SSL_CONNECTION *s, int op) in ssl_set_sig_mask()
3445 int tls12_copy_sigalgs(SSL_CONNECTION *s, WPACKET *pkt, in tls12_copy_sigalgs()
3475 static size_t tls12_shared_sigalgs(SSL_CONNECTION *s, in tls12_shared_sigalgs()
3503 static int tls1_set_shared_sigalgs(SSL_CONNECTION *s) in tls1_set_shared_sigalgs()
3579 int tls1_save_sigalgs(SSL_CONNECTION *s, PACKET *pkt, int cert) in tls1_save_sigalgs()
3599 int tls1_process_sigalgs(SSL_CONNECTION *s) in tls1_process_sigalgs()
3625 int SSL_get_sigalgs(SSL *s, int idx, in SSL_get_sigalgs()
3662 int SSL_get_shared_sigalgs(SSL *s, int idx, in SSL_get_shared_sigalgs()
3725 const SIGALG_LOOKUP *s; in sig_cb() local
3915 static int tls1_check_sig_alg(SSL_CONNECTION *s, X509 *x, int default_nid) in tls1_check_sig_alg()
4011 int tls1_check_chain(SSL_CONNECTION *s, X509 *x, EVP_PKEY *pk, in tls1_check_chain()
4275 void tls1_set_cert_validity(SSL_CONNECTION *s) in tls1_set_cert_validity()
4289 int SSL_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain) in SSL_check_chain()
4299 EVP_PKEY *ssl_get_auto_dh(SSL_CONNECTION *s) in ssl_get_auto_dh()
4365 static int ssl_security_cert_key(SSL_CONNECTION *s, SSL_CTX *ctx, X509 *x, in ssl_security_cert_key()
4386 static int ssl_security_cert_sig(SSL_CONNECTION *s, SSL_CTX *ctx, X509 *x, in ssl_security_cert_sig()
4406 int ssl_security_cert(SSL_CONNECTION *s, SSL_CTX *ctx, X509 *x, int vfy, in ssl_security_cert()
4429 int ssl_security_cert_chain(SSL_CONNECTION *s, STACK_OF(X509) *sk, in ssl_security_cert_chain()
4460 static int tls12_get_cert_sigalg_idx(const SSL_CONNECTION *s, in tls12_get_cert_sigalg_idx()
4487 static int check_cert_usable(SSL_CONNECTION *s, const SIGALG_LOOKUP *sig, in check_cert_usable()
4547 static int has_usable_cert(SSL_CONNECTION *s, const SIGALG_LOOKUP *sig, int idx) in has_usable_cert()
4563 static int is_cert_usable(SSL_CONNECTION *s, const SIGALG_LOOKUP *sig, X509 *x, in is_cert_usable()
4583 static const SIGALG_LOOKUP *find_sig_alg(SSL_CONNECTION *s, X509 *x, in find_sig_alg()
4643 int tls_choose_sigalg(SSL_CONNECTION *s, int fatalerrs) in tls_choose_sigalg()