Searched refs:tpm2_cmd_add_u32 (Results 1 – 1 of 1) sorted by relevance
/optee_os-3.20.0/core/drivers/tpm2/ |
A D | tpm2_cmd.c | 54 static void tpm2_cmd_add_u32(void *buf, uint32_t len, uint32_t val) in tpm2_cmd_add_u32() function 171 tpm2_cmd_add_u32(buf, buf_len, capability); in tpm2_get_capability() 172 tpm2_cmd_add_u32(buf, buf_len, property); in tpm2_get_capability() 173 tpm2_cmd_add_u32(buf, buf_len, prop_cnt); in tpm2_get_capability() 264 tpm2_cmd_add_u32(buf, buf_len, count); in tpm2_pcr_read() 345 tpm2_cmd_add_u32(buf, buf_len, auth_sz); in tpm2_add_password_auth_cmd() 346 tpm2_cmd_add_u32(buf, buf_len, cmd.handle); in tpm2_add_password_auth_cmd() 396 tpm2_cmd_add_u32(buf, buf_len, pcr_idx); in tpm2_pcr_extend() 407 tpm2_cmd_add_u32(buf, buf_len, count); in tpm2_pcr_extend()
|
Completed in 2 milliseconds