Searched refs:nonceTpm (Results 1 – 4 of 4) sorted by relevance
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/ |
D | CryptUtil_fp.h | 61 TPM2B *nonceTpm, // IN: nonce TPM 75 TPM2B *nonceTpm, // IN: nonce TPM
|
D | Session_fp.h | 136 TPM2B_NONCE *nonceTpm // OUT: the session nonce
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/ |
D | Session.c | 458 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/ |
D | CryptUtil.c | 223 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()
|