Home
last modified time | relevance | path

Searched refs:verify (Results 1 – 17 of 17) sorted by relevance

/hardware/interfaces/gatekeeper/1.0/
DIGatekeeper.hal27 * currentPassword. Valid currentPassword must verify() against
37 * it MUST verify against current_password_handle if the latter is not-empty
46 * verify. On error, this buffer must be empty.
74 * user wishes to verify against. Must be non-empty.
89 verify(uint32_t uid, uint64_t challenge,
/hardware/interfaces/gatekeeper/1.0/default/
DGatekeeper.cpp85 Return<void> Gatekeeper::verify(uint32_t uid, in verify() function in android::hardware::gatekeeper::V1_0::implementation::Gatekeeper
96 int ret = device->verify(device, uid, challenge, in verify()
DGatekeeper.h52 Return<void> verify(uint32_t uid,
/hardware/libhardware/include/hardware/
Dgatekeeper.h141 int (*verify)(const struct gatekeeper_device *dev, uint32_t uid, uint64_t challenge, member
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
Diio_utils.h435 inline int _write_sysfs_int(char *filename, char *basedir, int val, int verify) in _write_sysfs_int() argument
457 if (verify) { in _write_sysfs_int()
490 int _write_sysfs_string(char *filename, char *basedir, char *val, int verify) in _write_sysfs_string() argument
510 if (verify) { in _write_sysfs_string()
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
Diio_utils.h435 inline int _write_sysfs_int(char *filename, char *basedir, int val, int verify) in _write_sysfs_int() argument
457 if (verify) { in _write_sysfs_int()
490 int _write_sysfs_string(char *filename, char *basedir, char *val, int verify) in _write_sysfs_string() argument
510 if (verify) { in _write_sysfs_string()
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
Diio_utils.h434 inline int _write_sysfs_int(char *filename, char *basedir, int val, int verify) in _write_sysfs_int() argument
455 if (verify) { in _write_sysfs_int()
517 int _write_sysfs_string(char *filename, char *basedir, char *val, int verify) in _write_sysfs_string() argument
535 if (verify) { in _write_sysfs_string()
/hardware/interfaces/broadcastradio/1.1/
Dtypes.hal68 * field. They MUST verify vendor/product name from Properties struct
DITuner.hal65 * Client application MUST verify vendor/product name
/hardware/intel/common/libva/test/basic/
Dtestplan.txt57 Then map the buffer and verify the contents of the buffer.
/hardware/interfaces/drm/1.0/default/
DDrmPlugin.cpp298 Return<void> DrmPlugin::verify(const hidl_vec<uint8_t>& sessionId, in verify() function in android::hardware::drm::V1_0::implementation::DrmPlugin
303 status_t status = mLegacyPlugin->verify(toVector(sessionId), in verify()
DDrmPlugin.h121 Return<void> verify(const hidl_vec<uint8_t>& sessionId,
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu.c1551 dhd_load_file_bytes(void *dhd, cmd_t *cmd, FILE *fp, int fsize, int start, uint blk_sz, bool verify) in dhd_load_file_bytes() argument
1604 if (verify == TRUE) { in dhd_load_file_bytes()
1705 bool verify = FALSE; in dhd_download()
1770 verify = TRUE; in dhd_download()
1878 if ((ret = dhd_load_file_bytes(dhd, cmd, fp, fsize, start, memblock_sz, verify))) { in dhd_download()
/hardware/interfaces/drm/1.0/
DIDrmPlugin.hal364 * encrypt, decrypt, sign verify operations on operator-provided
461 * @param signature the signature to verify
465 * if the HAL is in a state where the verify operation cannot be
470 verify(SessionId sessionId, vec<uint8_t> keyId, vec<uint8_t> message,
/hardware/interfaces/gatekeeper/1.0/vts/functional/
DVtsHalGatekeeperV1_0TargetTest.cpp99 auto ret = gatekeeper_->verify( in doVerify()
/hardware/interfaces/drm/1.0/vts/functional/
Ddrm_hal_clearkey_test.cpp808 auto res = drmPlugin->verify( in TEST_F()
Ddrm_hal_vendor_test.cpp958 auto res = drmPlugin->verify( in TEST_P()