Home
last modified time | relevance | path

Searched refs:write_p (Results 1 – 11 of 11) 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/doc/man3/
H A DSSL_CTX_set_msg_callback.pod16 void (*cb)(int write_p, int version,
22 void (*cb)(int write_p, int version,
48 =item I<write_p>
/freebsd/crypto/openssl/ssl/
H A Dt1_trce.c1531 void SSL_trace(int write_p, int version, int content_type, in SSL_trace() argument
1545 BIO_puts(bio, write_p ? "Sent" : "Received"); in SSL_trace()
1550 BIO_puts(bio, write_p ? "Sent" : "Received"); in SSL_trace()
1573 if (!ssl_print_handshake(bio, ssl, ssl->server ? write_p : !write_p, in SSL_trace()
H A Dssl_local.h980 void (*msg_callback) (int write_p, int version, int content_type,
1440 void (*msg_callback) (int write_p, int version, int content_type,
H A Dssl_lib.c2476 (int write_p, int version, int content_type, in SSL_callback_ctrl()
2625 (int write_p, int version, int content_type, in SSL_CTX_callback_ctrl()
4695 void (*cb) (int write_p, int version, in SSL_CTX_set_msg_callback()
4703 void (*cb) (int write_p, int version, in SSL_set_msg_callback()
/freebsd/crypto/openssl/apps/include/
H A Ds_apps.h43 void msg_cb(int write_p, int version, int content_type, const void *buf,
/freebsd/crypto/openssl/apps/lib/
H A Ds_cb.c566 void msg_cb(int write_p, int version, int content_type, const void *buf, in msg_cb() argument
570 const char *str_write_p = write_p ? ">>>" : "<<<"; in msg_cb()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h640 void (*cb) (int write_p, int version,
644 void (*cb) (int write_p, int version,
2324 void SSL_trace(int write_p, int version, int content_type,
H A Dssl.h.in617 void (*cb) (int write_p, int version,
621 void (*cb) (int write_p, int version,
2252 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.md13032 void cb(int write_p, int version, int content_type,
13036 (write_p == 0) or sent (write_p == 1). Here 'version' is the