Home
last modified time | relevance | path

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

12

/mbedtls-3.6.0/include/mbedtls/
Dentropy.h105 typedef struct mbedtls_entropy_context { struct
119 mbedtls_entropy_context; typedef
134 void mbedtls_entropy_init(mbedtls_entropy_context *ctx);
141 void mbedtls_entropy_free(mbedtls_entropy_context *ctx);
160 int mbedtls_entropy_add_source(mbedtls_entropy_context *ctx,
172 int mbedtls_entropy_gather(mbedtls_entropy_context *ctx);
197 int mbedtls_entropy_update_manual(mbedtls_entropy_context *ctx,
209 int mbedtls_entropy_update_nv_seed(mbedtls_entropy_context *ctx);
223 int mbedtls_entropy_write_seed_file(mbedtls_entropy_context *ctx, const char *path);
237 int mbedtls_entropy_update_seed_file(mbedtls_entropy_context *ctx, const char *path);
/mbedtls-3.6.0/library/
Dentropy.c27 void mbedtls_entropy_init(mbedtls_entropy_context *ctx) in mbedtls_entropy_init()
62 void mbedtls_entropy_free(mbedtls_entropy_context *ctx) in mbedtls_entropy_free()
82 int mbedtls_entropy_add_source(mbedtls_entropy_context *ctx, in mbedtls_entropy_add_source()
120 static int entropy_update(mbedtls_entropy_context *ctx, unsigned char source_id, in entropy_update()
169 int mbedtls_entropy_update_manual(mbedtls_entropy_context *ctx, in mbedtls_entropy_update_manual()
194 static int entropy_gather_internal(mbedtls_entropy_context *ctx) in entropy_gather_internal()
245 int mbedtls_entropy_gather(mbedtls_entropy_context *ctx) in mbedtls_entropy_gather()
270 mbedtls_entropy_context *ctx = (mbedtls_entropy_context *) data; in mbedtls_entropy_func()
379 int mbedtls_entropy_update_nv_seed(mbedtls_entropy_context *ctx) in mbedtls_entropy_update_nv_seed()
402 int mbedtls_entropy_write_seed_file(mbedtls_entropy_context *ctx, const char *path) in mbedtls_entropy_write_seed_file()
[all …]
Dpsa_crypto_random_impl.h108 void (* entropy_init)(mbedtls_entropy_context *ctx);
109 void (* entropy_free)(mbedtls_entropy_context *ctx);
110 mbedtls_entropy_context entropy;
171 mbedtls_entropy_context *entropy, in mbedtls_psa_drbg_seed()
Dpsa_crypto_invasive.h60 void (* entropy_init)(mbedtls_entropy_context *ctx),
61 void (* entropy_free)(mbedtls_entropy_context *ctx));
/mbedtls-3.6.0/tests/suites/
Dtest_suite_entropy.function57 static void entropy_clear_sources(mbedtls_entropy_context *ctx)
145 mbedtls_entropy_context ctx;
168 mbedtls_entropy_context ctx;
185 mbedtls_entropy_context ctx;
202 mbedtls_entropy_context ctx;
218 mbedtls_entropy_context ctx;
245 mbedtls_entropy_context ctx;
283 mbedtls_entropy_context ctx;
318 mbedtls_entropy_context ctx;
369 mbedtls_entropy_context ctx;
[all …]
Dtest_suite_random.function24 mbedtls_entropy_context entropy;
66 mbedtls_entropy_context entropy;
/mbedtls-3.6.0/programs/random/
Dgen_entropy.c32 mbedtls_entropy_context entropy; in main()
Dgen_random_ctr_drbg.c36 mbedtls_entropy_context entropy; in main()
/mbedtls-3.6.0/programs/pkey/
Dpk_decrypt.c45 mbedtls_entropy_context entropy; in main()
Dpk_encrypt.c44 mbedtls_entropy_context entropy; in main()
Dpk_sign.c42 mbedtls_entropy_context entropy; in main()
Drsa_encrypt.c42 mbedtls_entropy_context entropy; in main()
Drsa_sign_pss.c43 mbedtls_entropy_context entropy; in main()
Ddh_genprime.c50 mbedtls_entropy_context entropy; in main()
Decdh_curve25519.c37 mbedtls_entropy_context entropy; in main()
Drsa_genkey.c45 mbedtls_entropy_context entropy; in main()
Drsa_decrypt.c45 mbedtls_entropy_context entropy; in main()
Decdsa.c82 mbedtls_entropy_context entropy; in main()
/mbedtls-3.6.0/programs/ssl/
Dssl_test_lib.h142 mbedtls_entropy_context entropy;
Dmini_client.c151 mbedtls_entropy_context entropy; in main()
/mbedtls-3.6.0/programs/fuzz/
Dfuzz_dtlsclient.c41 mbedtls_entropy_context entropy; in LLVMFuzzerTestOneInput()
Dfuzz_privkey.c24 mbedtls_entropy_context entropy; in LLVMFuzzerTestOneInput()
Dfuzz_client.c45 mbedtls_entropy_context entropy; in LLVMFuzzerTestOneInput()
Dfuzz_dtlsserver.c45 mbedtls_entropy_context entropy; in LLVMFuzzerTestOneInput()
Dfuzz_server.c45 mbedtls_entropy_context entropy; in LLVMFuzzerTestOneInput()

12