Home
last modified time | relevance | path

Searched defs:verify (Results 1 – 16 of 16) 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/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/
Dcrypto_non_encryption.cc41 bool CryptoNonEncryption::verify(const ByteArray & /*input*/, in verify() function in nearby::CryptoNonEncryption
Dpresence_crypto_identity_v1.cc58 bool PresenceCryptoIdentityV1Impl::verify(const ByteArray &input, in verify() function in nearby::PresenceCryptoIdentityV1Impl
Dpresence_crypto_v1.cc57 bool PresenceCryptoV1Impl::verify(const ByteArray &input, const ByteArray &key, in verify() function in nearby::PresenceCryptoV1Impl
Dpresence_crypto_mic.cc71 bool PresenceCryptoMicImpl::verify(const ByteArray &metadataKey, in verify() function in nearby::PresenceCryptoMicImpl
/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/security/keystore2/src/km_compat/
Dcertificate_test.cpp81 static void verify(const Certificate& certificate) { in verify() function
/system/core/trusty/gatekeeper/
Dtrusty_gatekeeper.cpp114 ::ndk::ScopedAStatus TrustyGateKeeperDevice::verify( in verify() function in aidl::android::hardware::gatekeeper::TrustyGateKeeperDevice
/system/security/ondevice-signing/
DKeystoreHmacKey.cpp232 Result<void> KeystoreHmacKey::verify(const std::string& message, in verify() function in KeystoreHmacKey
/system/security/mls/mls-rs-crypto-boringssl/src/
Deddsa.rs134 pub fn verify( in verify() method
Dlib.rs343 async fn verify( in verify() function
/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.cpp286 Status GateKeeperProxy::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