Lines Matching defs:ssl

28 static int ssl_undefined_function_1(SSL *ssl, SSL3_RECORD *r, size_t s, int t)  in ssl_undefined_function_1()
36 static int ssl_undefined_function_2(SSL *ssl, SSL3_RECORD *r, unsigned char *s, in ssl_undefined_function_2()
45 static int ssl_undefined_function_3(SSL *ssl, unsigned char *r, in ssl_undefined_function_3()
55 static int ssl_undefined_function_4(SSL *ssl, int r) in ssl_undefined_function_4()
61 static size_t ssl_undefined_function_5(SSL *ssl, const char *r, size_t s, in ssl_undefined_function_5()
76 static int ssl_undefined_function_7(SSL *ssl, unsigned char *r, size_t s, in ssl_undefined_function_7()
892 int SSL_set_session_id_context(SSL *ssl, const unsigned char *sid_ctx, in SSL_set_session_id_context()
914 int SSL_set_generate_session_id(SSL *ssl, GEN_SESSION_CB cb) in SSL_set_generate_session_id()
922 int SSL_has_matching_session_id(const SSL *ssl, const unsigned char *id, in SSL_has_matching_session_id()
1051 unsigned long SSL_dane_set_flags(SSL *ssl, unsigned long flags) in SSL_dane_set_flags()
1059 unsigned long SSL_dane_clear_flags(SSL *ssl, unsigned long flags) in SSL_dane_clear_flags()
1126 int SSL_set1_param(SSL *ssl, X509_VERIFY_PARAM *vpm) in SSL_set1_param()
1136 X509_VERIFY_PARAM *SSL_get0_param(SSL *ssl) in SSL_get0_param()
1621 int SSL_check_private_key(const SSL *ssl) in SSL_check_private_key()
2904 int SSL_set_alpn_protos(SSL *ssl, const unsigned char *protos, in SSL_set_alpn_protos()
2950 void SSL_get0_alpn_selected(const SSL *ssl, const unsigned char **data, in SSL_get0_alpn_selected()
3356 void SSL_CTX_set_cert_cb(SSL_CTX *c, int (*cb) (SSL *ssl, void *arg), void *arg) in SSL_CTX_set_cert_cb()
3361 void SSL_set_cert_cb(SSL *s, int (*cb) (SSL *ssl, void *arg), void *arg) in SSL_set_cert_cb()
4106 SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl) in SSL_get_SSL_CTX()
4111 SSL_CTX *SSL_set_SSL_CTX(SSL *ssl, SSL_CTX *ctx) in SSL_set_SSL_CTX()
4200 void SSL_set_info_callback(SSL *ssl, in SSL_set_info_callback()
4210 void (*SSL_get_info_callback(const SSL *ssl)) (const SSL * /* ssl */ , in SSL_get_info_callback()
4216 void SSL_set_verify_result(SSL *ssl, long arg) in SSL_set_verify_result()
4221 long SSL_get_verify_result(const SSL *ssl) in SSL_get_verify_result()
4226 size_t SSL_get_client_random(const SSL *ssl, unsigned char *out, size_t outlen) in SSL_get_client_random()
4236 size_t SSL_get_server_random(const SSL *ssl, unsigned char *out, size_t outlen) in SSL_get_server_random()
4319 void SSL_CTX_set_tmp_dh_callback(SSL_CTX *ctx, in SSL_CTX_set_tmp_dh_callback()
4326 void SSL_set_tmp_dh_callback(SSL *ssl, DH *(*dh) (SSL *ssl, int is_export, in SSL_set_tmp_dh_callback()
4429 size_t len, SSL *ssl, void *arg)) in SSL_CTX_set_msg_callback()
4434 void SSL_set_msg_callback(SSL *ssl, in SSL_set_msg_callback()
4442 void SSL_CTX_set_not_resumable_session_callback(SSL_CTX *ctx, in SSL_CTX_set_not_resumable_session_callback()
4451 void SSL_set_not_resumable_session_callback(SSL *ssl, in SSL_set_not_resumable_session_callback()
4459 void SSL_CTX_set_record_padding_callback(SSL_CTX *ctx, in SSL_CTX_set_record_padding_callback()
4488 void SSL_set_record_padding_callback(SSL *ssl, in SSL_set_record_padding_callback()
4495 void SSL_set_record_padding_callback_arg(SSL *ssl, void *arg) in SSL_set_record_padding_callback_arg()
4500 void *SSL_get_record_padding_callback_arg(const SSL *ssl) in SSL_get_record_padding_callback_arg()
4505 int SSL_set_block_padding(SSL *ssl, size_t block_size) in SSL_set_block_padding()
5243 int SSL_free_buffers(SSL *ssl) in SSL_free_buffers()
5254 int SSL_alloc_buffers(SSL *ssl) in SSL_alloc_buffers()
5270 SSL *ssl, in nss_keylog_int()
5323 int ssl_log_rsa_client_key_exchange(SSL *ssl, in ssl_log_rsa_client_key_exchange()
5344 int ssl_log_secret(SSL *ssl, in ssl_log_secret()
5579 __owur unsigned int ssl_get_max_send_fragment(const SSL *ssl) in ssl_get_max_send_fragment()
5589 __owur unsigned int ssl_get_split_send_fragment(const SSL *ssl) in ssl_get_split_send_fragment()
5632 void SSL_set_post_handshake_auth(SSL *ssl, int val) in SSL_set_post_handshake_auth()
5637 int SSL_verify_client_post_handshake(SSL *ssl) in SSL_verify_client_post_handshake()