HomeSort by relevance Sort by last modified time
    Searched refs:TPM_ALG_ID (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/tpm2/
AlgorithmCap_fp.h 15 TPM_ALG_ID algID, // IN: the starting algorithm ID
stubs_sym.c 8 TPM_ALG_ID symmetricAlg, // IN: the symmetric algorithm
CpriRSA_fp.h 15 TPM_ALG_ID padType, // IN: the type of padding
18 TPM_ALG_ID hashAlg, // IN: in case this is needed for the scheme
25 TPM_ALG_ID padType, // IN: the type of padding
28 TPM_ALG_ID hashAlg, // IN: in case this is needed
36 TPM_ALG_ID
48 TPM_ALG_ID scheme, // IN: the scheme to use
49 TPM_ALG_ID hashAlg, // IN: hash algorithm for PKSC1v1_5
63 TPM_ALG_ID scheme, // IN: the scheme to use
64 TPM_ALG_ID hashAlg, // IN: hash algorithm
CpriHash_fp.h 20 _cpri__HashBlock(TPM_ALG_ID hashAlg, // IN: The hash algorithm
28 _cpri__GetDigestSize(TPM_ALG_ID hashAlg // IN: hash algorithm to look up
31 _cpri__GetHashDER(TPM_ALG_ID hashAlg, // IN: the algorithm to look up
34 _cpri__KDFa(TPM_ALG_ID hashAlg, // IN: hash algorithm used in HMAC
48 _cpri__KDFe(TPM_ALG_ID hashAlg, // IN: hash algorithm used in HMAC
59 TPM_ALG_ID hashAlg, // IN: hash to use
64 _cpri__StartHMAC(TPM_ALG_ID hashAlg, // IN: the algorithm to use
72 _cpri__StartHash(TPM_ALG_ID hashAlg, // IN: hash algorithm
89 LIB_EXPORT TPM_ALG_ID
92 LIB_EXPORT TPM_ALG_ID _cpri__GetHashAlgByIndex(UINT32 index // IN: the inde
    [all...]
CryptSelfTest_fp.h 17 TPM_RC CryptTestAlgorithm(TPM_ALG_ID alg, ALGORITHM_VECTOR *toTest);
CpriECC_fp.h 14 TPM_ALG_ID scheme, // IN: the key exchange scheme
24 TPM_ALG_ID scheme, // IN: the key exchange scheme
60 TPM_ALG_ID
77 TPM_ALG_ID scheme, // IN: the scheme selector
78 TPM_ALG_ID hashAlg, // IN: the hash algorithm if need
88 TPM_ALG_ID scheme, // IN: the scheme selector
89 TPM_ALG_ID
Object_spt_fp.h 23 TPM_ALG_ID nameAlg, // IN: hash algorithm in public area.
50 TPM_ALG_ID nameAlg, // IN: hash algorithm in public area. It is passed
63 TPM_ALG_ID hashAlg, // IN: hash algorithm for outer wrap
93 TPM_ALG_ID nameAlg, // IN: hash algorithm in public area. It is passed
111 TPM_ALG_ID nameAlg, // IN: hash algorithm in public area. This parameter
121 TPM_ALG_ID hashAlg, // IN: hash algorithm for outer wrap
RSAKeySieve_fp.h 15 TPM_ALG_ID
CryptSelfTest.c 25 TPM_ALG_ID alg;
96 TPM_ALG_ID alg;
104 TPM_ALG_ID alg = toTest->algorithms[i];
166 TPM_ALG_ID alg,
175 TPM_RC TestAlgorithm(TPM_ALG_ID alg, ALGORITHM_VECTOR *toTest);
CryptUtil_fp.h 96 TPM_ALG_ID scheme, // IN: the key exchange scheme
112 TPM_ALG_ID CryptGetContextAlg(void *state // IN: the context to check
114 LIB_EXPORT TPM_ALG_ID CryptGetHashAlgByIndex(UINT32 index // IN: the index
117 CryptGetHashDigestSize(TPM_ALG_ID hashAlg // IN: hash algorithm
149 TPM_ALG_ID hashAlg, // IN: hash algorithm for the KDF
157 CryptGetHashDigestSize(TPM_ALG_ID hashAlg // IN: hash algorithm
168 CryptHashBlock(TPM_ALG_ID algId, // IN: the hash algorithm to use
188 _cpri__KDFa(((TPM_ALG_ID)hashAlg), ((TPM2B *)key), ((const char *)label), \
205 _cpri__KDFa(((TPM_ALG_ID)hashAlg), ((TPM2B *)key), ((const char *)label), \
220 _cpri__KDFe(((TPM_ALG_ID)hashAlg), ((TPM2B *)Z), ((const char *)label),
    [all...]
Implementation.h 302 // From TCG Algorithm Registry: Table 2 - Definition of TPM_ALG_ID Constants
304 typedef UINT16 TPM_ALG_ID;
305 #define TPM_ALG_ERROR (TPM_ALG_ID)(0x0000)
308 #define TPM_ALG_RSA (TPM_ALG_ID)(0x0001)
312 #define TPM_ALG_SHA (TPM_ALG_ID)(0x0004)
316 #define TPM_ALG_SHA1 (TPM_ALG_ID)(0x0004)
320 #define TPM_ALG_HMAC (TPM_ALG_ID)(0x0005)
324 #define TPM_ALG_AES (TPM_ALG_ID)(0x0006)
328 #define TPM_ALG_MGF1 (TPM_ALG_ID)(0x0007)
332 #define TPM_ALG_KEYEDHASH (TPM_ALG_ID)(0x0008
    [all...]
CpriRNG_fp.h 16 TPM_ALG_ID hashAlg, // IN: used by KDF version but not here
Ticket_fp.h 27 TPM_ALG_ID hashAlg, // IN: the hash algorithm used to create 'digest'
CryptoEngine.h 58 const TPM_ALG_ID alg;
104 TPM_ALG_ID hashAlg;
113 TPM_ALG_ID hashAlg;
HMAC_Start.c 28 TPM_ALG_ID hashAlg;
OsslCryptoEngine.h 73 TPM_ALG_ID hashAlg;
AlgorithmCap.c 11 TPM_ALG_ID algID;
128 TPM_ALG_ID algID, // IN: the starting algorithm ID
CpriHash.c 34 TPM_ALG_ID hashAlg
106 TPM_ALG_ID algType, // IN: The hash algorithm selector
133 TPM_ALG_ID hashAlg
188 LIB_EXPORT TPM_ALG_ID
210 TPM_ALG_ID hashAlg // IN: hash algorithm to look up
223 TPM_ALG_ID hashAlg, // IN: the algorithm to look up
245 TPM_ALG_ID hashAlg // IN: hash algorithm to look up
256 LIB_EXPORT TPM_ALG_ID
300 TPM_ALG_ID hashAlg, // IN: hash algorithm
502 TPM_ALG_ID hashAlg, // IN: The hash algorith
    [all...]
  /system/tpm/trunks/
mock_tpm_utility.h 50 TPM_ALG_ID,
51 TPM_ALG_ID,
57 TPM_ALG_ID,
58 TPM_ALG_ID,
64 TPM_ALG_ID,
65 TPM_ALG_ID,
71 TPM_ALG_ID,
72 TPM_ALG_ID,
tpm_state.h 97 virtual bool GetAlgorithmProperties(TPM_ALG_ID algorithm,
tpm_utility_impl.h 61 TPM_ALG_ID scheme,
62 TPM_ALG_ID hash_alg,
67 TPM_ALG_ID scheme,
68 TPM_ALG_ID hash_alg,
73 TPM_ALG_ID scheme,
74 TPM_ALG_ID hash_alg,
79 TPM_ALG_ID scheme,
80 TPM_ALG_ID hash_alg,
183 TPMT_PUBLIC CreateDefaultPublicArea(TPM_ALG_ID key_alg);
tpm_state_impl.h 60 bool GetAlgorithmProperties(TPM_ALG_ID algorithm,
81 std::map<TPM_ALG_ID, TPMA_ALGORITHM> algorithm_properties_;
tpm_utility.h 108 TPM_ALG_ID scheme,
109 TPM_ALG_ID hash_alg,
120 TPM_ALG_ID scheme,
121 TPM_ALG_ID hash_alg,
134 TPM_ALG_ID scheme,
135 TPM_ALG_ID hash_alg,
148 TPM_ALG_ID scheme,
149 TPM_ALG_ID hash_alg,
mock_tpm_state.h 50 MOCK_METHOD2(GetAlgorithmProperties, bool(TPM_ALG_ID, TPMA_ALGORITHM*));
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 168 // Table 7 - TPM_ALG_ID Constants
169 typedef UINT16 TPM_ALG_ID;
173 #define TPM_ALG_ERROR (TPM_ALG_ID)(0x0000)
174 #define TPM_ALG_FIRST (TPM_ALG_ID)(0x0001)
175 //#define TPM_ALG_RSA (TPM_ALG_ID)(0x0001)
176 //#define TPM_ALG_SHA (TPM_ALG_ID)(0x0004)
177 #define TPM_ALG_SHA1 (TPM_ALG_ID)(0x0004)
178 //#define TPM_ALG_HMAC (TPM_ALG_ID)(0x0005)
179 #define TPM_ALG_AES (TPM_ALG_ID)(0x0006)
180 //#define TPM_ALG_MGF1 (TPM_ALG_ID)(0x0007)
    [all...]

Completed in 554 milliseconds

1 2 3