Home
last modified time | relevance | path

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

/security/integrity/ima/
A Dima_crypto.c332 struct scatterlist sg[1]; in ima_calc_file_hash_atfm() local
412 sg_init_one(&sg[0], rbuf[active], rbuf_len); in ima_calc_file_hash_atfm()
413 ahash_request_set_crypt(req, sg, NULL, rbuf_len); in ima_calc_file_hash_atfm()
663 struct scatterlist sg; in calc_buffer_ahash_atfm() local
682 sg_init_one(&sg, buf, len); in calc_buffer_ahash_atfm()
683 ahash_request_set_crypt(req, &sg, NULL, len); in calc_buffer_ahash_atfm()

Completed in 4 milliseconds