Searched refs:tpm_buf_append_u16 (Results 1 - 5 of 5) sorted by relevance

/linux-master/security/keys/trusted-keys/
H A Dtrusted_tpm2.c206 tpm_buf_append_u16(buf, nonce_len);
212 tpm_buf_append_u16(buf, hmac_len);
269 tpm_buf_append_u16(&buf, 4 + options->blobauth_len + payload->key_len);
271 tpm_buf_append_u16(&buf, options->blobauth_len);
275 tpm_buf_append_u16(&buf, payload->key_len);
279 tpm_buf_append_u16(&buf, 14 + options->policydigest_len);
280 tpm_buf_append_u16(&buf, TPM_ALG_KEYEDHASH);
281 tpm_buf_append_u16(&buf, hash);
291 tpm_buf_append_u16(&buf, options->policydigest_len);
297 tpm_buf_append_u16(
[all...]
H A Dtrusted_tpm1.c406 tpm_buf_append_u16(tb, type);
/linux-master/drivers/char/tpm/
H A Dtpm2-cmd.c193 tpm_buf_append_u16(&buf, digest->alg_id);
260 tpm_buf_append_u16(&buf, digests[i].alg_id);
308 tpm_buf_append_u16(&buf, num_bytes);
437 tpm_buf_append_u16(&buf, shutdown_type);
718 tpm_buf_append_u16(&buf, TPM2_SU_CLEAR);
H A Dtpm1-cmd.c335 tpm_buf_append_u16(&buf, TPM_ST_CLEAR);
/linux-master/include/linux/
H A Dtpm.h394 static inline void tpm_buf_append_u16(struct tpm_buf *buf, const u16 value) function

Completed in 131 milliseconds