/openthread-latest/third_party/mbedtls/repo/tests/src/ |
D | psa_crypto_helpers.c | 167 int mbedtls_test_inject_entropy_seed_read(unsigned char *buf, size_t len) in mbedtls_test_inject_entropy_seed_read() 181 int mbedtls_test_inject_entropy_seed_write(unsigned char *buf, size_t len) in mbedtls_test_inject_entropy_seed_write() 193 unsigned char buf[MBEDTLS_ENTROPY_BLOCK_SIZE]; in mbedtls_test_inject_entropy_restore() local
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | net_sockets.c | 56 #define read(fd, buf, len) recv(fd, (char *) (buf), (int) (len), 0) argument 57 #define write(fd, buf, len) send(fd, (char *) (buf), (int) (len), 0) argument 349 char buf[1] = { 0 }; in mbedtls_net_accept() local 540 int mbedtls_net_recv(void *ctx, unsigned char *buf, size_t len) in mbedtls_net_recv() 581 int mbedtls_net_recv_timeout(void *ctx, unsigned char *buf, in mbedtls_net_recv_timeout() 629 int mbedtls_net_send(void *ctx, const unsigned char *buf, size_t len) in mbedtls_net_send()
|
D | platform_util.c | 94 void mbedtls_platform_zeroize(void *buf, size_t len) in mbedtls_platform_zeroize() 139 void mbedtls_zeroize_and_free(void *buf, size_t len) in mbedtls_zeroize_and_free()
|
D | x509_crl.c | 284 const unsigned char *buf, size_t buflen) in mbedtls_x509_crl_parse_der() 505 int mbedtls_x509_crl_parse(mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen) in mbedtls_x509_crl_parse() 571 unsigned char *buf; in mbedtls_x509_crl_parse_file() local 594 int mbedtls_x509_crl_info(char *buf, size_t size, const char *prefix, in mbedtls_x509_crl_info()
|
D | padlock.c | 66 unsigned char buf[256]; in mbedtls_padlock_xcryptecb() local 115 unsigned char buf[256]; in mbedtls_padlock_xcryptcbc() local
|
D | ecjpake.c | 202 unsigned char buf[ECJPAKE_HASH_BUF_LEN]; in ecjpake_hash() local 456 const unsigned char *buf, in ecjpake_kkpp_read() 492 unsigned char *buf, in ecjpake_kkpp_write() 517 const unsigned char *buf, in mbedtls_ecjpake_read_round_one() 530 unsigned char *buf, size_t len, size_t *olen, in mbedtls_ecjpake_write_round_one() 567 const unsigned char *buf, in mbedtls_ecjpake_read_round_two() 653 unsigned char *buf, size_t len, size_t *olen, in mbedtls_ecjpake_write_round_two() 760 unsigned char *buf, size_t len, size_t *olen, in mbedtls_ecjpake_derive_secret() 794 unsigned char *buf, size_t len, size_t *olen, in mbedtls_ecjpake_write_shared_key() 1058 unsigned char buf[512], pms[32]; in mbedtls_ecjpake_self_test() local
|
D | hmac_drbg.c | 430 unsigned char buf[MBEDTLS_HMAC_DRBG_MAX_INPUT]; in mbedtls_hmac_drbg_write_seed_file() local 462 unsigned char buf[MBEDTLS_HMAC_DRBG_MAX_INPUT]; in mbedtls_hmac_drbg_update_seed_file() local 550 unsigned char *buf, size_t len) in hmac_drbg_self_test_entropy() 571 unsigned char buf[OUTPUT_LEN]; in mbedtls_hmac_drbg_self_test() local
|
D | ecdsa.c | 204 const unsigned char *buf, size_t blen) in derive_mpi() 245 const mbedtls_mpi *d, const unsigned char *buf, size_t blen, in mbedtls_ecdsa_sign_restartable() 381 const mbedtls_mpi *d, const unsigned char *buf, size_t blen, in mbedtls_ecdsa_sign() 399 const mbedtls_mpi *d, const unsigned char *buf, size_t blen, in mbedtls_ecdsa_sign_det_restartable() 472 const unsigned char *buf, size_t blen, in mbedtls_ecdsa_sign_det_ext() 489 const unsigned char *buf, size_t blen, in mbedtls_ecdsa_verify_restartable() 597 const unsigned char *buf, size_t blen, in mbedtls_ecdsa_verify() 614 unsigned char buf[MBEDTLS_ECDSA_MAX_LEN] = { 0 }; in ecdsa_signature_to_asn1() local
|
/openthread-latest/third_party/mbedtls/repo/programs/ssl/ |
D | ssl_mail_client.c | 153 unsigned char buf[1024]; in do_handshake() local 207 static int write_ssl_data(mbedtls_ssl_context *ssl, unsigned char *buf, size_t len) in write_ssl_data() 222 static int write_ssl_and_get_response(mbedtls_ssl_context *ssl, unsigned char *buf, size_t len) in write_ssl_and_get_response() 275 static int write_and_get_response(mbedtls_net_context *sock_fd, unsigned char *buf, size_t len) in write_and_get_response() 330 unsigned char buf[sizeof(base) + 2]; in main() local 332 unsigned char buf[1024]; in main() local
|
/openthread-latest/third_party/mbedtls/repo/tests/configs/ |
D | user-config-zeroize-memset.h | 17 #define mbedtls_platform_zeroize(buf, len) memset(buf, 0, len) argument
|
/openthread-latest/third_party/mbedtls/repo/programs/test/ |
D | udp_proxy.c | 228 char *buf; in get_options() local 382 static int ctx_buffer_flush(ctx_buffer *buf) in ctx_buffer_flush() 399 static unsigned ctx_buffer_time_remaining(ctx_buffer *buf) in ctx_buffer_time_remaining() 414 static int ctx_buffer_append(ctx_buffer *buf, in ctx_buffer_append() 454 ctx_buffer *buf = NULL; in dispatch_data() local 482 unsigned char buf[MAX_MSG_SIZE]; member 547 unsigned char buf[MAX_MSG_SIZE]; in send_packet() local 563 unsigned char buf[MAX_MSG_SIZE]; in send_packet() local
|
D | zeroize.c | 39 char buf[BUFFER_LEN]; in main() local
|
/openthread-latest/third_party/mbedtls/repo/3rdparty/everest/include/everest/kremlin/internal/ |
D | target.h | 97 # define KRML_HOST_SNPRINTF(buf, sz, fmt, arg) _snprintf_s(buf, sz, _TRUNCATE, fmt, arg) argument 99 # define KRML_HOST_SNPRINTF(buf, sz, fmt, arg) snprintf(buf, sz, fmt, arg) argument
|
/openthread-latest/third_party/mbedtls/repo/programs/fuzz/ |
D | fuzz_x509csr.c | 9 unsigned char buf[4096]; in LLVMFuzzerTestOneInput() local
|
D | fuzz_x509crl.c | 9 unsigned char buf[4096]; in LLVMFuzzerTestOneInput() local
|
D | fuzz_x509crt.c | 9 unsigned char buf[4096]; in LLVMFuzzerTestOneInput() local
|
/openthread-latest/third_party/mbedtls/repo/programs/hash/ |
D | generic_sum.c | 71 char buf[MBEDTLS_MD_MAX_SIZE * 2 + 1] = { }; in generic_check() local 73 char buf[MBEDTLS_MD_MAX_SIZE * 2 + 1]; in generic_check() local
|
/openthread-latest/third_party/mbedtls/repo/programs/pkey/ |
D | ecdsa.c | 46 static void dump_buf(const char *title, unsigned char *buf, size_t len) in dump_buf() 60 unsigned char buf[300]; in dump_pubkey() local
|
D | rsa_verify_pss.c | 44 unsigned char buf[MBEDTLS_MPI_MAX_SIZE]; in main() local
|
/openthread-latest/tests/fuzz/ |
D | radio_receive_done.cpp | 66 uint8_t *buf = nullptr; in LLVMFuzzerTestOneInput() local
|
D | ncp_hdlc_received.cpp | 74 uint8_t *buf = nullptr; in LLVMFuzzerTestOneInput() local
|
D | cli_received.cpp | 76 uint8_t *buf = nullptr; in LLVMFuzzerTestOneInput() local
|
/openthread-latest/third_party/tcplp/lib/ |
D | cbuf.h | 47 uint8_t* buf; member
|
/openthread-latest/third_party/mbedtls/repo/programs/random/ |
D | gen_entropy.c | 33 unsigned char buf[MBEDTLS_ENTROPY_BLOCK_SIZE]; in main() local
|
D | gen_random_ctr_drbg.c | 37 unsigned char buf[1024]; in main() local
|