| /lib/mbedtls/external/mbedtls/scripts/data_files/driver_templates/ |
| A D | psa_crypto_driver_wrappers.h.jinja | 73 static inline psa_status_t psa_driver_wrapper_init( void ) 97 static inline void psa_driver_wrapper_free( void ) 112 static inline psa_status_t psa_driver_wrapper_sign_message( 187 static inline psa_status_t psa_driver_wrapper_verify_message( 258 static inline psa_status_t psa_driver_wrapper_sign_hash( 362 static inline psa_status_t psa_driver_wrapper_verify_hash( 837 static inline psa_status_t psa_driver_wrapper_import_key( 918 static inline psa_status_t psa_driver_wrapper_export_key( 980 static inline psa_status_t psa_driver_wrapper_copy_key( 1547 static inline psa_status_t psa_driver_wrapper_hash_setup( [all …]
|
| /lib/mbedtls/external/mbedtls/tests/suites/ |
| A D | test_suite_psa_crypto_se_driver_hal_mocks.function | 13 static struct { 19 static struct { 27 static struct { 36 static struct { 43 static struct { 50 static struct { 59 static struct { 68 static struct { 73 static struct { 80 static void psa_purge_storage(void) [all …]
|
| A D | test_suite_ecjpake.function | 5 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 D | test_suite_psa_crypto_se_driver_hal.function | 130 static psa_status_t validate_slot_number_as_directed( 148 static psa_key_slot_number_t shadow_counter; 149 static void counter_reset(void) 241 static ram_slot_t ram_slots[16]; 247 static ram_slot_usage_t ram_shadow_slot_usage; 249 static uint8_t ram_min_slot = 0; 251 static void ram_slots_reset(void) 427 static psa_status_t ram_validate_slot_number( 525 static int check_key_attributes( 661 static int smoke_test_key(mbedtls_svc_key_id_t key) [all …]
|
| A D | test_suite_psa_crypto_init.function | 38 static int fake_entropy_source(void *state_arg, 63 static uint32_t custom_entropy_sources_mask; 64 static fake_entropy_state_t fake_entropy_state; 68 static void custom_entropy_init(mbedtls_entropy_context *ctx) 122 static void *thread_psa_init_function(void *ctx) 179 static unsigned char seed[ENTROPY_MIN_NV_SEED_SIZE];
|
| A D | host_test.function | 134 static int parse_arguments(char *buf, size_t len, char **params, 204 static int convert_params(size_t cnt, char **params, 280 static int test_snprintf(size_t n, const char *ref_buf, int ref_ret) 308 static int run_test_snprintf(void) 325 static void write_outcome_entry(FILE *outcome_file, 330 static const char *platform = NULL; 331 static const char *configuration = NULL; 332 static const char *test_suite = NULL; 375 static void write_outcome_result(FILE *outcome_file, 444 static void try_chdir_if_supported(const char *argv0) [all …]
|
| A D | test_suite_psa_crypto_storage_format.function | 19 static int test_written_key(const psa_key_attributes_t *attributes, 53 static int can_export(const psa_key_attributes_t *attributes) 65 static int is_accelerated_rsa(psa_algorithm_t alg) 89 static int can_exercise(const psa_key_attributes_t *attributes) 145 static int test_read_key(const psa_key_attributes_t *expected_attributes,
|
| A D | helpers.function | 69 static int redirect_output(FILE *out_stream, const char *path) 98 static int restore_output(FILE *out_stream, int dup_fd)
|
| A D | test_suite_gcm.function | 7 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, 89 * count as an overflow for memory sanitizers and static checkers. */ 107 static void check_empty_cipher_with_ad(mbedtls_gcm_context *ctx, 137 static void check_no_cipher_no_ad(mbedtls_gcm_context *ctx, 156 static void gcm_reset_ctx(mbedtls_gcm_context *ctx, const uint8_t *key,
|
| A D | test_suite_pkwrite.function | 13 static void fix_new_lines(unsigned char *in_str, size_t *len) 31 static int pk_write_any_key(mbedtls_pk_context *pk, unsigned char **p, 68 static void pk_write_check_common(char *key_file, int is_public_key, int is_der)
|
| A D | test_suite_psa_its.function | 30 static void psa_its_fill_filename(psa_storage_uid_t uid, char *filename) 45 static psa_storage_uid_t uid_max = 0; 47 static void cleanup(void) 68 static psa_status_t psa_its_set_wrap(psa_storage_uid_t uid,
|
| A D | test_suite_pkcs1_v15.function | 138 static unsigned char N[128] = { 156 static unsigned char E[1] = { 0x03 }; 157 static unsigned char P[64] = { 167 static unsigned char Q[64] = { 179 static unsigned char default_content[128] = {
|
| A D | test_suite_ctr_drbg.function | 19 static size_t test_offset_idx = 0; 20 static size_t test_max_idx = 0; 21 static int mbedtls_test_entropy_func(void *data, unsigned char *buf, size_t len) 32 static void ctr_drbg_validate_internal(int reseed_mode, data_t *nonce, 98 static const int thread_random_reps = 10;
|
| A D | test_suite_entropy.function | 25 static int entropy_dummy_source(void *arg, unsigned char *output, 57 static void entropy_clear_sources(mbedtls_entropy_context *ctx) 66 static unsigned char buffer_seed[MBEDTLS_ENTROPY_BLOCK_SIZE]; 91 static int write_nv_seed(unsigned char *buf, size_t buf_len)
|
| A D | test_suite_dhm.function | 24 static int check_dhm_param_output(const mbedtls_mpi *expected, 55 static int check_dhm_params(const mbedtls_dhm_context *ctx,
|
| A D | test_suite_pkparse.function | 18 static int test_psa_bridge(const mbedtls_pk_context *ctx, 75 static int pk_can_ecdsa(const mbedtls_pk_context *ctx)
|
| A D | test_suite_ecdh.function | 4 static int load_public_key(int grp_id, data_t *point, 20 static int load_private_key(int grp_id, data_t *private_key,
|
| /lib/lwip/lwip/doc/ |
| A D | mqtt_client.txt | 57 static void mqtt_connection_cb(mqtt_client_t *client, void *arg, mqtt_connection_status_t status) 80 static void mqtt_sub_request_cb(void *arg, err_t result) 96 static int inpub_id; 97 static void mqtt_incoming_publish_cb(void *arg, const char *topic, u32_t tot_len) 113 static void mqtt_incoming_data_cb(void *arg, const u8_t *data, u16_t len, u8_t flags) 154 static void mqtt_pub_request_cb(void *arg, err_t result)
|
| /lib/mbedtls/external/mbedtls/library/ |
| A D | Makefile | 228 .PHONY: all static shared clean 231 all: static 233 all: shared static 236 static: libmbedcrypto.a libmbedx509.a libmbedtls.a target 276 … -o $@ $(OBJS_TLS) -lws2_32 -lwinmm -lgdi32 -L. -lmbedx509 -lmbedcrypto -static-libgcc $(LOCAL_LDF… 305 …mplib,$@.a -o $@ $(OBJS_X509) -lws2_32 -lwinmm -lgdi32 -L. -lmbedcrypto -static-libgcc $(LOCAL_LDF… 334 …,$@ -Wl,--out-implib,$@.a -o $@ $(OBJS_CRYPTO) -lws2_32 -lwinmm -lgdi32 -static-libgcc $(LOCAL_LDF…
|
| A D | CMakeLists.txt | 1 option(USE_STATIC_MBEDTLS_LIBRARY "Build Mbed TLS static library." ON) 243 message(FATAL_ERROR "Need to choose static or shared mbedtls build!")
|
| /lib/lwip/lwip/ |
| A D | BUILDING | 9 source files and predefined static libraries to 15 The file also contains two static libraries, lwipcore 22 The file also contains several static libraries
|
| /lib/mbedtls/external/mbedtls/scripts/data_files/ |
| A D | version_features.fmt | 16 static const char * const features[] = {
|
| /lib/lzma/ |
| A D | lzma.txt | 44 In some UNIX/Linux versions you must compile LZMA with static libraries. 45 To compile with static libraries, you can use 46 LIB = -lm -static 477 static void *SzAlloc(void *p, size_t size) { p = p; return MyAlloc(size); } 478 static void SzFree(void *p, void *address) { p = p; MyFree(address); } 479 static ISzAlloc g_Alloc = { SzAlloc, SzFree };
|
| /lib/lwip/lwip/contrib/addons/ipv6_static_routing/ |
| A D | README | 24 This API adds the ip6 prefix route into the static route table while
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/IANA/ |
| A D | IANA-RTPROTO-MIB | 48 netmgmt (3), -- static route
|