Home
last modified time | relevance | path

Searched refs:tpm_buf_append_u16 (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/char/tpm/
A Dtpm2-sessions.c290 tpm_buf_append_u16(buf, 0); in tpm_buf_append_auth()
513 tpm_buf_append_u16(buf, EC_PT_SZ); in tpm_buf_append_salt()
516 tpm_buf_append_u16(buf, EC_PT_SZ); in tpm_buf_append_salt()
1019 tpm_buf_append_u16(&buf, TPM_ALG_AES); in tpm2_start_auth_session()
1287 tpm_buf_append_u16(&template, 0); in tpm2_create_primary()
1310 tpm_buf_append_u16(&template, 0); in tpm2_create_primary()
1311 tpm_buf_append_u16(&template, 0); in tpm2_create_primary()
1320 tpm_buf_append_u16(&buf, 4); in tpm2_create_primary()
1323 tpm_buf_append_u16(&buf, 0); in tpm2_create_primary()
1326 tpm_buf_append_u16(&buf, 0); in tpm2_create_primary()
[all …]
A Dtpm-buf.c133 void tpm_buf_append_u16(struct tpm_buf *buf, const u16 value) in tpm_buf_append_u16() function
139 EXPORT_SYMBOL_GPL(tpm_buf_append_u16);
A Dtpm2-cmd.c197 tpm_buf_append_u16(&buf, digest->alg_id); in tpm2_pcr_read()
263 tpm_buf_append_u16(&buf, digests[i].alg_id); in tpm2_pcr_extend()
326 tpm_buf_append_u16(&buf, num_bytes); in tpm2_get_random()
465 tpm_buf_append_u16(&buf, shutdown_type); in tpm2_shutdown()
746 tpm_buf_append_u16(&buf, TPM2_SU_CLEAR); in tpm2_startup()
A Dtpm1-cmd.c335 tpm_buf_append_u16(&buf, TPM_ST_CLEAR); in tpm1_startup()
/linux/security/keys/trusted-keys/
A Dtrusted_tpm2.c219 tpm_buf_append_u16(buf, nonce_len); in tpm2_buf_append_auth()
225 tpm_buf_append_u16(buf, hmac_len); in tpm2_buf_append_auth()
291 tpm_buf_append_u16(&sized, options->blobauth_len); in tpm2_seal_trusted()
296 tpm_buf_append_u16(&sized, payload->key_len); in tpm2_seal_trusted()
302 tpm_buf_append_u16(&sized, TPM_ALG_KEYEDHASH); in tpm2_seal_trusted()
303 tpm_buf_append_u16(&sized, hash); in tpm2_seal_trusted()
312 tpm_buf_append_u16(&sized, options->policydigest_len); 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()
323 tpm_buf_append_u16(&buf, 0); in tpm2_seal_trusted()
A Dtrusted_tpm1.c417 tpm_buf_append_u16(tb, type); in osap()
/linux/include/linux/
A Dtpm.h419 void tpm_buf_append_u16(struct tpm_buf *buf, const u16 value);
459 tpm_buf_append_u16(buf, 0); /* nonce len */ in tpm_buf_append_empty_auth()
461 tpm_buf_append_u16(buf, 0); /* hmac len */ in tpm_buf_append_empty_auth()

Completed in 19 milliseconds