Searched refs:mbedtls_ctr_drbg_seed (Results 1 – 5 of 5) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | psa_crypto_random_impl.h | 117 return mbedtls_ctr_drbg_seed(drbg_ctx, mbedtls_entropy_func, entropy, custom, len); in mbedtls_psa_drbg_seed()
|
| H A D | ctr_drbg.c | 535 int mbedtls_ctr_drbg_seed(mbedtls_ctr_drbg_context *ctx, in mbedtls_ctr_drbg_seed() function 966 CHK(mbedtls_ctr_drbg_seed(&ctx, in mbedtls_ctr_drbg_self_test() 993 CHK(mbedtls_ctr_drbg_seed(&ctx, in mbedtls_ctr_drbg_self_test()
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | ctr_drbg.h | 347 int mbedtls_ctr_drbg_seed(mbedtls_ctr_drbg_context *ctx,
|
| /optee_os/lib/libmbedtls/core/ |
| H A D | rsa.c | 293 if (mbedtls_ctr_drbg_seed(&rngctx, mbd_rand, NULL, NULL, 0)) in sw_crypto_acipher_gen_rsa_key()
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 2987 mbedtls_ctr_drbg_seed() or mbedtls_hmac_drbg_seed(). 4783 mbedtls_ctr_drbg_init() -> mbedtls_ctr_drbg_seed()
|