Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dansi_cprng.c25 #define DEFAULT_BLK_SZ 16 macro
46 unsigned char rand_data[DEFAULT_BLK_SZ];
47 unsigned char last_rand_data[DEFAULT_BLK_SZ];
48 unsigned char DT[DEFAULT_BLK_SZ];
49 unsigned char I[DEFAULT_BLK_SZ];
50 unsigned char V[DEFAULT_BLK_SZ];
89 unsigned char tmp[DEFAULT_BLK_SZ]; in _get_more_prng_bytes()
96 hexdump("Input DT: ", ctx->DT, DEFAULT_BLK_SZ); in _get_more_prng_bytes()
97 hexdump("Input I: ", ctx->I, DEFAULT_BLK_SZ); in _get_more_prng_bytes()
98 hexdump("Input V: ", ctx->V, DEFAULT_BLK_SZ); in _get_more_prng_bytes()
[all …]