/device/linaro/bootloader/arm-trusted-firmware/common/ |
D | auth.c | 42 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/ |
D | fstab.dragon | 6 /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
|
D | fstab.dragon.nocrypt | 6 /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/ |
D | DxeImageVerificationLib.uni | 4 // 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…
|
D | DxeImageVerificationLib.inf | 4 # This library hooks LoadImage() API to verify every image by the verification policy.
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/PlatformSecureLibNull/ |
D | PlatformSecureLibNull.uni | 5 // 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…
|
D | PlatformSecureLibNull.inf | 5 # user exists but returns TRUE directly. This instance can be used to verify security
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/ |
D | BaseCryptLibRuntimeCryptProtocol.uni | 7 // 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-…
|
D | BaseCryptLibRuntimeCryptProtocol.inf | 6 # AES/TDES/ARC4 functions, RSA external functions, PKCS#7 SignedData sign/verify
|
/device/linaro/bootloader/arm-trusted-firmware/include/common/ |
D | auth.h | 78 int (*verify)(unsigned int obj_id, uintptr_t obj_buf, size_t len); member
|
/device/google/contexthub/util/nanoapp_sign/ |
D | nanoapp_sign.c | 434 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/ |
D | charger.fstab.qcom | 9 …system /system ext4 ro,barrier=1,discard wait,verify
|
D | fstab.common | 9 …c/by-name/system / ext4 ro,barrier=1 wait,slotselect,verify
|
D | fstab.aosp_svelte | 9 …ystem / squashfs ro,barrier=1 wait,slotselect,verify
|
/device/google/contexthub/util/nanoapp_encr/ |
D | nanoapp_encr.c | 224 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/ |
D | fstab.angler | 6 … 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…
|
D | fstab.aosp_angler | 6 … ro,barrier=1,inode_readahead_blks=8 wait,verify=/dev/block/platfor…
|
/device/linaro/bootloader/edk2/SecurityPkg/Pkcs7Verify/Pkcs7VerifyDxe/ |
D | Pkcs7VerifyDxe.uni | 6 // Verification Protocol which is used to verify data signed using PKCS#7
|
D | Pkcs7VerifyDxe.inf | 6 # UEFI PKCS7 Verification Protocol which is used to verify data signed using PKCS7
|
/device/linaro/bootloader/edk2/OvmfPkg/SmmAccess/ |
D | SmmAccessPei.inf | 5 # - verify & configure the Q35 TSEG in the entry point,
|
/device/lge/bullhead/ |
D | fstab.bullhead | 6 … 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…
|
D | fstab_fbe.bullhead | 6 … ro,barrier=1 wait,verify=/dev/block/platfor… 7 … ro,barrier=1 wait,verify=/dev/block/platfor…
|
D | fstab.aosp_bullhead | 6 … ro,barrier=1,inode_readahead_blks=8 wait,verify=/dev/block/platfor…
|
/device/linaro/hikey/uefi-tools/ |
D | uefi-build.sh | 308 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/ |
D | smtplib.py | 498 def verify(self, address): member in SMTP 503 vrfy = verify
|