Lines Matching defs:output
161 static int block_cipher_df(unsigned char *output,
195 * S = Length input string (in 32-bits) || Length of output (in 32-bits) ||
282 p = output;
318 mbedtls_platform_zeroize(output, MBEDTLS_CTR_DRBG_SEEDLEN);
444 * and with output
591 * mbedtls_ctr_drbg_random_with_add(ctx, output, output_len, additional, add_len)
606 * returned_bits = output[:output_len]
610 unsigned char *output, size_t output_len,
615 unsigned char *p = output;
696 int mbedtls_ctr_drbg_random(void *p_rng, unsigned char *output,
708 ret = mbedtls_ctr_drbg_random_with_add(ctx, output, output_len, NULL, 0);