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

  /external/v8/tools/testrunner/server/
signatures.py 50 def VerifySignature(filename, file_contents, signature, pubkeyfile):
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Pkcs7Verify.h 216 EFI_PKCS7_VERIFY_SIGNATURE VerifySignature;
  /system/update_engine/payload_consumer/
payload_verifier.cc 87 bool PayloadVerifier::VerifySignature(const brillo::Blob& signature_blob,
  /device/linaro/bootloader/edk2/SecurityPkg/Pkcs7Verify/Pkcs7VerifyDxe/
Pkcs7VerifyDxe.c     [all...]
  /external/libbrillo/policy/
device_policy_impl.cc 40 bool VerifySignature(const std::string& signed_data,
455 if (!VerifySignature(policy_data, policy_data_signature, public_key)) {
  /system/core/trusty/keymaster/
trusty_keymaster_device_test.cpp 492 static void VerifySignature(const uint8_t* key, size_t key_len, const uint8_t* signature,
530 VerifySignature(exported, exported_size, signature, siglen, message.get(), message_len);
558 VerifySignature(exported, exported_size, signature, siglen, message, array_size(message) - 1);
  /system/tpm/attestation/client/
main.cc 244 &ClientLoop::VerifySignature, weak_factory_.GetWeakPtr(),
433 void VerifySignature(const std::string& label,
449 if (crypto.VerifySignature(key_info.public_key(), input, signature)) {
  /system/tpm/attestation/common/
crypto_utility_impl.cc 292 bool CryptoUtilityImpl::VerifySignature(const std::string& public_key,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntsecpkg.h     [all...]
sspi.h 714 KSECDDDECLSPEC SECURITY_STATUS WINAPI VerifySignature(PCtxtHandle phContext,PSecBufferDesc pMessage,unsigned __LONG32 MessageSeqNo,unsigned __LONG32 *pfQOP);
    [all...]
  /system/tpm/trunks/
tpm_generated.cc     [all...]

Completed in 872 milliseconds