Home
last modified time | relevance | path

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

12

/device/linaro/bootloader/arm-trusted-firmware/common/
Dauth.c42 assert(auth_mod.verify); in auth_init()
58 assert(auth_mod.verify); in auth_verify_obj()
60 return auth_mod.verify(obj_id, obj_buf, len); in auth_verify_obj()
/device/google/dragon/
Dfstab.dragon6 /dev/block/platform/700b0600.sdhci/by-name/APP /system ext4 ro,barrier=1 wait,verify
7 /dev/block/platform/700b0600.sdhci/by-name/VNR /vendor ext4 ro,barrier=1 wait,verify
Dfstab.dragon.nocrypt6 /dev/block/platform/700b0600.sdhci/by-name/APP /system ext4 ro,barrier=1 wait,verify
7 /dev/block/platform/700b0600.sdhci/by-name/VNR /vendor ext4 ro,barrier=1 wait,verify
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
DDxeImageVerificationLib.uni4 // This library hooks LoadImage() API to verify every image by the verification policy.
25 …CRIPTION #language en-US "This library hooks LoadImage() API to verify every image by the…
DDxeImageVerificationLib.inf4 # This library hooks LoadImage() API to verify every image by the verification policy.
/device/linaro/bootloader/edk2/SecurityPkg/Library/PlatformSecureLibNull/
DPlatformSecureLibNull.uni5 // user exists but returns TRUE directly. This instance can be used to verify security
23 …sent user exists but returns TRUE directly. This instance can be used to verify security related f…
DPlatformSecureLibNull.inf5 # user exists but returns TRUE directly. This instance can be used to verify security
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/
DBaseCryptLibRuntimeCryptProtocol.uni7 // AES/TDES/ARC4 functions, RSA external functions, PKCS#7 SignedData sign/verify
28 … AES/TDES/ARC4 functions, RSA external functions, PKCS#7 SignedData sign/verify functions, Diffie-…
DBaseCryptLibRuntimeCryptProtocol.inf6 # AES/TDES/ARC4 functions, RSA external functions, PKCS#7 SignedData sign/verify
/device/linaro/bootloader/arm-trusted-firmware/include/common/
Dauth.h78 int (*verify)(unsigned int obj_id, uintptr_t obj_buf, size_t len); member
/device/google/contexthub/util/nanoapp_sign/
Dnanoapp_sign.c434 bool verify = false; in main() local
454 verify = true; in main()
486 if (verify) in main()
499 if (verify && (!keyPubFile || keyPvtFile)) in main()
543 else if (verify) in main()
/device/google/marlin/
Dcharger.fstab.qcom9 …system /system ext4 ro,barrier=1,discard wait,verify
Dfstab.common9 …c/by-name/system / ext4 ro,barrier=1 wait,slotselect,verify
Dfstab.aosp_svelte9 …ystem / squashfs ro,barrier=1 wait,slotselect,verify
/device/google/contexthub/util/nanoapp_encr/
Dnanoapp_encr.c224 bool verify = memcmp(fileHash, calcHash, SHA2_HASH_SIZE) == 0; in handleDecrypt() local
225 fprintf(stderr, "hash verification: %s\n", verify ? "passed" : "failed"); in handleDecrypt()
226 if (!verify) in handleDecrypt()
/device/huawei/angler/
Dfstab.angler6 … ro,barrier=1,inode_readahead_blks=8 wait,verify=/dev/block/platfor…
7 … ro,barrier=1,inode_readahead_blks=8 wait,verify=/dev/block/platfor…
Dfstab.aosp_angler6 … ro,barrier=1,inode_readahead_blks=8 wait,verify=/dev/block/platfor…
/device/linaro/bootloader/edk2/SecurityPkg/Pkcs7Verify/Pkcs7VerifyDxe/
DPkcs7VerifyDxe.uni6 // Verification Protocol which is used to verify data signed using PKCS#7
DPkcs7VerifyDxe.inf6 # UEFI PKCS7 Verification Protocol which is used to verify data signed using PKCS7
/device/linaro/bootloader/edk2/OvmfPkg/SmmAccess/
DSmmAccessPei.inf5 # - verify & configure the Q35 TSEG in the entry point,
/device/lge/bullhead/
Dfstab.bullhead6 … ro,barrier=1,inode_readahead_blks=8 wait,verify=/dev/block/platfor…
7 … ro,barrier=1,inode_readahead_blks=8 wait,verify=/dev/block/platfor…
Dfstab_fbe.bullhead6 … ro,barrier=1 wait,verify=/dev/block/platfor…
7 … ro,barrier=1 wait,verify=/dev/block/platfor…
Dfstab.aosp_bullhead6 … ro,barrier=1,inode_readahead_blks=8 wait,verify=/dev/block/platfor…
/device/linaro/hikey/uefi-tools/
Duefi-build.sh308 if test -d .git && head=`git rev-parse --verify --short HEAD 2>/dev/null`; then
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsmtplib.py498 def verify(self, address): member in SMTP
503 vrfy = verify

12