Searched refs:mbedtls_hmac_drbg_context (Results 1 – 6 of 6) sorted by relevance
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | hmac_drbg.h | 89 typedef struct mbedtls_hmac_drbg_context struct 118 } mbedtls_hmac_drbg_context; argument 132 void mbedtls_hmac_drbg_init( mbedtls_hmac_drbg_context *ctx ); 202 int mbedtls_hmac_drbg_seed( mbedtls_hmac_drbg_context *ctx, 237 int mbedtls_hmac_drbg_seed_buf( mbedtls_hmac_drbg_context *ctx, 266 void mbedtls_hmac_drbg_set_entropy_len( mbedtls_hmac_drbg_context *ctx, 281 void mbedtls_hmac_drbg_set_reseed_interval( mbedtls_hmac_drbg_context *ctx, 301 int mbedtls_hmac_drbg_update_ret( mbedtls_hmac_drbg_context *ctx, 328 int mbedtls_hmac_drbg_reseed( mbedtls_hmac_drbg_context *ctx, 402 void mbedtls_hmac_drbg_free( mbedtls_hmac_drbg_context *ctx ); [all …]
|
A D | psa_util.h | 501 typedef mbedtls_hmac_drbg_context mbedtls_psa_drbg_context_t;
|
A D | compat-1.3.h | 1971 #define hmac_drbg_context mbedtls_hmac_drbg_context
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A 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_ret( mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_update_ret() 108 void mbedtls_hmac_drbg_update( mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_update() 119 int mbedtls_hmac_drbg_seed_buf( mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_seed_buf() 232 int mbedtls_hmac_drbg_reseed( mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_reseed() 244 int mbedtls_hmac_drbg_seed( mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_seed() 333 mbedtls_hmac_drbg_context *ctx = (mbedtls_hmac_drbg_context *) p_rng; in mbedtls_hmac_drbg_random_with_add() 402 mbedtls_hmac_drbg_context *ctx = (mbedtls_hmac_drbg_context *) p_rng; in mbedtls_hmac_drbg_random() 423 void mbedtls_hmac_drbg_free( mbedtls_hmac_drbg_context *ctx ) in mbedtls_hmac_drbg_free() [all …]
|
A D | ecdsa.c | 140 mbedtls_hmac_drbg_context rng_ctx; /* DRBG state */ 433 mbedtls_hmac_drbg_context rng_ctx; in ecdsa_sign_det_restartable() 434 mbedtls_hmac_drbg_context *p_rng = &rng_ctx; in ecdsa_sign_det_restartable() 484 mbedtls_hmac_drbg_context *p_rng_blind_det; in ecdsa_sign_det_restartable() 494 mbedtls_hmac_drbg_context rng_ctx_blind; in ecdsa_sign_det_restartable()
|
A D | ecp.c | 150 typedef mbedtls_hmac_drbg_context ecp_drbg_context;
|
Completed in 26 milliseconds