Lines Matching full:tpm
12 /* Internal error of TPM command library */
54 * Get TPM command size.
56 * @param command byte string of TPM command
57 * @return command size of the TPM command
62 * Get TPM response return code, which is one of TPM_RESULT values.
64 * @param response byte string of TPM response
65 * @return return code of the TPM response
70 * Send a TPM command and return response's return code, and optionally
73 * @param command byte string of TPM command
74 * @param response output buffer for TPM response, or NULL if the
76 * @param size_ptr output buffer size (input parameter) and TPM
79 * @return return code of the TPM response