Lines Matching refs:pcr
212 int pcr = CONFIG_IMA_MEASURE_PCR_IDX; in process_measurement() local
228 mask, func, &pcr, &template_desc, NULL, in process_measurement()
290 if ((action & IMA_MEASURE) && (iint->measured_pcrs & (0x1 << pcr))) in process_measurement()
346 xattr_value, xattr_len, modsig, pcr, in process_measurement()
349 rc = ima_check_blacklist(iint, modsig, pcr); in process_measurement()
443 int pcr; in ima_file_mprotect() local
454 &pcr, &template, NULL, NULL); in ima_file_mprotect()
886 int pcr, const char *func_data, in process_buffer_measurement() argument
928 secid, 0, func, &pcr, &template, in process_buffer_measurement()
934 if (!pcr) in process_buffer_measurement()
935 pcr = CONFIG_IMA_MEASURE_PCR_IDX; in process_buffer_measurement()
973 ret = ima_store_template(entry, violation, NULL, event_data.buf, pcr); in process_buffer_measurement()