Home
last modified time | relevance | path

Searched refs:mbedtls_entropy_context (Results 1 – 25 of 43) sorted by relevance

12

/mbedtls-development/include/mbedtls/
A Dentropy.h120 typedef struct mbedtls_entropy_context struct
139 mbedtls_entropy_context; typedef
154 void mbedtls_entropy_init( mbedtls_entropy_context *ctx );
161 void mbedtls_entropy_free( mbedtls_entropy_context *ctx );
180 int mbedtls_entropy_add_source( mbedtls_entropy_context *ctx,
192 int mbedtls_entropy_gather( mbedtls_entropy_context *ctx );
217 int mbedtls_entropy_update_manual( mbedtls_entropy_context *ctx,
229 int mbedtls_entropy_update_nv_seed( mbedtls_entropy_context *ctx );
243 int mbedtls_entropy_write_seed_file( mbedtls_entropy_context *ctx, const char *path );
257 int mbedtls_entropy_update_seed_file( mbedtls_entropy_context *ctx, const char *path );
/mbedtls-development/library/
A Dpsa_crypto_random_impl.h121 void (* entropy_init )( mbedtls_entropy_context *ctx );
122 void (* entropy_free )( mbedtls_entropy_context *ctx );
123 mbedtls_entropy_context entropy;
184 mbedtls_entropy_context *entropy, in mbedtls_psa_drbg_seed()
A Dentropy.c51 void mbedtls_entropy_init( mbedtls_entropy_context *ctx ) in mbedtls_entropy_init()
90 void mbedtls_entropy_free( mbedtls_entropy_context *ctx ) in mbedtls_entropy_free()
113 int mbedtls_entropy_add_source( mbedtls_entropy_context *ctx, in mbedtls_entropy_add_source()
150 static int entropy_update( mbedtls_entropy_context *ctx, unsigned char source_id, in entropy_update()
206 int mbedtls_entropy_update_manual( mbedtls_entropy_context *ctx, in mbedtls_entropy_update_manual()
229 static int entropy_gather_internal( mbedtls_entropy_context *ctx ) in entropy_gather_internal()
279 int mbedtls_entropy_gather( mbedtls_entropy_context *ctx ) in mbedtls_entropy_gather()
302 mbedtls_entropy_context *ctx = (mbedtls_entropy_context *) data; in mbedtls_entropy_func()
421 int mbedtls_entropy_update_nv_seed( mbedtls_entropy_context *ctx ) in mbedtls_entropy_update_nv_seed()
442 int mbedtls_entropy_write_seed_file( mbedtls_entropy_context *ctx, const char *path ) in mbedtls_entropy_write_seed_file()
[all …]
A Dpsa_crypto_invasive.h72 void (* entropy_init )( mbedtls_entropy_context *ctx ),
73 void (* entropy_free )( mbedtls_entropy_context *ctx ) );
/mbedtls-development/tests/suites/
A Dtest_suite_entropy.function60 static void entropy_clear_sources( mbedtls_entropy_context *ctx )
140 mbedtls_entropy_context ctx;
162 mbedtls_entropy_context ctx;
177 mbedtls_entropy_context ctx;
192 mbedtls_entropy_context ctx;
208 mbedtls_entropy_context ctx;
234 mbedtls_entropy_context ctx;
266 mbedtls_entropy_context ctx;
298 mbedtls_entropy_context ctx;
349 mbedtls_entropy_context ctx;
[all …]
A Dtest_suite_random.function24 mbedtls_entropy_context entropy;
63 mbedtls_entropy_context entropy;
/mbedtls-development/programs/random/
A Dgen_entropy.c54 mbedtls_entropy_context entropy; in main()
A Dgen_random_ctr_drbg.c58 mbedtls_entropy_context entropy; in main()
/mbedtls-development/programs/ssl/
A Dssl_test_lib.h167 mbedtls_entropy_context entropy;
A Dmini_client.c173 mbedtls_entropy_context entropy; in main()
A Dssl_client1.c88 mbedtls_entropy_context entropy; in main()
/mbedtls-development/programs/fuzz/
A Dfuzz_dtlsclient.c40 mbedtls_entropy_context entropy; in LLVMFuzzerTestOneInput()
A Dfuzz_client.c44 mbedtls_entropy_context entropy; in LLVMFuzzerTestOneInput()
A Dfuzz_dtlsserver.c41 mbedtls_entropy_context entropy; in LLVMFuzzerTestOneInput()
A Dfuzz_server.c44 mbedtls_entropy_context entropy; in LLVMFuzzerTestOneInput()
/mbedtls-development/programs/pkey/
A Dpk_decrypt.c66 mbedtls_entropy_context entropy; in main()
A Dpk_encrypt.c66 mbedtls_entropy_context entropy; in main()
A Dpk_sign.c63 mbedtls_entropy_context entropy; in main()
A Drsa_sign_pss.c64 mbedtls_entropy_context entropy; in main()
A Drsa_encrypt.c64 mbedtls_entropy_context entropy; in main()
A Ddh_genprime.c72 mbedtls_entropy_context entropy; in main()
A Drsa_genkey.c66 mbedtls_entropy_context entropy; in main()
A Decdsa.c103 mbedtls_entropy_context entropy; in main()
A Drsa_decrypt.c66 mbedtls_entropy_context entropy; in main()
A Decdh_curve25519.c56 mbedtls_entropy_context entropy; in main()

Completed in 17 milliseconds

12