Searched refs:nonce_caller (Results 1 – 5 of 5) sorted by relevance
/system/tpm/trunks/ |
D | session_manager_impl.cc | 108 TPM2B_NONCE nonce_caller; in StartSession() local 112 nonce_caller.size = SHA1_DIGEST_SIZE; in StartSession() 113 CHECK_EQ(RAND_bytes(nonce_caller.buffer, nonce_caller.size), 1) in StartSession() 124 nonce_caller, in StartSession() 140 nonce_caller, in StartSession()
|
D | mock_tpm.cc | 41 const TPM2B_NONCE& nonce_caller, in StartAuthSession() argument 48 StartAuthSessionShort(tpm_key, bind, nonce_caller, encrypted_salt, in StartAuthSession() 58 const TPM2B_NONCE& nonce_caller, in StartAuthSessionSync() argument 66 return StartAuthSessionSyncShort(tpm_key, bind, nonce_caller, in StartAuthSessionSync()
|
D | mock_tpm.h | 75 const TPM2B_NONCE& nonce_caller, 85 const TPM2B_NONCE& nonce_caller, 98 const TPM2B_NONCE& nonce_caller, 109 const TPM2B_NONCE& nonce_caller,
|
D | tpm_generated.h | 3831 const TPM2B_NONCE& nonce_caller, 3848 const TPM2B_NONCE& nonce_caller, 3860 const TPM2B_NONCE& nonce_caller,
|
D | tpm_generated.cc | 10643 const TPM2B_NONCE& nonce_caller, in SerializeCommand_StartAuthSession() argument 10682 nonce_caller, in SerializeCommand_StartAuthSession() 10961 const TPM2B_NONCE& nonce_caller, in StartAuthSession() argument 10981 nonce_caller, in StartAuthSession() 11000 const TPM2B_NONCE& nonce_caller, in StartAuthSessionSync() argument 11015 nonce_caller, in StartAuthSessionSync()
|