data_to_hash      485 security/integrity/ima/ima_crypto.c 		u8 *data_to_hash = field_data[i].data;
data_to_hash      497 security/integrity/ima/ima_crypto.c 			memcpy(buffer, data_to_hash, datalen);
data_to_hash      498 security/integrity/ima/ima_crypto.c 			data_to_hash = buffer;
data_to_hash      501 security/integrity/ima/ima_crypto.c 		rc = crypto_shash_update(shash, data_to_hash, datalen);