Home
last modified time | relevance | path

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

/Linux-v5.4/security/integrity/ima/
Dima_crypto.c34 static unsigned int ima_bufsize = PAGE_SIZE; variable
46 ima_bufsize = PAGE_SIZE << order; in param_set_bufsize()
56 module_param_named(ahash_bufsize, ima_bufsize, bufsize, 0644);