Searched refs:mbedtls_hmac_drbg_context (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | hmac_drbg.h | 77 typedef struct mbedtls_hmac_drbg_context struct 98 } mbedtls_hmac_drbg_context; argument 108 void mbedtls_hmac_drbg_init( mbedtls_hmac_drbg_context *ctx ); 134 int mbedtls_hmac_drbg_seed( mbedtls_hmac_drbg_context *ctx, 154 int mbedtls_hmac_drbg_seed_buf( mbedtls_hmac_drbg_context *ctx, 178 void mbedtls_hmac_drbg_set_entropy_len( mbedtls_hmac_drbg_context *ctx, 188 void mbedtls_hmac_drbg_set_reseed_interval( mbedtls_hmac_drbg_context *ctx, 204 int mbedtls_hmac_drbg_update_ret( mbedtls_hmac_drbg_context *ctx, 217 int mbedtls_hmac_drbg_reseed( mbedtls_hmac_drbg_context *ctx, 261 void mbedtls_hmac_drbg_free( mbedtls_hmac_drbg_context *ctx ); [all …]
|
A D | compat-1.3.h | 1967 #define hmac_drbg_context mbedtls_hmac_drbg_context
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | hmac_drbg.c | 57 void mbedtls_hmac_drbg_init( mbedtls_hmac_drbg_context *ctx ) in mbedtls_hmac_drbg_init() 59 memset( ctx, 0, sizeof( mbedtls_hmac_drbg_context ) ); in mbedtls_hmac_drbg_init() 69 int mbedtls_hmac_drbg_update_ret( mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_update_ret() 115 void mbedtls_hmac_drbg_update( mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_update() 126 int mbedtls_hmac_drbg_seed_buf( mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_seed_buf() 154 int mbedtls_hmac_drbg_reseed( mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_reseed() 200 int mbedtls_hmac_drbg_seed( mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_seed() 288 mbedtls_hmac_drbg_context *ctx = (mbedtls_hmac_drbg_context *) p_rng; in mbedtls_hmac_drbg_random_with_add() 358 mbedtls_hmac_drbg_context *ctx = (mbedtls_hmac_drbg_context *) p_rng; in mbedtls_hmac_drbg_random() 378 void mbedtls_hmac_drbg_free( mbedtls_hmac_drbg_context *ctx ) in mbedtls_hmac_drbg_free() [all …]
|
A D | ecdsa.c | 145 mbedtls_hmac_drbg_context rng_ctx; /* DRBG state */ 411 mbedtls_hmac_drbg_context rng_ctx; in ecdsa_sign_det_restartable() 412 mbedtls_hmac_drbg_context *p_rng = &rng_ctx; in ecdsa_sign_det_restartable()
|
/AliOS-Things-master/components/mbedtls/programs/test/ |
A D | benchmark.c | 706 mbedtls_hmac_drbg_context hmac_drbg; in main()
|
Completed in 22 milliseconds