Searched refs:drbg_ctx (Results 1 - 1 of 1) sorted by relevance
/third_party/mbedtls/library/ |
H A D | psa_crypto_random_impl.h | 121 static inline int mbedtls_psa_drbg_seed(mbedtls_psa_drbg_context_t *drbg_ctx, in mbedtls_psa_drbg_seed() argument 126 return mbedtls_ctr_drbg_seed(drbg_ctx, mbedtls_entropy_func, entropy, custom, len); in mbedtls_psa_drbg_seed() 129 return mbedtls_hmac_drbg_seed(drbg_ctx, md_info, mbedtls_entropy_func, entropy, custom, len); in mbedtls_psa_drbg_seed()
|
Completed in 1 milliseconds