Lines Matching defs:SSL
5 * This package is an SSL implementation written
7 * The implementation was written so as to conform with Netscapes SSL.
12 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
124 static int tls_decrypt_ticket(SSL *s, CBS *ticket, int *alert,
128 tls1_new(SSL *s)
137 tls1_free(SSL *s)
147 tls1_clear(SSL *s)
398 tls1_get_formatlist(const SSL *s, int client_formats, const uint8_t **pformats,
421 tls1_get_group_list(const SSL *s, int client_groups, const uint16_t **pgroups,
445 tls1_get_group_lists(const SSL *ssl, const uint16_t **pref, size_t *preflen,
475 tls1_count_shared_groups(const SSL *ssl, size_t *out_count)
500 tls1_group_by_index(const SSL *ssl, size_t n, int *out_nid,
501 int (*ssl_security_fn)(const SSL *, uint16_t))
525 tls1_get_shared_group_by_index(const SSL *ssl, size_t index, int *out_nid)
532 tls1_get_supported_group(const SSL *ssl, int *out_nid)
611 tls1_check_group(SSL *s, uint16_t group_id)
655 tls1_check_ec_key(SSL *s, const uint16_t group_id, const uint8_t comp_id)
693 tls1_check_ec_server_key(SSL *s)
714 ssl_check_clienthello_tlsext_early(SSL *s)
747 ssl_check_clienthello_tlsext_late(SSL *s)
808 ssl_check_serverhello_tlsext(SSL *s)
889 tls1_process_ticket(SSL *s, CBS *ext_block, int *alert, SSL_SESSION **ret)
964 tls_decrypt_ticket(SSL *s, CBS *ticket, int *alert, SSL_SESSION **psess)