Home
last modified time | relevance | path

Searched refs:nonce (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
DTpm2Help.c110 WriteUnaligned16 ((UINT16 *)Buffer, SwapBytes16 (AuthSessionIn->nonce.size)); in CopyAuthSessionCommand()
113 CopyMem (Buffer, AuthSessionIn->nonce.buffer, AuthSessionIn->nonce.size); in CopyAuthSessionCommand()
114 Buffer += AuthSessionIn->nonce.size; in CopyAuthSessionCommand()
172 AuthSessionOut->nonce.size = SwapBytes16 (ReadUnaligned16 ((UINT16 *)Buffer)); in CopyAuthSessionResponse()
175 CopyMem (AuthSessionOut->nonce.buffer, Buffer, AuthSessionOut->nonce.size); in CopyAuthSessionResponse()
176 Buffer += AuthSessionOut->nonce.size; in CopyAuthSessionResponse()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Durllib2.py971 def get_cnonce(self, nonce): argument
977 dig = hashlib.sha1("%s:%s:%s:%s" % (self.nonce_count, nonce, time.ctime(),
984 nonce = chal['nonce']
1012 if nonce == self.last_nonce:
1016 self.last_nonce = nonce
1019 cnonce = self.get_cnonce(nonce)
1020 noncebit = "%s:%s:%s:%s:%s" % (nonce, ncvalue, cnonce, qop, H(A2))
1023 respdig = KD(H(A1), "%s:%s" % (nonce, H(A2)))
1031 'response="%s"' % (user, realm, nonce, req.get_selector(),
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_urllib2_localnet.py91 nonce = hashlib.md5(str(self._request_num)).hexdigest()
92 self._nonces.append(nonce)
93 return nonce
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DTpm20.h1232 TPM2B_NONCE nonce; member
1239 TPM2B_NONCE nonce; member
DTpm12.h478 UINT8 nonce[20]; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
DTpm12.h336 UINT8 nonce[20]; member