Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
DTpm2Help.c86 WriteUnaligned16 ((UINT16 *)Buffer, SwapBytes16 (AuthSessionIn->nonce.size)); in CopyAuthSessionCommand()
89 CopyMem (Buffer, AuthSessionIn->nonce.buffer, AuthSessionIn->nonce.size); in CopyAuthSessionCommand()
90 Buffer += AuthSessionIn->nonce.size; in CopyAuthSessionCommand()
148 AuthSessionOut->nonce.size = SwapBytes16 (ReadUnaligned16 ((UINT16 *)Buffer)); in CopyAuthSessionResponse()
151 CopyMem (AuthSessionOut->nonce.buffer, Buffer, AuthSessionOut->nonce.size); in CopyAuthSessionResponse()
152 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/google/dragon/recovery/updater/
Ddebug_ec.c574 uint32_t nonce = strtol(argv[4], &e, 0); in cmd_ec_echash() local
579 memcpy(p.nonce_data, &nonce, sizeof(nonce)); in cmd_ec_echash()
580 p.nonce_size = sizeof(nonce); in cmd_ec_echash()
/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