Lines Matching refs:p_entropy
176 entropy_ctx p_entropy;
187 p_entropy.len = unhexify( entropy, entropy_hex );
188 p_entropy.p = entropy;
194 memcpy( data, entropy, p_entropy.len );
195 memcpy( data + p_entropy.len, custom, custom_len );
197 data, p_entropy.len + custom_len ) == 0 );
209 TEST_ASSERT( mbedtls_hmac_drbg_seed( &ctx, md_info, mbedtls_entropy_func, &p_entropy,
236 entropy_ctx p_entropy;
248 p_entropy.len = unhexify( entropy, entropy_hex );
249 p_entropy.p = entropy;
254 TEST_ASSERT( mbedtls_hmac_drbg_seed( &ctx, md_info, mbedtls_entropy_func, &p_entropy,
282 entropy_ctx p_entropy;
293 p_entropy.len = unhexify( entropy, entropy_hex );
294 p_entropy.p = entropy;
299 TEST_ASSERT( mbedtls_hmac_drbg_seed( &ctx, md_info, mbedtls_entropy_func, &p_entropy,