Home
last modified time | relevance | path

Searched defs:size (Results 1 – 25 of 28) sorted by relevance

12

/mbedtls-latest/tests/include/test/
Dmemory.h81 #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
Dconstant_flow.h65 #define TEST_CF_SECRET(ptr, size) argument
66 #define TEST_CF_PUBLIC(ptr, size) argument
/mbedtls-latest/tests/src/
Dtest_memory.c40 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/
Duser-config-malloc-0-null.h12 static inline void *custom_calloc(size_t nmemb, size_t size) in custom_calloc()
/mbedtls-latest/library/
Dmd_wrap.h34 unsigned char size; member
Dx509write_csr.c136 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()
Dpsa_crypto_its.h37 uint32_t size; /**< The size of the data associated with a uid **/ member
Dpkwrite.c445 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()
Dx509.c812 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()
Dmemory_buffer_alloc.c35 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()
Dx509write_crt.c392 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()
Dplatform.c25 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()
Dmd.c637 size_t size = ctx->md_info->size; in mbedtls_md_finish() local
694 size_t size = md_info->size; in mbedtls_md() local
Dchacha20.c202 size_t size, in mbedtls_chacha20_update()
Dasn1write.c83 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()
Dpsa_its_file.c58 uint8_t size[sizeof(uint32_t)]; member
Dx509_crl.c594 int mbedtls_x509_crl_info(char *buf, size_t size, const char *prefix, in mbedtls_x509_crl_info()
Dx509_csr.c528 int mbedtls_x509_csr_info(char *buf, size_t size, const char *prefix, in mbedtls_x509_csr_info()
Dx509_crt.c1688 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()
Dx509_create.c467 unsigned char *sig, size_t size, in mbedtls_x509_write_sig()
Ddhm.c583 long size; in load_file() local
Doid.c1043 const char *oid_str, size_t size) in mbedtls_oid_from_numeric_string()
Dpkparse.c1301 long size; in mbedtls_pk_load_file() local
/mbedtls-latest/programs/util/
Dpem2der.c108 long size; in load_file() local
/mbedtls-latest/programs/ssl/
Dssl_test_common_source.c322 static int x509_crt_verify_info(char *buf, size_t size, const char *prefix, in x509_crt_verify_info()

12