Lines Matching defs:s

103 int tls1_new(SSL *s)  in tls1_new()
113 void tls1_free(SSL *s) in tls1_free()
124 int tls1_clear(SSL *s) in tls1_clear()
812 void tls1_get_supported_groups(SSL_CONNECTION *s, const uint16_t **pgroups, in tls1_get_supported_groups()
846 int tls_valid_group(SSL_CONNECTION *s, uint16_t group_id, in tls_valid_group()
887 int tls_group_allowed(SSL_CONNECTION *s, uint16_t group, int op) in tls_group_allowed()
919 uint16_t tls1_shared_group(SSL_CONNECTION *s, int nmatch) in tls1_shared_group()
1128 int tls1_check_group_id(SSL_CONNECTION *s, uint16_t group_id, in tls1_check_group_id()
1181 void tls1_get_formatlist(SSL_CONNECTION *s, const unsigned char **pformats, in tls1_get_formatlist()
1201 static int tls1_check_pkey_comp(SSL_CONNECTION *s, EVP_PKEY *pkey) in tls1_check_pkey_comp()
1262 static int tls1_check_cert_param(SSL_CONNECTION *s, X509 *x, int check_ee_md) in tls1_check_cert_param()
1316 int tls1_check_ec_tmp_key(SSL_CONNECTION *s, unsigned long cid) in tls1_check_ec_tmp_key()
1673 static const SIGALG_LOOKUP *tls1_lookup_sigalg(const SSL_CONNECTION *s, in tls1_lookup_sigalg()
1741 static const SIGALG_LOOKUP *tls1_get_legacy_sigalg(const SSL_CONNECTION *s, in tls1_get_legacy_sigalg()
1813 int tls1_set_peer_legacy_sigalg(SSL_CONNECTION *s, const EVP_PKEY *pkey) in tls1_set_peer_legacy_sigalg()
1827 size_t tls12_get_psigalgs(SSL_CONNECTION *s, int sent, const uint16_t **psigs) in tls12_get_psigalgs()
1867 int tls_check_sigalg_curve(const SSL_CONNECTION *s, int curve) in tls_check_sigalg_curve()
1952 int tls12_check_peer_sigalg(SSL_CONNECTION *s, uint16_t sig, EVP_PKEY *pkey) in tls12_check_peer_sigalg()
2078 int SSL_get_peer_signature_type_nid(const SSL *s, int *pnid) in SSL_get_peer_signature_type_nid()
2091 int SSL_get_signature_type_nid(const SSL *s, int *pnid) in SSL_get_signature_type_nid()
2114 int ssl_set_client_disabled(SSL_CONNECTION *s) in ssl_set_client_disabled()
2147 int ssl_cipher_disabled(const SSL_CONNECTION *s, const SSL_CIPHER *c, in ssl_cipher_disabled()
2186 int tls_use_ticket(SSL_CONNECTION *s) in tls_use_ticket()
2193 int tls1_set_server_sigalgs(SSL_CONNECTION *s) in tls1_set_server_sigalgs()
2255 SSL_TICKET_STATUS tls_get_ticket_from_client(SSL_CONNECTION *s, in tls_get_ticket_from_client()
2306 SSL_TICKET_STATUS tls_decrypt_ticket(SSL_CONNECTION *s, in tls_decrypt_ticket()
2577 static int tls12_sigalg_allowed(const SSL_CONNECTION *s, int op, in tls12_sigalg_allowed()
2655 void ssl_set_sig_mask(uint32_t *pmask_a, SSL_CONNECTION *s, int op) in ssl_set_sig_mask()
2685 int tls12_copy_sigalgs(SSL_CONNECTION *s, WPACKET *pkt, in tls12_copy_sigalgs()
2715 static size_t tls12_shared_sigalgs(SSL_CONNECTION *s, in tls12_shared_sigalgs()
2742 static int tls1_set_shared_sigalgs(SSL_CONNECTION *s) in tls1_set_shared_sigalgs()
2818 int tls1_save_sigalgs(SSL_CONNECTION *s, PACKET *pkt, int cert) in tls1_save_sigalgs()
2838 int tls1_process_sigalgs(SSL_CONNECTION *s) in tls1_process_sigalgs()
2864 int SSL_get_sigalgs(SSL *s, int idx, in SSL_get_sigalgs()
2901 int SSL_get_shared_sigalgs(SSL *s, int idx, in SSL_get_shared_sigalgs()
2963 const SIGALG_LOOKUP *s; in sig_cb() local
3143 static int tls1_check_sig_alg(SSL_CONNECTION *s, X509 *x, int default_nid) in tls1_check_sig_alg()
3206 int tls1_check_chain(SSL_CONNECTION *s, X509 *x, EVP_PKEY *pk, in tls1_check_chain()
3469 void tls1_set_cert_validity(SSL_CONNECTION *s) in tls1_set_cert_validity()
3483 int SSL_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain) in SSL_check_chain()
3493 EVP_PKEY *ssl_get_auto_dh(SSL_CONNECTION *s) in ssl_get_auto_dh()
3559 static int ssl_security_cert_key(SSL_CONNECTION *s, SSL_CTX *ctx, X509 *x, in ssl_security_cert_key()
3580 static int ssl_security_cert_sig(SSL_CONNECTION *s, SSL_CTX *ctx, X509 *x, in ssl_security_cert_sig()
3600 int ssl_security_cert(SSL_CONNECTION *s, SSL_CTX *ctx, X509 *x, int vfy, in ssl_security_cert()
3623 int ssl_security_cert_chain(SSL_CONNECTION *s, STACK_OF(X509) *sk, in ssl_security_cert_chain()
3654 static int tls12_get_cert_sigalg_idx(const SSL_CONNECTION *s, in tls12_get_cert_sigalg_idx()
3681 static int check_cert_usable(SSL_CONNECTION *s, const SIGALG_LOOKUP *sig, in check_cert_usable()
3740 static int has_usable_cert(SSL_CONNECTION *s, const SIGALG_LOOKUP *sig, int idx) in has_usable_cert()
3756 static int is_cert_usable(SSL_CONNECTION *s, const SIGALG_LOOKUP *sig, X509 *x, in is_cert_usable()
3776 static const SIGALG_LOOKUP *find_sig_alg(SSL_CONNECTION *s, X509 *x, in find_sig_alg()
3835 int tls_choose_sigalg(SSL_CONNECTION *s, int fatalerrs) in tls_choose_sigalg()