Lines Matching defs:s
110 int tls1_new(SSL *s) in tls1_new()
120 void tls1_free(SSL *s) in tls1_free()
126 int tls1_clear(SSL *s) in tls1_clear()
490 void tls1_get_supported_groups(SSL *s, const uint16_t **pgroups, in tls1_get_supported_groups()
522 int tls_valid_group(SSL *s, uint16_t group_id, int minversion, int maxversion, in tls_valid_group()
565 int tls_group_allowed(SSL *s, uint16_t group, int op) in tls_group_allowed()
596 uint16_t tls1_shared_group(SSL *s, int nmatch) in tls1_shared_group()
772 int tls1_check_group_id(SSL *s, uint16_t group_id, int check_own_groups) in tls1_check_group_id()
824 void tls1_get_formatlist(SSL *s, const unsigned char **pformats, in tls1_get_formatlist()
844 static int tls1_check_pkey_comp(SSL *s, EVP_PKEY *pkey) in tls1_check_pkey_comp()
905 static int tls1_check_cert_param(SSL *s, X509 *x, int check_ee_md) in tls1_check_cert_param()
959 int tls1_check_ec_tmp_key(SSL *s, unsigned long cid) in tls1_check_ec_tmp_key()
1195 static const SIGALG_LOOKUP *tls1_lookup_sigalg(const SSL *s, uint16_t sigalg) in tls1_lookup_sigalg()
1260 static const SIGALG_LOOKUP *tls1_get_legacy_sigalg(const SSL *s, int idx) in tls1_get_legacy_sigalg()
1329 int tls1_set_peer_legacy_sigalg(SSL *s, const EVP_PKEY *pkey) in tls1_set_peer_legacy_sigalg()
1343 size_t tls12_get_psigalgs(SSL *s, int sent, const uint16_t **psigs) in tls12_get_psigalgs()
1383 int tls_check_sigalg_curve(const SSL *s, int curve) in tls_check_sigalg_curve()
1458 int tls12_check_peer_sigalg(SSL *s, uint16_t sig, EVP_PKEY *pkey) in tls12_check_peer_sigalg()
1575 int SSL_get_peer_signature_type_nid(const SSL *s, int *pnid) in SSL_get_peer_signature_type_nid()
1583 int SSL_get_signature_type_nid(const SSL *s, int *pnid) in SSL_get_signature_type_nid()
1601 int ssl_set_client_disabled(SSL *s) in ssl_set_client_disabled()
1634 int ssl_cipher_disabled(const SSL *s, const SSL_CIPHER *c, int op, int ecdhe) in ssl_cipher_disabled()
1662 int tls_use_ticket(SSL *s) in tls_use_ticket()
1669 int tls1_set_server_sigalgs(SSL *s) in tls1_set_server_sigalgs()
1726 SSL_TICKET_STATUS tls_get_ticket_from_client(SSL *s, CLIENTHELLO_MSG *hello, in tls_get_ticket_from_client()
1776 SSL_TICKET_STATUS tls_decrypt_ticket(SSL *s, const unsigned char *etick, in tls_decrypt_ticket()
2038 static int tls12_sigalg_allowed(const SSL *s, int op, const SIGALG_LOOKUP *lu) in tls12_sigalg_allowed()
2114 void ssl_set_sig_mask(uint32_t *pmask_a, SSL *s, int op) in ssl_set_sig_mask()
2143 int tls12_copy_sigalgs(SSL *s, WPACKET *pkt, in tls12_copy_sigalgs()
2173 static size_t tls12_shared_sigalgs(SSL *s, const SIGALG_LOOKUP **shsig, in tls12_shared_sigalgs()
2199 static int tls1_set_shared_sigalgs(SSL *s) in tls1_set_shared_sigalgs()
2279 int tls1_save_sigalgs(SSL *s, PACKET *pkt, int cert) in tls1_save_sigalgs()
2299 int tls1_process_sigalgs(SSL *s) in tls1_process_sigalgs()
2324 int SSL_get_sigalgs(SSL *s, int idx, in SSL_get_sigalgs()
2353 int SSL_get_shared_sigalgs(SSL *s, int idx, in SSL_get_shared_sigalgs()
2409 const SIGALG_LOOKUP *s; in sig_cb() local
2555 static int tls1_check_sig_alg(SSL *s, X509 *x, int default_nid) in tls1_check_sig_alg()
2617 int tls1_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain, in tls1_check_chain()
2866 void tls1_set_cert_validity(SSL *s) in tls1_set_cert_validity()
2880 int SSL_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain) in SSL_check_chain()
2885 EVP_PKEY *ssl_get_auto_dh(SSL *s) in ssl_get_auto_dh()
2949 static int ssl_security_cert_key(SSL *s, SSL_CTX *ctx, X509 *x, int op) in ssl_security_cert_key()
2968 static int ssl_security_cert_sig(SSL *s, SSL_CTX *ctx, X509 *x, int op) in ssl_security_cert_sig()
2986 int ssl_security_cert(SSL *s, SSL_CTX *ctx, X509 *x, int vfy, int is_ee) in ssl_security_cert()
3008 int ssl_security_cert_chain(SSL *s, STACK_OF(X509) *sk, X509 *x, int vfy) in ssl_security_cert_chain()
3035 static int tls12_get_cert_sigalg_idx(const SSL *s, const SIGALG_LOOKUP *lu) in tls12_get_cert_sigalg_idx()
3056 static int check_cert_usable(SSL *s, const SIGALG_LOOKUP *sig, X509 *x, in check_cert_usable()
3114 static int has_usable_cert(SSL *s, const SIGALG_LOOKUP *sig, int idx) in has_usable_cert()
3130 static int is_cert_usable(SSL *s, const SIGALG_LOOKUP *sig, X509 *x, in is_cert_usable()
3150 static const SIGALG_LOOKUP *find_sig_alg(SSL *s, X509 *x, EVP_PKEY *pkey) in find_sig_alg()
3207 int tls_choose_sigalg(SSL *s, int fatalerrs) in tls_choose_sigalg()