Home
last modified time | relevance | path

Searched refs:write_p (Results 1 – 23 of 23) sorted by relevance

/freebsd/crypto/heimdal/kcm/
H A Dacl.c44 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 Dquic_trace.c565 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 Dquic_tserver.c558 void (*f)(int write_p, int version, in ossl_quic_tserver_set_msg_callback() argument
/freebsd/crypto/openssl/include/internal/
H A Dquic_trace.h15 int ossl_quic_trace(int write_p, int version, int content_type,
H A Dssl.h16 typedef void (*ossl_msg_cb)(int write_p, int version, int content_type,
H A Dquic_tserver.h195 void (*f)(int write_p, int version,
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_msg_callback.pod17 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 Dtls13groupselection_test.c313 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 Dquicapitest.c1100 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 Dquic_multistream_test.c3617 static void script_41_trace(int write_p, int version, int content_type, in script_41_trace() argument
H A Dsslapitest.c13131 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 Dt1_trce.c1723 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 Dssl_lib.c3213 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 Dssl_local.h1487 void (*msg_callback)(int write_p, int version, int content_type,
/freebsd/crypto/openssl/apps/include/
H A Ds_apps.h48 void msg_cb(int write_p, int version, int content_type, const void *buf,
/freebsd/crypto/openssl/ssl/record/
H A Drecord.h188 OSSL_CORE_MAKE_FUNC(void, rlayer_msg_callback, (int write_p, int version, int content_type, const v…
H A Drec_layer_s3.c1137 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 Dquictestlib.c96 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 Ds_cb.c654 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 Dssl.h662 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 Dssl.h.in639 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 Dtls_openssl.c1576 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 DCHANGES.md14717 void cb(int write_p, int version, int content_type,
14721 (write_p == 0) or sent (write_p == 1). Here 'version' is the