Home
last modified time | relevance | path

Searched refs:msg_callback_arg (Results 1 – 13 of 13) sorted by relevance

/minix3/crypto/external/bsd/openssl/dist/ssl/
H A Ds23_clnt.c600 ret - 2, s, s->msg_callback_arg); in ssl23_client_hello()
604 s->msg_callback_arg); in ssl23_client_hello()
754 s->msg_callback_arg); in ssl23_get_server_hello()
H A Ds2_srvr.c450 s->msg_callback_arg); in get_client_master_key()
630 s->msg_callback_arg); in get_client_hello()
876 s->msg_callback(0, s->version, 0, p, len, s, s->msg_callback_arg); in get_client_finished()
998 s->msg_callback_arg); in request_certificate()
1055 s->msg_callback(0, s->version, 0, p, len, s, s->msg_callback_arg); in request_certificate()
H A Ds3_both.c151 s->msg_callback_arg); in ssl3_do_write()
468 p, 4, s, s->msg_callback_arg); in ssl3_get_message()
544 (size_t)s->init_num + 4, s, s->msg_callback_arg); in ssl3_get_message()
H A Dd1_both.c432 s->msg_callback_arg); in dtls1_do_write()
511 p, msg_len, s, s->msg_callback_arg); in dtls1_get_message()
916 s->msg_callback_arg); in dtls1_get_message_fragment()
1522 s, s->msg_callback_arg); in dtls1_process_heartbeat()
1568 buffer, write_length, s, s->msg_callback_arg); in dtls1_process_heartbeat()
1656 s, s->msg_callback_arg); in dtls1_heartbeat()
H A Ds2_clnt.c398 s->msg_callback_arg); in get_server_hello()
750 s->msg_callback_arg); in client_certificate()
910 s->msg_callback(0, s->version, 0, p, len, s, s->msg_callback_arg); in get_server_verify()
969 s->msg_callback_arg); in get_server_finished()
H A Ds3_pkt.c1196 s->msg_callback_arg); in ssl3_read_bytes()
1264 s->s3->alert_fragment, 2, s, s->msg_callback_arg); in ssl3_read_bytes()
1357 rr->data, 1, s, s->msg_callback_arg); in ssl3_read_bytes()
1567 2, s, s->msg_callback_arg); in ssl3_dispatch_alert()
H A Dd1_pkt.c1078 s->msg_callback_arg); in dtls1_read_bytes()
1129 s->d1->alert_fragment, 2, s, s->msg_callback_arg); in dtls1_read_bytes()
1243 rr->data, 1, s, s->msg_callback_arg); in dtls1_read_bytes()
1792 2, s, s->msg_callback_arg); in dtls1_dispatch_alert()
H A Ds2_lib.c551 s->msg_callback_arg); in ssl2_write_error()
H A Dssl_lib.c330 s->msg_callback_arg = ctx->msg_callback_arg; in SSL_new()
1064 s->msg_callback_arg = parg; in SSL_ctrl()
1129 ctx->msg_callback_arg = parg; in SSL_CTX_ctrl()
1771 ret->msg_callback_arg = NULL; in IMPLEMENT_LHASH_HASH_FN()
2687 ret->msg_callback_arg = s->msg_callback_arg; in SSL_dup()
H A Ds23_srvr.c461 s->packet_length - 2, s, s->msg_callback_arg); in ssl23_get_client_hello()
H A Ds2_pkt.c686 s->msg_callback_arg); in ssl2_do_write()
H A Dt1_lib.c2557 s, s->msg_callback_arg); in tls1_process_heartbeat()
2596 s, s->msg_callback_arg); in tls1_process_heartbeat()
2687 s, s->msg_callback_arg); in tls1_heartbeat()
H A Dssl.h940 void *msg_callback_arg; member
1324 void *msg_callback_arg; member