| /programs/ssl/ |
| A D | ssl_test_common_source.c | 135 unsigned char const *buf, size_t len) in ssl_check_record() 198 static int recv_cb(void *ctx, unsigned char *buf, size_t len) in recv_cb() 226 static int recv_timeout_cb(void *ctx, unsigned char *buf, size_t len, in recv_timeout_cb() 251 static int send_cb(void *ctx, unsigned char const *buf, size_t len) in send_cb() 322 static int x509_crt_verify_info(char *buf, size_t size, const char *prefix, in x509_crt_verify_info()
|
| A D | ssl_mail_client.c | 155 unsigned char buf[1024]; in do_handshake() local 209 static int write_ssl_data(mbedtls_ssl_context *ssl, unsigned char *buf, size_t len) in write_ssl_data() 224 static int write_ssl_and_get_response(mbedtls_ssl_context *ssl, unsigned char *buf, size_t len) in write_ssl_and_get_response() 277 static int write_and_get_response(mbedtls_net_context *sock_fd, unsigned char *buf, size_t len) in write_and_get_response() 332 unsigned char buf[sizeof(base) + 2]; in main() local 334 unsigned char buf[1024]; in main() local
|
| A D | ssl_server.c | 69 unsigned char buf[1024]; in main() local
|
| A D | ssl_client1.c | 60 unsigned char buf[1024]; in main() local
|
| A D | ssl_fork_server.c | 72 unsigned char buf[1024]; in main() local
|
| A D | dtls_server.c | 82 unsigned char buf[1024]; in main() local
|
| A D | dtls_client.c | 75 unsigned char buf[1024]; in main() local
|
| A D | ssl_test_lib.c | 353 int delayed_recv(void *ctx, unsigned char *buf, size_t len) in delayed_recv() 370 int delayed_send(void *ctx, const unsigned char *buf, size_t len) in delayed_send()
|
| /programs/util/ |
| A D | pem2der.c | 107 static int load_file(const char *path, unsigned char **buf, size_t *n) in load_file() 148 static int write_file(const char *path, unsigned char *buf, size_t n) in write_file() 171 char buf[1024]; in main() local
|
| /programs/fuzz/ |
| A D | fuzz_x509crt.c | 12 unsigned char buf[4096]; in LLVMFuzzerTestOneInput() local
|
| A D | fuzz_x509csr.c | 12 unsigned char buf[4096]; in LLVMFuzzerTestOneInput() local
|
| A D | fuzz_x509crl.c | 12 unsigned char buf[4096]; in LLVMFuzzerTestOneInput() local
|
| A D | fuzz_dtlsclient.c | 43 unsigned char buf[4096]; in LLVMFuzzerTestOneInput() local
|
| A D | fuzz_dtlsserver.c | 48 unsigned char buf[4096]; in LLVMFuzzerTestOneInput() local
|
| A D | fuzz_client.c | 46 unsigned char buf[4096]; in LLVMFuzzerTestOneInput() local
|
| A D | fuzz_server.c | 49 unsigned char buf[4096]; in LLVMFuzzerTestOneInput() local
|
| /programs/test/ |
| A D | udp_proxy.c | 231 char *buf; in get_options() local 385 static int ctx_buffer_flush(ctx_buffer *buf) in ctx_buffer_flush() 402 static unsigned ctx_buffer_time_remaining(ctx_buffer *buf) in ctx_buffer_time_remaining() 417 static int ctx_buffer_append(ctx_buffer *buf, in ctx_buffer_append() 457 ctx_buffer *buf = NULL; in dispatch_data() local 485 unsigned char buf[MAX_MSG_SIZE]; member 550 unsigned char buf[MAX_MSG_SIZE]; in send_packet() local 566 unsigned char buf[MAX_MSG_SIZE]; in send_packet() local
|
| A D | selftest.c | 180 char buf[10] = "xxxxxxxxx"; in test_snprintf() local 370 unsigned char buf[1000000]; in main() local
|
| /programs/pkey/ |
| A D | pk_verify.c | 45 unsigned char buf[MBEDTLS_PK_SIGNATURE_MAX_SIZE]; in main() local
|
| A D | rsa_verify_pss.c | 49 unsigned char buf[MBEDTLS_MPI_MAX_SIZE]; in main() local
|
| A D | rsa_sign_pss.c | 51 unsigned char buf[MBEDTLS_MPI_MAX_SIZE]; in main() local
|
| A D | pk_sign.c | 49 unsigned char buf[MBEDTLS_PK_SIGNATURE_MAX_SIZE]; in main() local
|
| /programs/x509/ |
| A D | crl_app.c | 53 unsigned char buf[100000]; in main() local
|
| A D | req_app.c | 53 unsigned char buf[100000]; in main() local
|
| A D | cert_app.c | 103 char buf[1024]; in my_verify() local 125 unsigned char buf[1024]; in main() local
|