Home
last modified time | relevance | path

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

/third_party/mbedtls/include/mbedtls/
Dhmac_drbg.h86 typedef struct mbedtls_hmac_drbg_context struct
115 } mbedtls_hmac_drbg_context; typedef
129 void mbedtls_hmac_drbg_init( mbedtls_hmac_drbg_context *ctx );
199 int mbedtls_hmac_drbg_seed( mbedtls_hmac_drbg_context *ctx,
234 int mbedtls_hmac_drbg_seed_buf( mbedtls_hmac_drbg_context *ctx,
251 void mbedtls_hmac_drbg_set_prediction_resistance( mbedtls_hmac_drbg_context *ctx,
263 void mbedtls_hmac_drbg_set_entropy_len( mbedtls_hmac_drbg_context *ctx,
278 void mbedtls_hmac_drbg_set_reseed_interval( mbedtls_hmac_drbg_context *ctx,
298 int mbedtls_hmac_drbg_update( mbedtls_hmac_drbg_context *ctx,
325 int mbedtls_hmac_drbg_reseed( mbedtls_hmac_drbg_context *ctx,
[all …]
Dpsa_util.h503 typedef mbedtls_hmac_drbg_context mbedtls_psa_drbg_context_t;
/third_party/mbedtls/library/
Dhmac_drbg.c52 void mbedtls_hmac_drbg_init( mbedtls_hmac_drbg_context *ctx ) in mbedtls_hmac_drbg_init()
54 memset( ctx, 0, sizeof( mbedtls_hmac_drbg_context ) ); in mbedtls_hmac_drbg_init()
62 int mbedtls_hmac_drbg_update( mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_update()
110 int mbedtls_hmac_drbg_seed_buf( mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_seed_buf()
144 static int hmac_drbg_reseed_core( mbedtls_hmac_drbg_context *ctx, in hmac_drbg_reseed_core()
223 int mbedtls_hmac_drbg_reseed( mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_reseed()
235 int mbedtls_hmac_drbg_seed( mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_seed()
293 void mbedtls_hmac_drbg_set_prediction_resistance( mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_set_prediction_resistance()
302 void mbedtls_hmac_drbg_set_entropy_len( mbedtls_hmac_drbg_context *ctx, size_t len ) in mbedtls_hmac_drbg_set_entropy_len()
310 void mbedtls_hmac_drbg_set_reseed_interval( mbedtls_hmac_drbg_context *ctx, int interval ) in mbedtls_hmac_drbg_set_reseed_interval()
[all …]
Decdsa.c140 mbedtls_hmac_drbg_context rng_ctx; /* DRBG state */
436 mbedtls_hmac_drbg_context rng_ctx; in ecdsa_sign_det_restartable()
437 mbedtls_hmac_drbg_context *p_rng = &rng_ctx; in ecdsa_sign_det_restartable()
/third_party/mbedtls/tests/suites/
Dtest_suite_hmac_drbg.function38 mbedtls_hmac_drbg_context ctx;
129 mbedtls_hmac_drbg_context ctx;
154 mbedtls_hmac_drbg_context ctx;
186 mbedtls_hmac_drbg_context ctx;
233 mbedtls_hmac_drbg_context ctx;
265 mbedtls_hmac_drbg_context ctx;
Dtest_suite_random.function64 mbedtls_hmac_drbg_context drbg;
/third_party/mbedtls/programs/ssl/
Dssl_test_lib.h171 mbedtls_hmac_drbg_context drbg;
/third_party/mbedtls/programs/test/
Dbenchmark.c940 mbedtls_hmac_drbg_context hmac_drbg; in main()