Lines Matching refs:p_entropy
184 entropy_ctx p_entropy;
190 p_entropy.p = entropy->x;
191 p_entropy.len = entropy->len;
197 memcpy( data, entropy->x, p_entropy.len );
198 memcpy( data + p_entropy.len, custom->x, custom->len );
200 data, p_entropy.len + custom->len ) == 0 );
212 TEST_ASSERT( mbedtls_hmac_drbg_seed( &ctx, md_info, mbedtls_test_entropy_func, &p_entropy,
231 entropy_ctx p_entropy;
237 p_entropy.p = entropy->x;
238 p_entropy.len = entropy->len;
243 TEST_ASSERT( mbedtls_hmac_drbg_seed( &ctx, md_info, mbedtls_test_entropy_func, &p_entropy,
263 entropy_ctx p_entropy;
269 p_entropy.p = entropy->x;
270 p_entropy.len = entropy->len;
275 TEST_ASSERT( mbedtls_hmac_drbg_seed( &ctx, md_info, mbedtls_test_entropy_func, &p_entropy,