OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:in
(Results
51 - 75
of
3217
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/tpm2/
Marshal_PCR_SetAuthPolicy.c
3
// found
in
the LICENSE file.
40
PCR_SetAuthPolicy_In
in
;
local
48
result = PCR_SetAuthPolicy_In_Unmarshal(&
in
, request_handles,
55
result = TPM2_PCR_SetAuthPolicy(&
in
);
Marshal_PCR_SetAuthValue.c
3
// found
in
the LICENSE file.
35
PCR_SetAuthValue_In
in
;
local
43
result = PCR_SetAuthValue_In_Unmarshal(&
in
, request_handles,
50
result = TPM2_PCR_SetAuthValue(&
in
);
Marshal_PP_Commands.c
3
// found
in
the LICENSE file.
39
PP_Commands_In
in
;
local
48
PP_Commands_In_Unmarshal(&
in
, request_handles, request_parameter_buffer,
54
result = TPM2_PP_Commands(&
in
);
Marshal_PolicyAuthValue.c
3
// found
in
the LICENSE file.
30
PolicyAuthValue_In
in
;
local
38
result = PolicyAuthValue_In_Unmarshal(&
in
, request_handles,
45
result = TPM2_PolicyAuthValue(&
in
);