Searched refs:zcrypt_rng_buffer_index (Results 1 – 1 of 1) sorted by relevance
2018 static int zcrypt_rng_buffer_index; variable2029 if (zcrypt_rng_buffer_index == 0) { in zcrypt_rng_data_read()2036 zcrypt_rng_buffer_index = rc / sizeof(*data); in zcrypt_rng_data_read()2038 *data = zcrypt_rng_buffer[--zcrypt_rng_buffer_index]; in zcrypt_rng_data_read()2059 zcrypt_rng_buffer_index = 0; in zcrypt_rng_device_add()
Completed in 9 milliseconds