Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 25 of 32) sorted by relevance

12

/programs/ssl/
A Dssl_test_common_source.c135 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 Dssl_mail_client.c155 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 Dssl_server.c69 unsigned char buf[1024]; in main() local
A Dssl_client1.c60 unsigned char buf[1024]; in main() local
A Dssl_fork_server.c72 unsigned char buf[1024]; in main() local
A Ddtls_server.c82 unsigned char buf[1024]; in main() local
A Ddtls_client.c75 unsigned char buf[1024]; in main() local
A Dssl_test_lib.c353 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 Dpem2der.c107 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 Dfuzz_x509crt.c12 unsigned char buf[4096]; in LLVMFuzzerTestOneInput() local
A Dfuzz_x509csr.c12 unsigned char buf[4096]; in LLVMFuzzerTestOneInput() local
A Dfuzz_x509crl.c12 unsigned char buf[4096]; in LLVMFuzzerTestOneInput() local
A Dfuzz_dtlsclient.c43 unsigned char buf[4096]; in LLVMFuzzerTestOneInput() local
A Dfuzz_dtlsserver.c48 unsigned char buf[4096]; in LLVMFuzzerTestOneInput() local
A Dfuzz_client.c46 unsigned char buf[4096]; in LLVMFuzzerTestOneInput() local
A Dfuzz_server.c49 unsigned char buf[4096]; in LLVMFuzzerTestOneInput() local
/programs/test/
A Dudp_proxy.c231 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 Dselftest.c180 char buf[10] = "xxxxxxxxx"; in test_snprintf() local
370 unsigned char buf[1000000]; in main() local
/programs/pkey/
A Dpk_verify.c45 unsigned char buf[MBEDTLS_PK_SIGNATURE_MAX_SIZE]; in main() local
A Drsa_verify_pss.c49 unsigned char buf[MBEDTLS_MPI_MAX_SIZE]; in main() local
A Drsa_sign_pss.c51 unsigned char buf[MBEDTLS_MPI_MAX_SIZE]; in main() local
A Dpk_sign.c49 unsigned char buf[MBEDTLS_PK_SIGNATURE_MAX_SIZE]; in main() local
/programs/x509/
A Dcrl_app.c53 unsigned char buf[100000]; in main() local
A Dreq_app.c53 unsigned char buf[100000]; in main() local
A Dcert_app.c103 char buf[1024]; in my_verify() local
125 unsigned char buf[1024]; in main() local

Completed in 26 milliseconds

12