Home
last modified time | relevance | path

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

12

/mbedtls/tests/include/test/
A 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
A Dconstant_flow.h65 #define TEST_CF_SECRET(ptr, size) argument
66 #define TEST_CF_PUBLIC(ptr, size) argument
/mbedtls/tests/src/
A 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/tests/configs/
A Duser-config-malloc-0-null.h12 static inline void *custom_calloc(size_t nmemb, size_t size) in custom_calloc()
/mbedtls/library/
A Dmd_wrap.h34 unsigned char size; member
A Dx509write_csr.c132 size_t size, in x509write_csr_der_internal()
285 size_t size, in mbedtls_x509write_csr_der()
309 int mbedtls_x509write_csr_pem(mbedtls_x509write_csr *ctx, unsigned char *buf, size_t size, in mbedtls_x509write_csr_pem()
A Dpsa_crypto_its.h37 uint32_t size; /**< The size of the data associated with a uid **/ member
A Dpkwrite.c437 int mbedtls_pk_write_pubkey_der(const mbedtls_pk_context *key, unsigned char *buf, size_t size) in mbedtls_pk_write_pubkey_der()
504 int mbedtls_pk_write_key_der(const mbedtls_pk_context *key, unsigned char *buf, size_t size) in mbedtls_pk_write_key_der()
544 int mbedtls_pk_write_pubkey_pem(const mbedtls_pk_context *key, unsigned char *buf, size_t size) in mbedtls_pk_write_pubkey_pem()
571 int mbedtls_pk_write_key_pem(const mbedtls_pk_context *key, unsigned char *buf, size_t size) in mbedtls_pk_write_key_pem()
A 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()
A 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()
A Dx509write_crt.c388 const char *t, size_t size) in x509_write_time()
416 unsigned char *buf, size_t size, in mbedtls_x509write_crt_der()
660 unsigned char *buf, size_t size, in mbedtls_x509write_crt_pem()
A 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
A 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()
A Dchacha20.c202 size_t size, in mbedtls_chacha20_update()
A 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()
A Dpsa_its_file.c58 uint8_t size[sizeof(uint32_t)]; member
A Dx509_crl.c594 int mbedtls_x509_crl_info(char *buf, size_t size, const char *prefix, in mbedtls_x509_crl_info()
A Dx509_csr.c528 int mbedtls_x509_csr_info(char *buf, size_t size, const char *prefix, in mbedtls_x509_csr_info()
A Dx509_crt.c1686 static int x509_info_ext_key_usage(char **buf, size_t *size, in x509_info_ext_key_usage()
1715 static int x509_info_cert_policies(char **buf, size_t *size, in x509_info_cert_policies()
1749 int mbedtls_x509_crt_info(char *buf, size_t size, const char *prefix, in mbedtls_x509_crt_info()
1900 int mbedtls_x509_crt_verify_info(char *buf, size_t size, const char *prefix, in mbedtls_x509_crt_verify_info()
A Dx509_create.c467 unsigned char *sig, size_t size, in mbedtls_x509_write_sig()
A Ddhm.c583 long size; in load_file() local
A Doid.c1043 const char *oid_str, size_t size) in mbedtls_oid_from_numeric_string()
A Dpkparse.c1301 long size; in mbedtls_pk_load_file() local
/mbedtls/programs/util/
A Dpem2der.c108 long size; in load_file() local
/mbedtls/programs/ssl/
A Dssl_test_common_source.c322 int x509_crt_verify_info(char *buf, size_t size, const char *prefix, in x509_crt_verify_info()

Completed in 47 milliseconds

12