Home
last modified time | relevance | path

Searched refs:static (Results 1 – 25 of 38) sorted by relevance

12

/mbedtls-development/tests/suites/
A Dtest_suite_psa_crypto_se_driver_hal_mocks.function13 static struct
20 static struct
29 static struct
39 static struct
47 static struct
55 static struct
65 static struct
75 static struct
81 static struct
89 static void psa_purge_storage( void )
[all …]
A Dtest_suite_ecjpake.function5 static const unsigned char ecjpake_test_x1[] = {
11 static const unsigned char ecjpake_test_x2[] = {
17 static const unsigned char ecjpake_test_x3[] = {
23 static const unsigned char ecjpake_test_x4[] = {
29 static const unsigned char ecjpake_test_X1[] = {
38 static const unsigned char ecjpake_test_X2[] = {
47 static const unsigned char ecjpake_test_X3[] = {
56 static const unsigned char ecjpake_test_X4[] = {
66 static int ecjpake_test_load( mbedtls_ecjpake_context *ctx,
A Dtest_suite_psa_crypto_se_driver_hal.function130 static psa_status_t validate_slot_number_as_directed(
148 static psa_key_slot_number_t shadow_counter;
149 static void counter_reset( void )
237 static ram_slot_t ram_slots[16];
243 static ram_slot_usage_t ram_shadow_slot_usage;
245 static uint8_t ram_min_slot = 0;
247 static void ram_slots_reset( void )
426 static psa_status_t ram_validate_slot_number(
524 static int check_key_attributes(
661 static int smoke_test_key( mbedtls_svc_key_id_t key )
[all …]
A Dtest_suite_psa_crypto_init.function38 static int fake_entropy_source( void *state_arg,
61 static uint32_t custom_entropy_sources_mask;
62 static fake_entropy_state_t fake_entropy_state;
66 static void custom_entropy_init( mbedtls_entropy_context *ctx )
128 static unsigned char seed[ENTROPY_MIN_NV_SEED_SIZE];
A Dtest_suite_gcm.function7 static int check_multipart( mbedtls_gcm_context *ctx,
35 * count as an overflow for memory sanitizers and static checkers. */
65 static void check_cipher_with_empty_ad( mbedtls_gcm_context *ctx,
90 * count as an overflow for memory sanitizers and static checkers. */
108 static void check_empty_cipher_with_ad( mbedtls_gcm_context *ctx,
139 static void check_no_cipher_no_ad( mbedtls_gcm_context *ctx,
A Dhost_test.function160 static int parse_arguments( char *buf, size_t len, char **params,
241 static int convert_params( size_t cnt , char ** params , int32_t * int_params_store )
338 static int test_snprintf( size_t n, const char *ref_buf, int ref_ret )
365 static int run_test_snprintf( void )
382 static void write_outcome_entry( FILE *outcome_file,
387 static const char *platform = NULL;
388 static const char *configuration = NULL;
389 static const char *test_suite = NULL;
432 static void write_outcome_result( FILE *outcome_file,
A Dtest_suite_psa_its.function25 static void psa_its_fill_filename( psa_storage_uid_t uid, char *filename )
40 static psa_storage_uid_t uid_max = 0;
42 static void cleanup( void )
64 static psa_status_t psa_its_set_wrap( psa_storage_uid_t uid,
A Dtest_suite_ctr_drbg.function15 static size_t test_offset_idx = 0;
16 static size_t test_max_idx = 0;
17 static int mbedtls_test_entropy_func( void *data, unsigned char *buf, size_t len )
27 static void ctr_drbg_validate_internal( int reseed_mode, data_t * nonce,
A Dhelpers.function116 static int redirect_output( FILE* out_stream, const char* path )
148 static int restore_output( FILE* out_stream, int dup_fd )
A Dtest_suite_pkcs1_v15.function134 static unsigned char N[128] = {
152 static unsigned char E[1] = { 0x03 };
153 static unsigned char P[64] = {
163 static unsigned char Q[64] = {
175 static unsigned char default_content[128] = {
A Dtest_suite_psa_crypto_storage_format.function19 static int test_written_key( const psa_key_attributes_t *attributes,
53 static int can_export( const psa_key_attributes_t *attributes )
69 static int test_read_key( const psa_key_attributes_t *expected_attributes,
A Dtest_suite_entropy.function27 static int entropy_dummy_source( void *arg, unsigned char *output,
60 static void entropy_clear_sources( mbedtls_entropy_context *ctx )
69 static unsigned char buffer_seed[MBEDTLS_ENTROPY_BLOCK_SIZE];
92 static int write_nv_seed( unsigned char *buf, size_t buf_len )
A Dtest_suite_dhm.function24 static int check_dhm_param_output( const mbedtls_mpi *expected,
55 static int check_dhm_params( const mbedtls_dhm_context *ctx,
A Dtest_suite_ecdh.function4 static int load_public_key( int grp_id, data_t *point,
20 static int load_private_key( int grp_id, data_t *private_key,
A Dtest_suite_base64.function7 static const char base64_digits[] =
A Dtest_suite_memory_buffer_alloc.function13 static int check_pointer( void *p )
A Dtest_suite_net.function33 static int open_file_on_fd( mbedtls_net_context *ctx, int wanted_fd )
A Dtest_suite_hmac_drbg.function11 static int mbedtls_test_entropy_func( void *data, unsigned char *buf, size_t len )
A Dtest_suite_x509write.function33 static int x509_crt_verifycsr( const unsigned char *buf, size_t buflen )
/mbedtls-development/library/
A DMakefile177 .PHONY: all static shared clean
180 all: static
182 all: shared static
185 static: libmbedcrypto.a libmbedx509.a libmbedtls.a target
222 … -o $@ $(OBJS_TLS) -lws2_32 -lwinmm -lgdi32 -L. -lmbedx509 -lmbedcrypto -static-libgcc $(LOCAL_LDF…
249 …mplib,$@.a -o $@ $(OBJS_X509) -lws2_32 -lwinmm -lgdi32 -L. -lmbedcrypto -static-libgcc $(LOCAL_LDF…
276 …,$@ -Wl,--out-implib,$@.a -o $@ $(OBJS_CRYPTO) -lws2_32 -lwinmm -lgdi32 -static-libgcc $(LOCAL_LDF…
A DCMakeLists.txt1 option(USE_STATIC_MBEDTLS_LIBRARY "Build mbed TLS static library." ON)
182 message(FATAL_ERROR "Need to choose static or shared mbedtls build!")
/mbedtls-development/docs/
A Dgetting_started.md579 static const unsigned char key[] = {
584 static const unsigned char salt[] = {
587 static const unsigned char info[] = {
687 static const uint8_t key[] = {
690 static const uint8_t nonce[] = {
693 static const uint8_t additional_data[] = {
696 static const uint8_t input_data[] = {
759 static const uint8_t key_data[] = {
762 static const uint8_t nonce[] = {
765 static const uint8_t additional_data[] = {
[all …]
/mbedtls-development/scripts/data_files/
A Dversion_features.fmt28 static const char * const features[] = {
/mbedtls-development/tests/docker/bionic/
A DDockerfile63 # Build a static, legacy openssl from sources with sslv3 enabled
/mbedtls-development/docs/architecture/testing/
A Dinvasive-testing.md36 …g header in the test code. If the function should be `static` for optimization but can't be `stati…
69 Sometimes the substitutable function is a `static inline` function that does nothing (not a macro, …
194 If we guarantee certain properties through static analysis, we don't need to test them. This puts s…

Completed in 18 milliseconds

12