Home
last modified time | relevance | path

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

/mbedtls-development/tests/include/test/
A Dconstant_flow.h71 #define TEST_CF_SECRET(ptr, size) argument
72 #define TEST_CF_PUBLIC(ptr, size) argument
/mbedtls-development/tests/configs/
A Dconfig-wrapper-malloc-0-null.h24 static inline void *custom_calloc( size_t nmemb, size_t size ) in custom_calloc()
/mbedtls-development/library/
A Dmd_wrap.h50 unsigned char size; member
A Dpkwrite.c225 int mbedtls_pk_write_pubkey_der( const mbedtls_pk_context *key, unsigned char *buf, size_t size ) in mbedtls_pk_write_pubkey_der()
313 int mbedtls_pk_write_key_der( const mbedtls_pk_context *key, unsigned char *buf, size_t size ) in mbedtls_pk_write_key_der()
556 int mbedtls_pk_write_pubkey_pem( const mbedtls_pk_context *key, unsigned char *buf, size_t size ) in mbedtls_pk_write_pubkey_pem()
581 int mbedtls_pk_write_key_pem( const mbedtls_pk_context *key, unsigned char *buf, size_t size ) in mbedtls_pk_write_key_pem()
A Dx509write_csr.c138 size_t size, in x509write_csr_der_internal()
296 size_t size, in mbedtls_x509write_csr_der()
321 int mbedtls_x509write_csr_pem( mbedtls_x509write_csr *ctx, unsigned char *buf, size_t size, in mbedtls_x509write_csr_pem()
A Dpsa_crypto_its.h50 uint32_t size; /**< The size of the data associated with a uid **/ member
A Dx509write_crt.c294 const char *t, size_t size ) in x509_write_time()
325 unsigned char *buf, size_t size, in mbedtls_x509write_crt_der()
519 unsigned char *buf, size_t size, in mbedtls_x509write_crt_pem()
A Dmemory_buffer_alloc.c48 size_t size; member
224 static void *buffer_alloc_calloc( size_t n, size_t size ) in buffer_alloc_calloc()
545 static void *buffer_alloc_calloc_mutexed( size_t n, size_t size ) in buffer_alloc_calloc_mutexed()
A Dx509.c741 int mbedtls_x509_dn_gets( char *buf, size_t size, const mbedtls_x509_name *dn ) in mbedtls_x509_dn_gets()
803 int mbedtls_x509_serial_gets( char *buf, size_t size, const mbedtls_x509_buf *serial ) in mbedtls_x509_serial_gets()
838 int mbedtls_x509_sig_alg_gets( char *buf, size_t size, const mbedtls_x509_buf *sig_oid, in mbedtls_x509_sig_alg_gets()
A Dplatform.c37 static void *platform_calloc_uninit( size_t n, size_t size ) in platform_calloc_uninit()
59 void * mbedtls_calloc( size_t nmemb, size_t size ) in mbedtls_calloc()
A Dx509_csr.c332 int mbedtls_x509_csr_info( char *buf, size_t size, const char *prefix, in mbedtls_x509_csr_info()
A Dx509_crt.c1833 static int x509_info_subject_alt_name( char **buf, size_t *size, in x509_info_subject_alt_name()
1957 static int x509_info_cert_type( char **buf, size_t *size, in x509_info_cert_type()
1984 static int x509_info_key_usage( char **buf, size_t *size, in x509_info_key_usage()
2008 static int x509_info_ext_key_usage( char **buf, size_t *size, in x509_info_ext_key_usage()
2037 static int x509_info_cert_policies( char **buf, size_t *size, in x509_info_cert_policies()
2071 int mbedtls_x509_crt_info( char *buf, size_t size, const char *prefix, in mbedtls_x509_crt_info()
2226 int mbedtls_x509_crt_verify_info( char *buf, size_t size, const char *prefix, in mbedtls_x509_crt_verify_info()
A Dasn1write.c112 const unsigned char *buf, size_t size ) in mbedtls_asn1_write_raw_buffer()
378 const unsigned char *buf, size_t size ) in mbedtls_asn1_write_octet_string()
A Dpsa_its_file.c75 uint8_t size[sizeof( uint32_t )]; member
A Dchacha20.c241 size_t size, in mbedtls_chacha20_update()
A Dx509_create.c291 unsigned char *sig, size_t size ) in mbedtls_x509_write_sig()
A Dx509_crl.c626 int mbedtls_x509_crl_info( char *buf, size_t size, const char *prefix, in mbedtls_x509_crl_info()
A Ddhm.c619 long size; in load_file() local
A Dpkparse.c76 long size; in mbedtls_pk_load_file() local
A Drsa.c1505 static unsigned size_greater_than( size_t size, size_t max ) in size_greater_than()
A Dbignum.c2680 int mbedtls_mpi_fill_random( mbedtls_mpi *X, size_t size, in mbedtls_mpi_fill_random()
/mbedtls-development/programs/util/
A Dpem2der.c122 long size; in load_file() local
/mbedtls-development/programs/ssl/
A Dssl_test_common_source.c290 int x509_crt_verify_info( char *buf, size_t size, const char *prefix, in x509_crt_verify_info()

Completed in 40 milliseconds