Searched refs:zcrypt_rng_buffer_index (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/s390/crypto/
H A Dzcrypt_api.c1930 static int zcrypt_rng_buffer_index; variable
1941 if (zcrypt_rng_buffer_index == 0) {
1948 zcrypt_rng_buffer_index = rc / sizeof(*data);
1950 *data = zcrypt_rng_buffer[--zcrypt_rng_buffer_index];
1971 zcrypt_rng_buffer_index = 0;

Completed in 129 milliseconds