Home
last modified time | relevance | path

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

/security/
A DKconfig.hardening10 def_bool $(cc-option,-ftrivial-auto-var-init=zero)
15 …def_bool $(cc-option,-ftrivial-auto-var-init=zero -enable-trivial-auto-var-init-zero-knowing-it-wi…
64 GCC uses 0xFE repeating for all types, and zero for padding.
67 bool "zero-init everything (strongest and safest)"
72 with a zero value. This is intended to eliminate all
200 At the end of functions, always zero any caller-used register
/security/integrity/ima/
A Dima_template.c417 unsigned char zero[TPM_DIGEST_SIZE] = { 0 }; in ima_restore_measurement_list() local
517 if (memcmp(hdr[HDR_DIGEST].data, zero, sizeof(zero))) { in ima_restore_measurement_list()
A Dima_appraise.c211 unsigned int zero = 0; in ima_get_hash_algo() local
212 if (!memcmp(&xattr_value->data[16], &zero, 4)) in ima_get_hash_algo()

Completed in 6 milliseconds