Searched refs:mbedtls_hmac_drbg_context (Results 1 – 8 of 8) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/ |
D | hmac_drbg.h | 74 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/ |
D | hmac_drbg.c | 33 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 …]
|
D | psa_crypto_random_impl.h | 74 typedef mbedtls_hmac_drbg_context mbedtls_psa_drbg_context_t;
|
D | ecdsa.c | 115 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/ |
D | test_suite_hmac_drbg.function | 38 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;
|
D | test_suite_random.function | 76 mbedtls_hmac_drbg_context drbg;
|
/openthread-latest/third_party/mbedtls/repo/programs/ssl/ |
D | ssl_test_lib.h | 146 mbedtls_hmac_drbg_context drbg;
|
/openthread-latest/third_party/mbedtls/repo/programs/test/ |
D | benchmark.c | 995 mbedtls_hmac_drbg_context hmac_drbg; in main()
|