OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:encryptionKeyIn
(Results
1 - 3
of
3
) sorted by null
/external/tpm2/
Duplicate.c
71
if(in->
encryptionKeyIn
.t.size != 0)
80
if(in->
encryptionKeyIn
.t.size != 0
81
&& in->
encryptionKeyIn
.t.size != (innerKeySize + 7) / 8)
112
&in->symmetricAlg, &in->
encryptionKeyIn
,
115
out->encryptionKeyOut = in->
encryptionKeyIn
;
Duplicate_fp.h
15
TPM2B_DATA
encryptionKeyIn
;
Marshal_Duplicate.c
49
result = TPM2B_DATA_Unmarshal(&target->
encryptionKeyIn
, buffer, size);
Completed in 670 milliseconds