Home
last modified time | relevance | path

Searched refs:mbedtls_hmac_drbg_context (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dhmac_drbg.h74 typedef struct mbedtls_hmac_drbg_context { struct
102 } mbedtls_hmac_drbg_context; typedef
116 void mbedtls_hmac_drbg_init(mbedtls_hmac_drbg_context *ctx);
186 int mbedtls_hmac_drbg_seed(mbedtls_hmac_drbg_context *ctx,
221 int mbedtls_hmac_drbg_seed_buf(mbedtls_hmac_drbg_context *ctx,
238 void mbedtls_hmac_drbg_set_prediction_resistance(mbedtls_hmac_drbg_context *ctx,
250 void mbedtls_hmac_drbg_set_entropy_len(mbedtls_hmac_drbg_context *ctx,
265 void mbedtls_hmac_drbg_set_reseed_interval(mbedtls_hmac_drbg_context *ctx,
285 int mbedtls_hmac_drbg_update(mbedtls_hmac_drbg_context *ctx,
312 int mbedtls_hmac_drbg_reseed(mbedtls_hmac_drbg_context *ctx,
[all …]
/openthread-latest/third_party/mbedtls/repo/library/
Dhmac_drbg.c33 void mbedtls_hmac_drbg_init(mbedtls_hmac_drbg_context *ctx) in mbedtls_hmac_drbg_init()
35 memset(ctx, 0, sizeof(mbedtls_hmac_drbg_context)); in mbedtls_hmac_drbg_init()
43 int mbedtls_hmac_drbg_update(mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_update()
97 int mbedtls_hmac_drbg_seed_buf(mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_seed_buf()
134 static int hmac_drbg_reseed_core(mbedtls_hmac_drbg_context *ctx, in hmac_drbg_reseed_core()
210 int mbedtls_hmac_drbg_reseed(mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_reseed()
222 int mbedtls_hmac_drbg_seed(mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_seed()
280 void mbedtls_hmac_drbg_set_prediction_resistance(mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_set_prediction_resistance()
289 void mbedtls_hmac_drbg_set_entropy_len(mbedtls_hmac_drbg_context *ctx, size_t len) in mbedtls_hmac_drbg_set_entropy_len()
297 void mbedtls_hmac_drbg_set_reseed_interval(mbedtls_hmac_drbg_context *ctx, int interval) in mbedtls_hmac_drbg_set_reseed_interval()
[all …]
Dpsa_crypto_random_impl.h74 typedef mbedtls_hmac_drbg_context mbedtls_psa_drbg_context_t;
Decdsa.c115 mbedtls_hmac_drbg_context rng_ctx; /* DRBG state */
406 mbedtls_hmac_drbg_context rng_ctx; in mbedtls_ecdsa_sign_det_restartable()
407 mbedtls_hmac_drbg_context *p_rng = &rng_ctx; in mbedtls_ecdsa_sign_det_restartable()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_hmac_drbg.function38 mbedtls_hmac_drbg_context ctx;
131 mbedtls_hmac_drbg_context ctx;
159 mbedtls_hmac_drbg_context ctx;
195 mbedtls_hmac_drbg_context ctx;
245 mbedtls_hmac_drbg_context ctx;
280 mbedtls_hmac_drbg_context ctx;
Dtest_suite_random.function76 mbedtls_hmac_drbg_context drbg;
/openthread-latest/third_party/mbedtls/repo/programs/ssl/
Dssl_test_lib.h146 mbedtls_hmac_drbg_context drbg;
/openthread-latest/third_party/mbedtls/repo/programs/test/
Dbenchmark.c995 mbedtls_hmac_drbg_context hmac_drbg; in main()