Lines Matching refs:TPM_ALG_ID
292 typedef UINT16 TPM_ALG_ID; typedef
293 #define TPM_ALG_ERROR (TPM_ALG_ID)(0x0000)
296 #define TPM_ALG_RSA (TPM_ALG_ID)(0x0001)
300 #define TPM_ALG_SHA (TPM_ALG_ID)(0x0004)
304 #define TPM_ALG_SHA1 (TPM_ALG_ID)(0x0004)
308 #define TPM_ALG_HMAC (TPM_ALG_ID)(0x0005)
312 #define TPM_ALG_AES (TPM_ALG_ID)(0x0006)
316 #define TPM_ALG_MGF1 (TPM_ALG_ID)(0x0007)
320 #define TPM_ALG_KEYEDHASH (TPM_ALG_ID)(0x0008)
324 #define TPM_ALG_XOR (TPM_ALG_ID)(0x000A)
329 #define TPM_ALG_SHA256 (TPM_ALG_ID)(0x000B)
333 #define TPM_ALG_SHA384 (TPM_ALG_ID)(0x000C)
337 #define TPM_ALG_SHA512 (TPM_ALG_ID)(0x000D)
340 #define TPM_ALG_NULL (TPM_ALG_ID)(0x0010)
343 #define TPM_ALG_SM3_256 (TPM_ALG_ID)(0x0012)
347 #define TPM_ALG_SM4 (TPM_ALG_ID)(0x0013)
351 #define TPM_ALG_RSASSA (TPM_ALG_ID)(0x0014)
355 #define TPM_ALG_RSAES (TPM_ALG_ID)(0x0015)
359 #define TPM_ALG_RSAPSS (TPM_ALG_ID)(0x0016)
363 #define TPM_ALG_OAEP (TPM_ALG_ID)(0x0017)
367 #define TPM_ALG_ECDSA (TPM_ALG_ID)(0x0018)
371 #define TPM_ALG_ECDH (TPM_ALG_ID)(0x0019)
375 #define TPM_ALG_ECDAA (TPM_ALG_ID)(0x001A)
379 #define TPM_ALG_SM2 (TPM_ALG_ID)(0x001B)
383 #define TPM_ALG_ECSCHNORR (TPM_ALG_ID)(0x001C)
387 #define TPM_ALG_ECMQV (TPM_ALG_ID)(0x001D)
391 #define TPM_ALG_KDF1_SP800_56A (TPM_ALG_ID)(0x0020)
395 #define TPM_ALG_KDF2 (TPM_ALG_ID)(0x0021)
399 #define TPM_ALG_KDF1_SP800_108 (TPM_ALG_ID)(0x0022)
403 #define TPM_ALG_ECC (TPM_ALG_ID)(0x0023)
407 #define TPM_ALG_SYMCIPHER (TPM_ALG_ID)(0x0025)
411 #define TPM_ALG_CAMELLIA (TPM_ALG_ID)(0x0026)
415 #define TPM_ALG_CTR (TPM_ALG_ID)(0x0040)
419 #define TPM_ALG_OFB (TPM_ALG_ID)(0x0041)
423 #define TPM_ALG_CBC (TPM_ALG_ID)(0x0042)
427 #define TPM_ALG_CFB (TPM_ALG_ID)(0x0043)
431 #define TPM_ALG_ECB (TPM_ALG_ID)(0x0044)
434 #define TPM_ALG_FIRST (TPM_ALG_ID)(0x0001)
436 #define TPM_ALG_LAST (TPM_ALG_ID)(0x0044)