Searched refs:tpm2_cmd_len (Results 1 – 3 of 3) sorted by relevance
/optee_os-3.20.0/core/drivers/tpm2/ |
A D | tpm2_cmd.c | 32 uint32_t cmd_len = tpm2_cmd_len(cmd); in tpm2_cmd_add() 87 if (bufsz < tpm2_cmd_len(buf)) in tpm2_transmit() 90 DHEXDUMP(buf, tpm2_cmd_len(buf)); in tpm2_transmit() 108 DHEXDUMP(resp, tpm2_cmd_len(resp)); in tpm2_transmit() 124 ret = tpm2_transmit(buf, tpm2_cmd_len((struct tpm2_cmd *)buf), resp_buf, in tpm2_startup() 143 ret = tpm2_transmit(buf, tpm2_cmd_len((struct tpm2_cmd *)buf), resp_buf, in tpm2_selftest() 175 ret = tpm2_transmit(buf, tpm2_cmd_len((struct tpm2_cmd *)buf), resp_buf, in tpm2_get_capability() 180 resp_len = tpm2_cmd_len((struct tpm2_cmd *)resp_buf); in tpm2_get_capability() 292 resp_len = tpm2_cmd_len((struct tpm2_cmd *)resp_buf); in tpm2_pcr_read() 294 DHEXDUMP(resp_buf, tpm2_cmd_len((struct tpm2_cmd *)resp_buf)); in tpm2_pcr_read() [all …]
|
A D | tpm2_ptp_fifo.c | 446 bytes2read = tpm2_cmd_len((void *)buf); in tpm2_fifo_recv()
|
/optee_os-3.20.0/core/include/drivers/ |
A D | tpm2_cmd.h | 34 static inline uint16_t tpm2_cmd_len(struct tpm2_cmd *cmd) in tpm2_cmd_len() function
|
Completed in 5 milliseconds