/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/doc/man3/ |
H A D | SSL_CTX_set_msg_callback.pod | 16 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 D | t1_trce.c | 1531 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 D | ssl_local.h | 980 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 D | ssl_lib.c | 2476 (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 D | s_apps.h | 43 void msg_cb(int write_p, int version, int content_type, const void *buf,
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | s_cb.c | 566 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 D | ssl.h | 640 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 D | ssl.h.in | 617 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 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 | 13032 void cb(int write_p, int version, int content_type, 13036 (write_p == 0) or sent (write_p == 1). Here 'version' is the
|