Searched refs:tpm2_cmd_add_u16 (Results 1 – 1 of 1) sorted by relevance
/optee_os-3.20.0/core/drivers/tpm2/ |
A D | tpm2_cmd.c | 47 static void tpm2_cmd_add_u16(void *buf, uint32_t len, uint16_t val) in tpm2_cmd_add_u16() function 122 tpm2_cmd_add_u16(buf, buf_len, mode); in tpm2_startup() 265 tpm2_cmd_add_u16(buf, buf_len, alg); in tpm2_pcr_read() 347 tpm2_cmd_add_u16(buf, buf_len, cmd.nonce.size); in tpm2_add_password_auth_cmd() 349 tpm2_cmd_add_u16(buf, buf_len, cmd.hmac.size); in tpm2_add_password_auth_cmd() 408 tpm2_cmd_add_u16(buf, buf_len, alg); in tpm2_pcr_extend()
|
Completed in 4 milliseconds