HomeSort by relevance Sort by last modified time
    Searched defs:Nonce (Results 1 - 18 of 18) sorted by null

  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/
polochallengeresponse.h 27 typedef std::vector<uint8_t> Alpha, Gamma, Nonce;
40 // Computes the alpha value based on the given nonce.
41 virtual Alpha* GetAlpha(const Nonce& nonce) const;
43 // Computes the gamma value based on the given nonce.
44 virtual Gamma* GetGamma(const Nonce& nonce) const;
46 // Extracts the nonce from the given gamma value.
47 virtual Nonce* ExtractNonce(const Gamma& gamma) const;
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IkeCommon.c 91 Generate the random data for Nonce payload.
103 UINT8 *Nonce;
106 Nonce = AllocateZeroPool (NonceSize);
107 if (Nonce == NULL) {
111 Status = IpSecCryptoIoGenerateRandomBytes (Nonce, NonceSize);
113 FreePool (Nonce);
116 return Nonce;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PassManagerInternal.h 127 template <typename T> struct Nonce { typedef EnabledType Type; };
129 static typename Nonce<decltype(std::declval<T>().invalidate(
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
PassManagerInternal.h 126 template <typename T> struct Nonce { using Type = EnabledType; };
128 static typename Nonce<decltype(std::declval<T>().invalidate(
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
PassManagerInternal.h 126 template <typename T> struct Nonce { using Type = EnabledType; };
128 static typename Nonce<decltype(std::declval<T>().invalidate(
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
PassManagerInternal.h 126 template <typename T> struct Nonce { using Type = EnabledType; };
128 static typename Nonce<decltype(std::declval<T>().invalidate(
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
PassManagerInternal.h 126 template <typename T> struct Nonce { using Type = EnabledType; };
128 static typename Nonce<decltype(std::declval<T>().invalidate(
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
PassManagerInternal.h 126 template <typename T> struct Nonce { using Type = EnabledType; };
128 static typename Nonce<decltype(std::declval<T>().invalidate(
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
PassManagerInternal.h 126 template <typename T> struct Nonce { using Type = EnabledType; };
128 static typename Nonce<decltype(std::declval<T>().invalidate(
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PassManagerInternal.h 127 template <typename T> struct Nonce { typedef EnabledType Type; };
129 static typename Nonce<decltype(std::declval<T>().invalidate(
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
PassManagerInternal.h 126 template <typename T> struct Nonce { using Type = EnabledType; };
128 static typename Nonce<decltype(std::declval<T>().invalidate(
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
PassManagerInternal.h 126 template <typename T> struct Nonce { using Type = EnabledType; };
128 static typename Nonce<decltype(std::declval<T>().invalidate(
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
PassManagerInternal.h 126 template <typename T> struct Nonce { using Type = EnabledType; };
128 static typename Nonce<decltype(std::declval<T>().invalidate(
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
PassManagerInternal.h 126 template <typename T> struct Nonce { using Type = EnabledType; };
128 static typename Nonce<decltype(std::declval<T>().invalidate(
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
PassManagerInternal.h 126 template <typename T> struct Nonce { using Type = EnabledType; };
128 static typename Nonce<decltype(std::declval<T>().invalidate(
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
PassManagerInternal.h 126 template <typename T> struct Nonce { using Type = EnabledType; };
128 static typename Nonce<decltype(std::declval<T>().invalidate(
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
Payload.c 90 Generate a Nonce payload containing the input parameter NonceBuf.
92 @param[in] NonceBuf The nonce buffer contains the whole Nonce payload block
96 of Nonce Payload header.
98 @retval Pointer to Nonce IKE paload.
109 IKEV2_NONCE *Nonce;
119 // ~ Nonce Data ~
126 Nonce = AllocateZeroPool (Size);
127 if (Nonce == NULL) {
131 CopyMem (Nonce + 1, NonceBlock, Size - sizeof (IKEV2_NONCE));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincrypt.h     [all...]

Completed in 480 milliseconds