Home
last modified time | relevance | path

Searched refs:nonceTpm (Results 1 – 4 of 4) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DCryptUtil_fp.h61 TPM2B *nonceTpm, // IN: nonce TPM
75 TPM2B *nonceTpm, // IN: nonce TPM
DSession_fp.h136 TPM2B_NONCE *nonceTpm // OUT: the session nonce
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DSession.c458 TPM2B_NONCE *nonceTpm // OUT: the session nonce in SessionCreate() argument
529 MemoryCopy2B(&nonceTpm->b, &session->nonceTPM.b, in SessionCreate()
530 sizeof(nonceTpm->t.buffer)); in SessionCreate()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptUtil.c223 TPM2B *nonceTpm, // IN: nonce TPM in ParmDecryptSym() argument
241 CryptKDFa(hash, key, CFB_KEY, nonceCaller, nonceTpm, in ParmDecryptSym()
272 TPM2B *nonceTpm, // IN: nonce TPM in ParmEncryptSym() argument
291 CryptKDFa(hash, key, CFB_KEY, nonceTpm, nonceCaller, in ParmEncryptSym()