OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TPMS_ECC_POINT_Marshal
(Results
1 - 6
of
6
) sorted by null
/external/tpm2/
ECDH_KeyGen.c
47
out->pubPoint.t.size =
TPMS_ECC_POINT_Marshal
(&out->pubPoint.t.point,
65
out->zPoint.t.size =
TPMS_ECC_POINT_Marshal
(&out->zPoint.t.point,
Commit.c
132
out->K.t.size =
TPMS_ECC_POINT_Marshal
(&out->K.t.point, NULL, NULL);
133
out->L.t.size =
TPMS_ECC_POINT_Marshal
(&out->L.t.point, NULL, NULL);
134
out->E.t.size =
TPMS_ECC_POINT_Marshal
(&out->E.t.point, NULL, NULL);
ECDH_ZGen.c
58
out->outPoint.t.size =
TPMS_ECC_POINT_Marshal
(&out->outPoint.t.point,
CryptUtil.c
[
all
...]
tpm_generated.h
[
all
...]
tpm_generated.c
1163
UINT16
TPMS_ECC_POINT_Marshal
(TPMS_ECC_POINT* source,
1192
total_size +=
TPMS_ECC_POINT_Marshal
(&source->t.point, buffer, size);
[
all
...]
Completed in 602 milliseconds