/mbedtls-latest/tests/include/test/ |
D | memory.h | 81 #define MBEDTLS_TEST_MEMORY_POISON(ptr, size) \ argument 95 #define MBEDTLS_TEST_MEMORY_UNPOISON(ptr, size) \ argument 104 #define MBEDTLS_TEST_MEMORY_POISON(ptr, size) ((void) (ptr), (void) (size)) argument 105 #define MBEDTLS_TEST_MEMORY_UNPOISON(ptr, size) ((void) (ptr), (void) (size)) argument
|
D | constant_flow.h | 65 #define TEST_CF_SECRET(ptr, size) argument 66 #define TEST_CF_PUBLIC(ptr, size) argument
|
/mbedtls-latest/tests/src/ |
D | test_memory.c | 40 void mbedtls_test_memory_poison(const unsigned char *ptr, size_t size) in mbedtls_test_memory_poison() 52 void mbedtls_test_memory_unpoison(const unsigned char *ptr, size_t size) in mbedtls_test_memory_unpoison()
|
/mbedtls-latest/tests/configs/ |
D | user-config-malloc-0-null.h | 12 static inline void *custom_calloc(size_t nmemb, size_t size) in custom_calloc()
|
/mbedtls-latest/library/ |
D | md_wrap.h | 34 unsigned char size; member
|
D | x509write_csr.c | 136 size_t size, in x509write_csr_der_internal() 289 size_t size, in mbedtls_x509write_csr_der() 313 int mbedtls_x509write_csr_pem(mbedtls_x509write_csr *ctx, unsigned char *buf, size_t size, in mbedtls_x509write_csr_pem()
|
D | psa_crypto_its.h | 37 uint32_t size; /**< The size of the data associated with a uid **/ member
|
D | pkwrite.c | 445 int mbedtls_pk_write_pubkey_der(const mbedtls_pk_context *key, unsigned char *buf, size_t size) in mbedtls_pk_write_pubkey_der() 512 int mbedtls_pk_write_key_der(const mbedtls_pk_context *key, unsigned char *buf, size_t size) in mbedtls_pk_write_key_der() 552 int mbedtls_pk_write_pubkey_pem(const mbedtls_pk_context *key, unsigned char *buf, size_t size) in mbedtls_pk_write_pubkey_pem() 579 int mbedtls_pk_write_key_pem(const mbedtls_pk_context *key, unsigned char *buf, size_t size) in mbedtls_pk_write_key_pem()
|
D | x509.c | 812 int mbedtls_x509_dn_gets(char *buf, size_t size, const mbedtls_x509_name *dn) in mbedtls_x509_dn_gets() 945 int mbedtls_x509_serial_gets(char *buf, size_t size, const mbedtls_x509_buf *serial) in mbedtls_x509_serial_gets() 979 int mbedtls_x509_sig_alg_gets(char *buf, size_t size, const mbedtls_x509_buf *sig_oid, in mbedtls_x509_sig_alg_gets() 1511 int mbedtls_x509_info_subject_alt_name(char **buf, size_t *size, in mbedtls_x509_info_subject_alt_name() 1721 int mbedtls_x509_info_cert_type(char **buf, size_t *size, in mbedtls_x509_info_cert_type() 1751 int mbedtls_x509_info_key_usage(char **buf, size_t *size, in mbedtls_x509_info_key_usage()
|
D | memory_buffer_alloc.c | 35 size_t size; member 199 static void *buffer_alloc_calloc(size_t n, size_t size) in buffer_alloc_calloc() 537 static void *buffer_alloc_calloc_mutexed(size_t n, size_t size) in buffer_alloc_calloc_mutexed()
|
D | x509write_crt.c | 392 const char *t, size_t size) in x509_write_time() 420 unsigned char *buf, size_t size, in mbedtls_x509write_crt_der() 664 unsigned char *buf, size_t size, in mbedtls_x509write_crt_pem()
|
D | platform.c | 25 static void *platform_calloc_uninit(size_t n, size_t size) in platform_calloc_uninit() 47 void *mbedtls_calloc(size_t nmemb, size_t size) in mbedtls_calloc()
|
D | md.c | 637 size_t size = ctx->md_info->size; in mbedtls_md_finish() local 694 size_t size = md_info->size; in mbedtls_md() local
|
D | chacha20.c | 202 size_t size, in mbedtls_chacha20_update()
|
D | asn1write.c | 83 const unsigned char *buf, size_t size) in mbedtls_asn1_write_raw_buffer() 340 const unsigned char *buf, size_t size) in mbedtls_asn1_write_octet_string()
|
D | psa_its_file.c | 58 uint8_t size[sizeof(uint32_t)]; member
|
D | x509_crl.c | 594 int mbedtls_x509_crl_info(char *buf, size_t size, const char *prefix, in mbedtls_x509_crl_info()
|
D | x509_csr.c | 528 int mbedtls_x509_csr_info(char *buf, size_t size, const char *prefix, in mbedtls_x509_csr_info()
|
D | x509_crt.c | 1688 static int x509_info_ext_key_usage(char **buf, size_t *size, in x509_info_ext_key_usage() 1717 static int x509_info_cert_policies(char **buf, size_t *size, in x509_info_cert_policies() 1751 int mbedtls_x509_crt_info(char *buf, size_t size, const char *prefix, in mbedtls_x509_crt_info() 1902 int mbedtls_x509_crt_verify_info(char *buf, size_t size, const char *prefix, in mbedtls_x509_crt_verify_info()
|
D | x509_create.c | 467 unsigned char *sig, size_t size, in mbedtls_x509_write_sig()
|
D | dhm.c | 583 long size; in load_file() local
|
D | oid.c | 1043 const char *oid_str, size_t size) in mbedtls_oid_from_numeric_string()
|
D | pkparse.c | 1301 long size; in mbedtls_pk_load_file() local
|
/mbedtls-latest/programs/util/ |
D | pem2der.c | 108 long size; in load_file() local
|
/mbedtls-latest/programs/ssl/ |
D | ssl_test_common_source.c | 322 static int x509_crt_verify_info(char *buf, size_t size, const char *prefix, in x509_crt_verify_info()
|