Searched refs:mbedtls_hmac_drbg_seed (Results 1 – 4 of 4) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | psa_crypto_random_impl.h | 120 return mbedtls_hmac_drbg_seed(drbg_ctx, md_info, mbedtls_entropy_func, entropy, custom, len); in mbedtls_psa_drbg_seed()
|
| H A D | hmac_drbg.c | 222 int mbedtls_hmac_drbg_seed(mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_seed() function 584 CHK(mbedtls_hmac_drbg_seed(&ctx, md_info, in mbedtls_hmac_drbg_self_test() 609 CHK(mbedtls_hmac_drbg_seed(&ctx, md_info, in mbedtls_hmac_drbg_self_test()
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | hmac_drbg.h | 186 int mbedtls_hmac_drbg_seed(mbedtls_hmac_drbg_context *ctx,
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 2987 mbedtls_ctr_drbg_seed() or mbedtls_hmac_drbg_seed(). 4782 mbedtls_hmac_drbg_init() -> mbedtls_hmac_drbg_seed(_buf)()
|