Lines Matching refs:p_entropy
193 entropy_ctx p_entropy;
201 p_entropy.p = entropy->x;
202 p_entropy.len = entropy->len;
208 memcpy(data, entropy->x, p_entropy.len);
209 memcpy(data + p_entropy.len, custom->x, custom->len);
211 data, p_entropy.len + custom->len) == 0);
223 TEST_ASSERT(mbedtls_hmac_drbg_seed(&ctx, md_info, mbedtls_test_entropy_func, &p_entropy,
243 entropy_ctx p_entropy;
251 p_entropy.p = entropy->x;
252 p_entropy.len = entropy->len;
257 TEST_ASSERT(mbedtls_hmac_drbg_seed(&ctx, md_info, mbedtls_test_entropy_func, &p_entropy,
278 entropy_ctx p_entropy;
286 p_entropy.p = entropy->x;
287 p_entropy.len = entropy->len;
292 TEST_ASSERT(mbedtls_hmac_drbg_seed(&ctx, md_info, mbedtls_test_entropy_func, &p_entropy,