Searched refs:tpm_buf_append_u32 (Results 1 – 2 of 2) sorted by relevance
404 tpm_buf_append_u32(buf, 9 + nonce_len + hmac_len); in tpm2_buf_append_auth()405 tpm_buf_append_u32(buf, session_handle); in tpm2_buf_append_auth()438 tpm_buf_append_u32(&buf, options->keyhandle); in tpm2_seal_trusted()459 tpm_buf_append_u32(&buf, TPM2_ATTR_USER_WITH_AUTH); in tpm2_seal_trusted()468 tpm_buf_append_u32(&buf, 0); in tpm2_seal_trusted()521 tpm_buf_append_u32(&buf, options->keyhandle); in tpm2_load()561 tpm_buf_append_u32(&buf, handle); in tpm2_flush_context()585 tpm_buf_append_u32(&buf, blob_handle); in tpm2_unseal()
490 static inline void tpm_buf_append_u32(struct tpm_buf *buf, const u32 value) in tpm_buf_append_u32() function