Symbol: TPM_ALGORITHM_ID
usr/src/boot/efi/include/IndustryStandard/Tpm12.h
1017
TPM_ALGORITHM_ID algId;
usr/src/boot/efi/include/IndustryStandard/Tpm12.h
1284
TPM_ALGORITHM_ID algId;
usr/src/boot/efi/include/IndustryStandard/Tpm12.h
362
#define TPM_ALG_RSA ((TPM_ALGORITHM_ID) 0x00000001) ///< The RSA algorithm.
usr/src/boot/efi/include/IndustryStandard/Tpm12.h
363
#define TPM_ALG_DES ((TPM_ALGORITHM_ID) 0x00000002) ///< The DES algorithm
usr/src/boot/efi/include/IndustryStandard/Tpm12.h
364
#define TPM_ALG_3DES ((TPM_ALGORITHM_ID) 0x00000003) ///< The 3DES algorithm in EDE mode
usr/src/boot/efi/include/IndustryStandard/Tpm12.h
365
#define TPM_ALG_SHA ((TPM_ALGORITHM_ID) 0x00000004) ///< The SHA1 algorithm
usr/src/boot/efi/include/IndustryStandard/Tpm12.h
366
#define TPM_ALG_HMAC ((TPM_ALGORITHM_ID) 0x00000005) ///< The RFC 2104 HMAC algorithm
usr/src/boot/efi/include/IndustryStandard/Tpm12.h
367
#define TPM_ALG_AES128 ((TPM_ALGORITHM_ID) 0x00000006) ///< The AES algorithm, key size 128
usr/src/boot/efi/include/IndustryStandard/Tpm12.h
368
#define TPM_ALG_MGF1 ((TPM_ALGORITHM_ID) 0x00000007) ///< The XOR algorithm using MGF1 to create a string the size of the encrypted block
usr/src/boot/efi/include/IndustryStandard/Tpm12.h
369
#define TPM_ALG_AES192 ((TPM_ALGORITHM_ID) 0x00000008) ///< AES, key size 192
usr/src/boot/efi/include/IndustryStandard/Tpm12.h
370
#define TPM_ALG_AES256 ((TPM_ALGORITHM_ID) 0x00000009) ///< AES, key size 256
usr/src/boot/efi/include/IndustryStandard/Tpm12.h
371
#define TPM_ALG_XOR ((TPM_ALGORITHM_ID) 0x0000000A) ///< XOR using the rolling nonces
usr/src/boot/efi/include/IndustryStandard/Tpm12.h
604
TPM_ALGORITHM_ID algorithmID;