OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TPM2B_ECC_POINT_Unmarshal
(Results
1 - 5
of
5
) sorted by null
/external/tpm2/
Marshal_ZGen_2Phase.c
46
result =
TPM2B_ECC_POINT_Unmarshal
(&target->inQsB, buffer, size);
50
result =
TPM2B_ECC_POINT_Unmarshal
(&target->inQeB, buffer, size);
Marshal_ECDH_ZGen.c
45
result =
TPM2B_ECC_POINT_Unmarshal
(&target->inPoint, buffer, size);
Marshal_Commit.c
48
result =
TPM2B_ECC_POINT_Unmarshal
(&target->P1, buffer, size);
tpm_generated.h
128
TPM_RC
TPM2B_ECC_POINT_Unmarshal
(TPM2B_ECC_POINT* target,
[
all
...]
tpm_generated.c
1202
TPM_RC
TPM2B_ECC_POINT_Unmarshal
(TPM2B_ECC_POINT* target,
[
all
...]
Completed in 66 milliseconds