Searched refs:tpm_buf_append_u16 (Results 1 – 4 of 4) sorted by relevance
| /drivers/char/tpm/ |
| A D | tpm2-sessions.c | 285 tpm_buf_append_u16(buf, 0); in tpm_buf_append_auth() 508 tpm_buf_append_u16(buf, EC_PT_SZ); in tpm_buf_append_salt() 511 tpm_buf_append_u16(buf, EC_PT_SZ); in tpm_buf_append_salt() 1011 tpm_buf_append_u16(&buf, TPM_ALG_AES); in tpm2_start_auth_session() 1279 tpm_buf_append_u16(&template, 0); in tpm2_create_primary() 1302 tpm_buf_append_u16(&template, 0); in tpm2_create_primary() 1303 tpm_buf_append_u16(&template, 0); in tpm2_create_primary() 1312 tpm_buf_append_u16(&buf, 4); in tpm2_create_primary() 1315 tpm_buf_append_u16(&buf, 0); in tpm2_create_primary() 1318 tpm_buf_append_u16(&buf, 0); in tpm2_create_primary() [all …]
|
| A D | tpm2-cmd.c | 197 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() 464 tpm_buf_append_u16(&buf, shutdown_type); in tpm2_shutdown() 745 tpm_buf_append_u16(&buf, TPM2_SU_CLEAR); in tpm2_startup()
|
| A D | tpm-buf.c | 133 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 D | tpm1-cmd.c | 335 tpm_buf_append_u16(&buf, TPM_ST_CLEAR); in tpm1_startup()
|
Completed in 10 milliseconds