Home
last modified time | relevance | path

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

12

/mbedtls-3.4.0/include/mbedtls/
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-3.4.0/library/
Dentropy.c42 void mbedtls_entropy_init( mbedtls_entropy_context *ctx ) in mbedtls_entropy_init()
81 void mbedtls_entropy_free( mbedtls_entropy_context *ctx ) in mbedtls_entropy_free()
104 int mbedtls_entropy_add_source( mbedtls_entropy_context *ctx, in mbedtls_entropy_add_source()
141 static int entropy_update( mbedtls_entropy_context *ctx, unsigned char source_id, in entropy_update()
197 int mbedtls_entropy_update_manual( mbedtls_entropy_context *ctx, in mbedtls_entropy_update_manual()
220 static int entropy_gather_internal( mbedtls_entropy_context *ctx ) in entropy_gather_internal()
270 int mbedtls_entropy_gather( mbedtls_entropy_context *ctx ) in mbedtls_entropy_gather()
293 mbedtls_entropy_context *ctx = (mbedtls_entropy_context *) data; in mbedtls_entropy_func()
412 int mbedtls_entropy_update_nv_seed( mbedtls_entropy_context *ctx ) in mbedtls_entropy_update_nv_seed()
433 int mbedtls_entropy_write_seed_file( mbedtls_entropy_context *ctx, const char *path ) in mbedtls_entropy_write_seed_file()
[all …]
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()
Dpsa_crypto_invasive.h72 void (* entropy_init )( mbedtls_entropy_context *ctx ),
73 void (* entropy_free )( mbedtls_entropy_context *ctx ) );
/mbedtls-3.4.0/tests/suites/
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 …]
Dtest_suite_random.function24 mbedtls_entropy_context entropy;
63 mbedtls_entropy_context entropy;
/mbedtls-3.4.0/programs/random/
Dgen_entropy.c44 mbedtls_entropy_context entropy; in main()
Dgen_random_ctr_drbg.c48 mbedtls_entropy_context entropy; in main()
/mbedtls-3.4.0/programs/pkey/
Dpk_decrypt.c57 mbedtls_entropy_context entropy; in main()
Dpk_encrypt.c56 mbedtls_entropy_context entropy; in main()
Drsa_sign_pss.c54 mbedtls_entropy_context entropy; in main()
Dpk_sign.c53 mbedtls_entropy_context entropy; in main()
Drsa_encrypt.c54 mbedtls_entropy_context entropy; in main()
Ddh_genprime.c62 mbedtls_entropy_context entropy; in main()
Decdh_curve25519.c49 mbedtls_entropy_context entropy; in main()
Drsa_genkey.c57 mbedtls_entropy_context entropy; in main()
Decdsa.c94 mbedtls_entropy_context entropy; in main()
Drsa_decrypt.c57 mbedtls_entropy_context entropy; in main()
/mbedtls-3.4.0/programs/ssl/
Dssl_test_lib.h153 mbedtls_entropy_context entropy;
Dmini_client.c164 mbedtls_entropy_context entropy; in main()
/mbedtls-3.4.0/programs/fuzz/
Dfuzz_privkey.c23 mbedtls_entropy_context entropy; in LLVMFuzzerTestOneInput()
Dfuzz_dtlsclient.c40 mbedtls_entropy_context entropy; in LLVMFuzzerTestOneInput()
Dfuzz_client.c44 mbedtls_entropy_context entropy; in LLVMFuzzerTestOneInput()
Dfuzz_dtlsserver.c45 mbedtls_entropy_context entropy; in LLVMFuzzerTestOneInput()
Dfuzz_server.c44 mbedtls_entropy_context entropy; in LLVMFuzzerTestOneInput()

12