Home
last modified time | relevance | path

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

/linux-6.15/drivers/char/tpm/
H A Dtpm-buf.c57 int tpm_buf_init_sized(struct tpm_buf *buf) in tpm_buf_init_sized() function
66 EXPORT_SYMBOL_GPL(tpm_buf_init_sized);
H A Dtpm2-sessions.c1254 rc = tpm_buf_init_sized(&template); in tpm2_create_primary()
/linux-6.15/include/linux/
H A Dtpm.h415 int tpm_buf_init_sized(struct tpm_buf *buf);
/linux-6.15/security/keys/trusted-keys/
H A Dtrusted_tpm2.c279 rc = tpm_buf_init_sized(&sized); in tpm2_seal_trusted()