OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AlgorithmSet
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2Miscellaneous.c
29
UINT32
AlgorithmSet
;
42
The
algorithmSet
setting is a vendor-dependent value.
46
@param[in]
AlgorithmSet
A TPM vendor-dependent value indicating the
57
IN UINT32
AlgorithmSet
89
WriteUnaligned32 ((UINT32 *)Buffer, SwapBytes32(
AlgorithmSet
));
Tpm2Capability.c
489
This command returns the information of TPM
AlgorithmSet
.
491
This function parse the value got from TPM2_GetCapability and return the
AlgorithmSet
.
493
@param[out]
AlgorithmSet
The
AlgorithmSet
of TPM.
501
OUT UINT32 *
AlgorithmSet
518
*
AlgorithmSet
= SwapBytes32 (TpmCap.data.tpmProperties.tpmProperty->value);
/device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
Tpm2CommandLib.h
749
This command returns the information of TPM
AlgorithmSet
.
751
This function parse the value got from TPM2_GetCapability and return the
AlgorithmSet
.
753
@param[out]
AlgorithmSet
The
AlgorithmSet
of TPM.
761
OUT UINT32 *
AlgorithmSet
780
The
algorithmSet
setting is a vendor-dependent value.
784
@param[in]
AlgorithmSet
A TPM vendor-dependent value indicating the
795
IN UINT32
AlgorithmSet
[
all
...]
Completed in 314 milliseconds