Home
last modified time | relevance | path

Searched defs:verify (Results 1 – 12 of 12) sorted by relevance

/system/incremental_delivery/incfs/util/
Dmap_ptr.cpp65 bool verify) { in Create()
71 const char* file_name, bool verify) { in CreateForceVerification()
140 bool verify) { in Create()
/system/core/gatekeeperd/binder/android/service/gatekeeper/
DIGateKeeperService.aidl53 …GateKeeperResponse verify(int userId, in byte[] enrolledPasswordHandle, in byte[] providedPassword… in verify() method
/system/teeui/libteeui/include/teeui/
Dutf8range.h106 bool verify() { in verify() function
/system/core/trusty/gatekeeper/
Dtrusty_gatekeeper.cpp99 Return<void> TrustyGateKeeperDevice::verify( in verify() function in gatekeeper::TrustyGateKeeperDevice
/system/security/keystore2/src/km_compat/
Dcertificate_test.cpp81 static void verify(const Certificate& certificate) { in verify() function
/system/security/ondevice-signing/
DKeystoreHmacKey.cpp232 Result<void> KeystoreHmacKey::verify(const std::string& message, in verify() function in KeystoreHmacKey
/system/extras/verity/
DBootSignature.java180 public boolean verify(byte[] image) throws Exception { in verify() method in BootSignature
DUtils.java259 static boolean verify(PublicKey key, byte[] input, byte[] signature, in verify() method in Utils
/system/core/gatekeeperd/
Dgatekeeperd.cpp243 Status verify(int32_t userId, const ::std::vector<uint8_t>& enrolledPasswordHandle, in verify() function in android::GateKeeperProxy
/system/media/audio_utils/tests/
Dstatistics_tests.cpp126 static void verify(const T &stat, const S &refstat) { in verify() function
/system/security/diced/open_dice_cbor/
Dlib.rs610 fn verify( in verify() method
/system/apex/apexd/
Dapexd.cpp3967 if (auto verify = VerifyPackageNonStagedInstall(*temp_apex); !verify.ok()) { in InstallPackage() local