Searched refs:V (Results 1 – 1 of 1) sorted by relevance
/crypto/ |
D | ansi_cprng.c | 52 unsigned char V[DEFAULT_BLK_SZ]; member 100 hexdump("Input V: ", ctx->V, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 124 xor_vectors(ctx->I, ctx->V, tmp, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 150 output = ctx->V; in _get_more_prng_bytes() 175 hexdump("Output V: ", ctx->V, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 278 unsigned char *V, unsigned char *DT) in reset_prng_context() argument 292 if (V) in reset_prng_context() 293 memcpy(ctx->V, V, DEFAULT_BLK_SZ); in reset_prng_context() 295 memcpy(ctx->V, DEFAULT_V_SEED, DEFAULT_BLK_SZ); in reset_prng_context()
|