OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:print_tpm2_response_code
(Results
1 - 9
of
9
) sorted by null
/external/epid-sdk/epid/member/tpm2/ibm_tss/
printtss.h
24
#define
print_tpm2_response_code
(...)
macro
33
void
print_tpm2_response_code
(char const* operation, TPM_RC rc);
printtss.c
27
void
print_tpm2_response_code
(char const* operation, TPM_RC rc) {
function
nv.c
46
print_tpm2_response_code
("TPM2_NV_UndefineSpace", rc);
77
print_tpm2_response_code
("TPM2_NV_DefineSpace", rc);
131
print_tpm2_response_code
("TPM2_NV_Read", rc);
162
print_tpm2_response_code
("TPM2_NV_Write", rc);
getrandom.c
58
print_tpm2_response_code
("TPM2_GetRandom", rc);
load_external.c
69
print_tpm2_response_code
("TPM2_FlushContext", rc);
121
print_tpm2_response_code
("TPM2_LoadExternal", rc);
sign.c
87
print_tpm2_response_code
("TPM2_Sign", rc);
147
print_tpm2_response_code
("Tpm2ReleaseCounter: TPM2_Sign", rc);
context.c
146
print_tpm2_response_code
("TPM2_FlushContext", rc);
commit.c
103
print_tpm2_response_code
("TPM2_Commit", rc);
createprimary.c
90
print_tpm2_response_code
("TPM2_CreatePrimary", rc);
Completed in 707 milliseconds