Searched refs:nonce (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/ |
D | Tpm2Help.c | 110 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/ |
D | urllib2.py | 971 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/ |
D | test_urllib2_localnet.py | 91 nonce = hashlib.md5(str(self._request_num)).hexdigest() 92 self._nonces.append(nonce) 93 return nonce
|
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
D | Tpm20.h | 1232 TPM2B_NONCE nonce; member 1239 TPM2B_NONCE nonce; member
|
D | Tpm12.h | 478 UINT8 nonce[20]; member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/ |
D | Tpm12.h | 336 UINT8 nonce[20]; member
|