Home
last modified time | relevance | path

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

/net-tools-3.5.0/mbedtls-2.4.0/include/mbedtls/
Dhmac_drbg.h97 } mbedtls_hmac_drbg_context; typedef
107 void mbedtls_hmac_drbg_init( mbedtls_hmac_drbg_context *ctx );
133 int mbedtls_hmac_drbg_seed( mbedtls_hmac_drbg_context *ctx,
153 int mbedtls_hmac_drbg_seed_buf( mbedtls_hmac_drbg_context *ctx,
166 void mbedtls_hmac_drbg_set_prediction_resistance( mbedtls_hmac_drbg_context *ctx,
177 void mbedtls_hmac_drbg_set_entropy_len( mbedtls_hmac_drbg_context *ctx,
187 void mbedtls_hmac_drbg_set_reseed_interval( mbedtls_hmac_drbg_context *ctx,
200 void mbedtls_hmac_drbg_update( mbedtls_hmac_drbg_context *ctx,
213 int mbedtls_hmac_drbg_reseed( mbedtls_hmac_drbg_context *ctx,
257 void mbedtls_hmac_drbg_free( mbedtls_hmac_drbg_context *ctx );
[all …]
Dcompat-1.3.h2015 #define hmac_drbg_context mbedtls_hmac_drbg_context
/net-tools-3.5.0/mbedtls-2.4.0/library/
Dhmac_drbg.c61 void mbedtls_hmac_drbg_init( mbedtls_hmac_drbg_context *ctx ) in mbedtls_hmac_drbg_init()
63 memset( ctx, 0, sizeof( mbedtls_hmac_drbg_context ) ); in mbedtls_hmac_drbg_init()
73 void mbedtls_hmac_drbg_update( mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_update()
101 int mbedtls_hmac_drbg_seed_buf( mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_seed_buf()
126 int mbedtls_hmac_drbg_reseed( mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_reseed()
167 int mbedtls_hmac_drbg_seed( mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_seed()
223 void mbedtls_hmac_drbg_set_prediction_resistance( mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_set_prediction_resistance()
232 void mbedtls_hmac_drbg_set_entropy_len( mbedtls_hmac_drbg_context *ctx, size_t len ) in mbedtls_hmac_drbg_set_entropy_len()
240 void mbedtls_hmac_drbg_set_reseed_interval( mbedtls_hmac_drbg_context *ctx, int interval ) in mbedtls_hmac_drbg_set_reseed_interval()
254 mbedtls_hmac_drbg_context *ctx = (mbedtls_hmac_drbg_context *) p_rng; in mbedtls_hmac_drbg_random_with_add()
[all …]
Decdsa.c166 mbedtls_hmac_drbg_context rng_ctx; in mbedtls_ecdsa_sign_det()
/net-tools-3.5.0/mbedtls-2.4.0/tests/suites/
Dtest_suite_hmac_drbg.function37 mbedtls_hmac_drbg_context ctx;
115 mbedtls_hmac_drbg_context ctx;
139 mbedtls_hmac_drbg_context ctx;
178 mbedtls_hmac_drbg_context ctx;
238 mbedtls_hmac_drbg_context ctx;
284 mbedtls_hmac_drbg_context ctx;
/net-tools-3.5.0/mbedtls-2.4.0/yotta/data/example-benchmark/
Dmain.cpp638 mbedtls_hmac_drbg_context hmac_drbg; in benchmark()
/net-tools-3.5.0/mbedtls-2.4.0/programs/test/
Dbenchmark.c592 mbedtls_hmac_drbg_context hmac_drbg; in main()
/net-tools-3.5.0/mbedtls-2.4.0/scripts/data_files/
Drename-1.3-2.0.txt1559 hmac_drbg_context mbedtls_hmac_drbg_context