Searched refs:mbedtls_hmac_drbg_context (Results 1 – 8 of 8) sorted by relevance
/third_party/mbedtls/include/mbedtls/ |
D | hmac_drbg.h | 86 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 …]
|
D | psa_util.h | 503 typedef mbedtls_hmac_drbg_context mbedtls_psa_drbg_context_t;
|
/third_party/mbedtls/library/ |
D | hmac_drbg.c | 52 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 …]
|
D | ecdsa.c | 140 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/ |
D | test_suite_hmac_drbg.function | 38 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;
|
D | test_suite_random.function | 64 mbedtls_hmac_drbg_context drbg;
|
/third_party/mbedtls/programs/ssl/ |
D | ssl_test_lib.h | 171 mbedtls_hmac_drbg_context drbg;
|
/third_party/mbedtls/programs/test/ |
D | benchmark.c | 940 mbedtls_hmac_drbg_context hmac_drbg; in main()
|