Home
last modified time | relevance | path

Searched refs:DEFAULT_BLK_SZ (Results 1 – 1 of 1) sorted by relevance

/linux/crypto/
H A Dansi_cprng.c20 #define DEFAULT_BLK_SZ 16 macro
41 unsigned char rand_data[DEFAULT_BLK_SZ];
42 unsigned char last_rand_data[DEFAULT_BLK_SZ];
43 unsigned char DT[DEFAULT_BLK_SZ];
44 unsigned char I[DEFAULT_BLK_SZ];
45 unsigned char V[DEFAULT_BLK_SZ];
84 unsigned char tmp[DEFAULT_BLK_SZ]; in _get_more_prng_bytes()
91 hexdump("Input DT: ", ctx->DT, DEFAULT_BLK_SZ); in _get_more_prng_bytes()
92 hexdump("Input I: ", ctx->I, DEFAULT_BLK_SZ); in _get_more_prng_bytes()
93 hexdump("Input V: ", ctx->V, DEFAULT_BLK_SZ); in _get_more_prng_bytes()
[all …]