Searched refs:KDFa (Results 1 – 10 of 10) sorted by relevance
/external/tpm2/ |
D | Context_spt.c | 52 KDFa(CONTEXT_INTEGRITY_HASH_ALG, &proof->b, "CONTEXT", &sequence2B.b, in ComputeContextProtectionKey()
|
D | Attest_spt.c | 84 KDFa(hashAlg, &gp.shProof.b, "OBFUSCATE", in FillInAttestInfo()
|
D | CryptUtil_fp.h | 358 void KDFa(TPM_ALG_ID hash, // IN: hash algorithm used in HMAC
|
D | Object_spt.c | 137 KDFa(hashAlg, (TPM2B *)seed, "STORAGE", (TPM2B *)name, NULL, in ComputeProtectionKeyParms() 175 KDFa(hashAlg, (TPM2B *)seed, "INTEGRITY", NULL, NULL, in ComputeOuterIntegrity()
|
D | Session.c | 392 KDFa(session->authHashAlg, &key.b, "ATH", &session->nonceTPM.b, in SessionCreate()
|
D | CryptUtil.c | 749 KDFa( in KDFa() function
|
D | part4.txt | 656 …10.2.4.25 KDFa() .............................................................................… 6131 67 KDFa(hashAlg, &gp.shProof.b, "OBFUSCATE", 6309 41 // KDFa to generate symmetric key and IV value 6310 42 KDFa(CONTEXT_INTEGRITY_HASH_ALG, &proof->b, "CONTEXT", &sequence2B.b, 6816 67 TPM_ALG_ID hashAlg, // IN: hash algorithm for KDFa 6856 102 // KDFa to generate symmetric key and IV value 6857 103 KDFa(hashAlg, (TPM2B *)seed, "STORAGE", (TPM2B *)name, NULL, 6899 136 // KDFa to generate HMAC key 6900 137 KDFa(hashAlg, (TPM2B *)seed, "INTEGRITY", NULL, NULL, 14563 291 // sessionKey = KDFa(hash, (authValue || seed), "ATH", nonceTPM, [all …]
|
D | part3.txt | 2651 TPM2_Create() and with values from KDFa() if the command is TPM2_CreatePrimary(). The parameters 7266 obfuscation ≔ KDFa(signHandle→nameAlg, shProof, “OBFUSCATE”, signHandle→QN, 0, 128) (3)
|
/external/tpm2/generator/ |
D | raw_commands_fixed.txt | 4201 TPM2_Create() and with values from KDFa() if the command is TPM2_CreatePrimary(). The parameters 12787 obfuscation ≔ KDFa(signHandle→nameAlg, shProof, “OBFUSCATE”, signHandle→QN, 0, 128) (3)
|
D | raw_commands.txt | 4199 TPM2_Create() and with values from KDFa() if the command is TPM2_CreatePrimary(). The parameters 12776 obfuscation ≔ KDFa(signHandle→nameAlg, shProof, “OBFUSCATE”, signHandle→QN, 0, 128) (3)
|