Searched refs:zcrypt_rng_buffer (Results 1 – 1 of 1) sorted by relevance
1941 static u32 *zcrypt_rng_buffer; variable1954 rc = zcrypt_rng((char *) zcrypt_rng_buffer); in zcrypt_rng_data_read()1957 rc = zcrypt_rng((char *) zcrypt_rng_buffer); in zcrypt_rng_data_read()1962 *data = zcrypt_rng_buffer[--zcrypt_rng_buffer_index]; in zcrypt_rng_data_read()1978 zcrypt_rng_buffer = (u32 *) get_zeroed_page(GFP_KERNEL); in zcrypt_rng_device_add()1979 if (!zcrypt_rng_buffer) { in zcrypt_rng_device_add()1996 free_page((unsigned long) zcrypt_rng_buffer); in zcrypt_rng_device_add()2008 free_page((unsigned long) zcrypt_rng_buffer); in zcrypt_rng_device_remove()
Completed in 7 milliseconds