| /freebsd/crypto/heimdal/kcm/ |
| H A D | acl.c | 44 int write_p = 0; in kcm_access() local 63 write_p = 1; in kcm_access() 78 write_p = 0; in kcm_access() 110 if (write_p) in kcm_access() 117 if (write_p) in kcm_access() 124 if (write_p) in kcm_access() 131 if (write_p) in kcm_access()
|
| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | quic_trace.c | 565 int ossl_quic_trace(int write_p, int version, int content_type, in ossl_quic_trace() argument 575 BIO_puts(bio, write_p ? "Sent" : "Received"); in ossl_quic_trace() 598 BIO_puts(bio, write_p ? "Sent" : "Received"); in ossl_quic_trace() 632 BIO_puts(bio, write_p ? "Sent" : "Received"); in ossl_quic_trace()
|
| H A D | quic_tserver.c | 558 void (*f)(int write_p, int version, in ossl_quic_tserver_set_msg_callback() argument
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | quic_trace.h | 15 int ossl_quic_trace(int write_p, int version, int content_type,
|
| H A D | ssl.h | 16 typedef void (*ossl_msg_cb)(int write_p, int version, int content_type,
|
| H A D | quic_tserver.h | 195 void (*f)(int write_p, int version,
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_set_msg_callback.pod | 17 void (*cb)(int write_p, int version, 23 void (*cb)(int write_p, int version, 28 void SSL_trace(int write_p, int version, int content_type, 52 =item I<write_p>
|
| /freebsd/crypto/openssl/test/ |
| H A D | tls13groupselection_test.c | 313 static void server_response_check_cb(int write_p, int version, in server_response_check_cb() argument 327 if (write_p == 0 && /* Incoming data... */ in server_response_check_cb()
|
| H A D | quicapitest.c | 1100 static void dgram_cb(int write_p, int version, int content_type, in dgram_cb() argument 1103 if (!write_p) in dgram_cb()
|
| H A D | quic_multistream_test.c | 3617 static void script_41_trace(int write_p, int version, int content_type, in script_41_trace() argument
|
| H A D | sslapitest.c | 13131 static void assert_no_end_of_early_data(int write_p, int version, int content_type, in assert_no_end_of_early_data() argument
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | t1_trce.c | 1723 void SSL_trace(int write_p, int version, int content_type, in SSL_trace() argument 1733 if (ossl_quic_trace(write_p, version, content_type, buf, msglen, ssl, in SSL_trace() 1752 BIO_puts(bio, write_p ? "Sent" : "Received"); in SSL_trace() 1757 BIO_puts(bio, write_p ? "Sent" : "Received"); in SSL_trace() 1779 if (!ssl_print_handshake(bio, sc, sc->server ? write_p : !write_p, in SSL_trace()
|
| H A D | ssl_lib.c | 3213 ctx->msg_callback = (void (*)(int write_p, int version, int content_type, in SSL_CTX_callback_ctrl() 5880 void (*cb)(int write_p, int version, in SSL_CTX_set_msg_callback() argument 5888 void (*cb)(int write_p, int version, in SSL_set_msg_callback() argument
|
| H A D | ssl_local.h | 1487 void (*msg_callback)(int write_p, int version, int content_type,
|
| /freebsd/crypto/openssl/apps/include/ |
| H A D | s_apps.h | 48 void msg_cb(int write_p, int version, int content_type, const void *buf,
|
| /freebsd/crypto/openssl/ssl/record/ |
| H A D | record.h | 188 OSSL_CORE_MAKE_FUNC(void, rlayer_msg_callback, (int write_p, int version, int content_type, const v…
|
| H A D | rec_layer_s3.c | 1137 static void rlayer_msg_callback_wrapper(int write_p, int version, in rlayer_msg_callback_wrapper() argument 1145 s->msg_callback(write_p, version, content_type, buf, len, ssl, in rlayer_msg_callback_wrapper()
|
| /freebsd/crypto/openssl/test/helpers/ |
| H A D | quictestlib.c | 96 static void noise_msg_callback(int write_p, int version, int content_type, in noise_msg_callback() argument 126 SSL_trace(write_p, version, content_type, buf, len, ssl, in noise_msg_callback()
|
| /freebsd/crypto/openssl/apps/lib/ |
| H A D | s_cb.c | 654 void msg_cb(int write_p, int version, int content_type, const void *buf, in msg_cb() argument 658 const char *str_write_p = write_p ? ">>>" : "<<<"; in msg_cb()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 662 void (*cb)(int write_p, int version, 666 void (*cb)(int write_p, int version, 2621 void SSL_trace(int write_p, int version, int content_type,
|
| H A D | ssl.h.in | 639 void (*cb)(int write_p, int version, 643 void (*cb)(int write_p, int version, 2574 void SSL_trace(int write_p, int version, int content_type,
|
| /freebsd/contrib/wpa/src/crypto/ |
| H A D | tls_openssl.c | 1576 static void tls_msg_cb(int write_p, int version, int content_type, in tls_msg_cb() argument 1591 if (write_p == 2) { in tls_msg_cb() 1600 write_p ? "TX" : "RX", version, content_type, in tls_msg_cb()
|
| /freebsd/crypto/openssl/ |
| H A D | CHANGES.md | 14717 void cb(int write_p, int version, int content_type, 14721 (write_p == 0) or sent (write_p == 1). Here 'version' is the
|