OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KDFa
(Results
1 - 6
of
6
) sorted by null
/external/tpm2/
Context_spt.c
51
//
KDFa
to generate symmetric key and IV value
52
KDFa
(CONTEXT_INTEGRITY_HASH_ALG, &proof->b, "CONTEXT", &sequence2B.b,
Attest_spt.c
84
KDFa
(hashAlg, &gp.shProof.b, "OBFUSCATE",
CryptUtil_fp.h
179
// This function generates a key using the
KDFa
() formulation in Part 1 of the
182
// once to FALSE so that
KDFa
() will iterate as many times as necessary to
196
// This function generates a key using the
KDFa
() formulation in Part 1 of the
213
// This function generates a key using the
KDFa
() formulation in Part 1 of
358
void
KDFa
(TPM_ALG_ID hash, // IN: hash algorithm used in HMAC
Session.c
372
// sessionKey =
KDFa
(hash, (authValue || seed), "ATH", nonceTPM,
392
KDFa
(session->authHashAlg, &key.b, "ATH", &session->nonceTPM.b,
[
all
...]
Object_spt.c
104
TPM_ALG_ID hashAlg, // IN: hash algorithm for
KDFa
136
//
KDFa
to generate symmetric key and IV value
137
KDFa
(hashAlg, (TPM2B *)seed, "STORAGE", (TPM2B *)name, NULL,
174
//
KDFa
to generate HMAC key
175
KDFa
(hashAlg, (TPM2B *)seed, "INTEGRITY", NULL, NULL,
[
all
...]
CryptUtil.c
744
// 10.2.4.25
KDFa
()
749
KDFa
(
[
all
...]
Completed in 211 milliseconds