Home
last modified time | relevance | path

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

/security/keys/trusted-keys/
A Dtrusted_tpm2.c245 struct tpm_buf buf, sized; in tpm2_seal_trusted() local
279 rc = tpm_buf_init_sized(&sized); in tpm2_seal_trusted()
296 tpm_buf_append_u16(&sized, payload->key_len); in tpm2_seal_trusted()
298 tpm_buf_append(&buf, sized.data, sized.length); in tpm2_seal_trusted()
301 tpm_buf_reset_sized(&sized); in tpm2_seal_trusted()
303 tpm_buf_append_u16(&sized, hash); in tpm2_seal_trusted()
309 tpm_buf_append_u32(&sized, flags); in tpm2_seal_trusted()
317 tpm_buf_append_u16(&sized, TPM_ALG_NULL); in tpm2_seal_trusted()
318 tpm_buf_append_u16(&sized, 0); in tpm2_seal_trusted()
320 tpm_buf_append(&buf, sized.data, sized.length); in tpm2_seal_trusted()
[all …]
/security/
A DKconfig.hardening327 best effort at restricting randomization to cacheline-sized

Completed in 4 milliseconds