Home
last modified time | relevance | path

Searched refs:tpm_buf_length (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/char/tpm/
H A Dtpm-buf.c93 u32 tpm_buf_length(struct tpm_buf *buf) in tpm_buf_length() function
97 EXPORT_SYMBOL_GPL(tpm_buf_length);
H A Dtpm1-cmd.c563 if (tpm_buf_length(&buf) < TPM_HEADER_SIZE + in tpm1_get_random()
600 if (tpm_buf_length(&buf) < TPM_DIGEST_SIZE) { in tpm1_pcr_read()
H A Dtpm2-cmd.c333 if (tpm_buf_length(&buf) < in tpm2_get_random()
/linux/include/linux/
H A Dtpm.h416 u32 tpm_buf_length(struct tpm_buf *buf);
527 if (tpm_buf_length(buf) == offset) in tpm_buf_append_hmac_session_opt()
/linux/security/keys/trusted-keys/
H A Dtrusted_tpm2.c548 if (tpm_buf_length(&buf) < TPM_HEADER_SIZE + 6 + data_len) { in tpm2_unseal_cmd()