Searched refs:mbedtls_hmac_drbg_context (Results 1 – 4 of 4) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A 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 …]
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A 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 …]
|
| H A D | psa_crypto_random_impl.h | 65 typedef mbedtls_hmac_drbg_context mbedtls_psa_drbg_context_t;
|
| H A 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()
|