Home
last modified time | relevance | path

Searched refs:mbedtls_ctr_drbg_context (Results 1 – 6 of 6) sorted by relevance

/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dctr_drbg.h173 typedef struct mbedtls_ctr_drbg_context struct
217 mbedtls_ctr_drbg_context; typedef
231 void mbedtls_ctr_drbg_init( mbedtls_ctr_drbg_context *ctx );
332 int mbedtls_ctr_drbg_seed( mbedtls_ctr_drbg_context *ctx,
344 void mbedtls_ctr_drbg_free( mbedtls_ctr_drbg_context *ctx );
386 void mbedtls_ctr_drbg_set_entropy_len( mbedtls_ctr_drbg_context *ctx,
408 int mbedtls_ctr_drbg_set_nonce_len( mbedtls_ctr_drbg_context *ctx,
423 void mbedtls_ctr_drbg_set_reseed_interval( mbedtls_ctr_drbg_context *ctx,
446 int mbedtls_ctr_drbg_reseed( mbedtls_ctr_drbg_context *ctx,
469 int mbedtls_ctr_drbg_update_ret( mbedtls_ctr_drbg_context *ctx,
[all …]
A Dpsa_util.h497 typedef mbedtls_ctr_drbg_context mbedtls_psa_drbg_context_t;
A Dcompat-1.3.h1830 #define ctr_drbg_context mbedtls_ctr_drbg_context
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dctr_drbg.c51 void mbedtls_ctr_drbg_init( mbedtls_ctr_drbg_context *ctx ) in mbedtls_ctr_drbg_init()
53 memset( ctx, 0, sizeof( mbedtls_ctr_drbg_context ) ); in mbedtls_ctr_drbg_init()
65 void mbedtls_ctr_drbg_free( mbedtls_ctr_drbg_context *ctx ) in mbedtls_ctr_drbg_free()
93 int mbedtls_ctr_drbg_set_nonce_len( mbedtls_ctr_drbg_context *ctx, in mbedtls_ctr_drbg_set_nonce_len()
315 int mbedtls_ctr_drbg_update_ret( mbedtls_ctr_drbg_context *ctx, in mbedtls_ctr_drbg_update_ret()
336 void mbedtls_ctr_drbg_update( mbedtls_ctr_drbg_context *ctx, in mbedtls_ctr_drbg_update()
417 int mbedtls_ctr_drbg_reseed( mbedtls_ctr_drbg_context *ctx, in mbedtls_ctr_drbg_reseed()
447 int mbedtls_ctr_drbg_seed( mbedtls_ctr_drbg_context *ctx, in mbedtls_ctr_drbg_seed()
519 mbedtls_ctr_drbg_context *ctx = (mbedtls_ctr_drbg_context *) p_rng; in mbedtls_ctr_drbg_random_with_add()
595 mbedtls_ctr_drbg_context *ctx = (mbedtls_ctr_drbg_context *) p_rng; in mbedtls_ctr_drbg_random()
[all …]
A Decp.c201 typedef mbedtls_ctr_drbg_context ecp_drbg_context;
/optee_os-3.20.0/lib/libmbedtls/core/
A Drsa.c227 mbedtls_ctr_drbg_context rngctx; in sw_crypto_acipher_gen_rsa_key()

Completed in 26 milliseconds