| /linux/crypto/asymmetric_keys/ |
| H A D | pkcs7_trust.c | 40 if (x509->verified) in pkcs7_validate_trust_one() 41 goto verified; in pkcs7_validate_trust_one() 124 verified: in pkcs7_validate_trust_one() 126 x509->verified = true; in pkcs7_validate_trust_one() 128 p->verified = true; in pkcs7_validate_trust_one()
|
| /linux/fs/verity/ |
| H A D | verify.c | 84 * @hpage, has already been verified. 95 * to directly indicate whether the page's block has been verified. in is_hash_block_verified() 106 * to indicate whether each hash block has been verified. in is_hash_block_verified() 109 * re-instantiated from the backing storage are re-verified. To do in is_hash_block_verified() 123 * bitmap bit again at worst causes a hash block to be verified in is_hash_block_verified() 153 * only ascend the tree until an already-verified hash block is seen, and then 215 * the way until we find a hash block that has already been verified, or in verify_data_block() 289 * Mark the hash block as verified. This must be atomic and in verify_data_block() 290 * idempotent, as the same hash block might be verified by in verify_data_block()
|
| /linux/Documentation/firmware-guide/acpi/ |
| H A D | chromeos-acpi-device.rst | 40 - Chrome OS verified boot data 284 - Offset in CMOS bank 0 of the verified boot non-volatile storage block, counting from 290 - Size in bytes of the verified boot non-volatile storage block. 306 VDTA (Chrome OS verified boot data) 308 This control method returns the verified boot data block shared between the firmware 317 A buffer containing the verified boot data block.
|
| /linux/security/integrity/ima/ |
| H A D | Kconfig | 198 be signed and verified by a public key on the trusted IMA 201 Kernel image signatures can not be verified by the original 211 and verified by a public key on the trusted IMA keyring. 213 Kernel module signatures can only be verified by IMA-appraisal, 223 and verified by a key on the trusted IMA keyring.
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_stack_var_off.c | 40 * read would be rejected because the stack slot cannot be verified as in probe() 42 * stack slot still cannot be verified, but the write inhibits the in probe()
|
| /linux/tools/testing/selftests/rdma/ |
| H A D | rxe_ipv6.sh | 55 echo "Verified: Port $PORT is active." 65 echo "Verified: Port $PORT closed successfully."
|
| H A D | rxe_test_NETDEV_UNREGISTER.sh | 46 echo "Verified: RXE is listening on UDP $RDMA_PORT."
|
| /linux/Documentation/gpu/nova/core/ |
| H A D | falcon.rst | 34 the chip. The HS binary includes a signature in it which is verified at boot. 62 memory into the Falcon's IMEM/DMEM. Once the HS ucode is loaded, it is verified 65 Once the verified HS code is running on a Falcon, it can verify and load other 80 verified by the hardware and run, the CPU itself typically does not load
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-driver-chromeos-acpi | 132 Returns offset in CMOS bank 0 of the verified boot non-volatile 142 Return the size in bytes of the verified boot non-volatile 150 Returns the verified boot data block shared between the
|
| H A D | sysfs-class-chromeos-driver-cros-ec-vbc | 5 Read/write the verified boot context data included on a
|
| /linux/Documentation/admin-guide/sysctl/ |
| H A D | user.rst | 26 verified to be below the per user limit in that user namespace. 30 in (user namespaces can be nested) and verified to be below the per user
|
| /linux/drivers/gpu/drm/amd/display/dc/link/ |
| H A D | link_resource.c | 94 /* remove 128b/132b encoding capability by limiting verified link rate to HBR3 */ in link_restore_res_map() 108 /* remove 128b/132b encoding capability by limiting verified link rate to HBR3 */ in link_restore_res_map()
|
| /linux/drivers/comedi/drivers/ |
| H A D | ni_mio_cs.c | 58 .caldac = { mb88341 }, /* verified */ 72 .caldac = { ad8804_debug }, /* verified */
|
| /linux/Documentation/security/tpm/ |
| H A D | tpm-security.rst | 117 then be verified by certification in user-space. Therefore, this chain 170 certificate itself must be verified to chain back to the manufacturer 206 signature of the returned certifyInfo is verified against the public
|
| /linux/tools/testing/selftests/drivers/net/mlxsw/ |
| H A D | qos_dscp_bridge.sh | 7 # tag is verified at $h2. 11 # verified at $h1--it should match the original tag.
|
| H A D | qos_dscp_router.sh | 8 # forwarded by the switch. That is verified at $h2. ICMP responses are formed 10 # intact, which is verified at $h1.
|
| /linux/drivers/net/ethernet/mscc/ |
| H A D | ocelot_mm.c | 137 …"Unexpected P-frame received on port %d while verification was unsuccessful or not yet verified\n", in ocelot_mm_update_port_status() 145 …e transmitted on port %d while verification was unsuccessful or not yet verified, or MM_TX_ENA=0\n… in ocelot_mm_update_port_status()
|
| /linux/tools/memory-model/scripts/ |
| H A D | checktheselitmus.sh | 41 echo All litmus tests verified as was expected. 1>&2
|
| /linux/include/uapi/linux/ |
| H A D | tdx-guest.h | 25 * service, so the generated TDREPORT can be uniquely verified.
|
| /linux/Documentation/admin-guide/LSM/ |
| H A D | LoadPin.rst | 8 such as dm-verity or CDROM. This allows systems that have a verified
|
| /linux/fs/nilfs2/ |
| H A D | page.h | 29 BUFFER_FNS(NILFS_Checked, nilfs_checked) /* buffer is verified */
|
| /linux/tools/testing/selftests/net/tcp_ao/ |
| H A D | seq-ext.c | 167 synchronize_threads(); /* 6: verified => closed */ in server_fn() 244 synchronize_threads(); /* 6: verified => closed */ in client_fn()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | ohare.h | 38 #define OH_VIA_ENABLE 0x10000 /* Is apparently wrong, to be verified */
|
| /linux/drivers/gpu/nova-core/gsp/ |
| H A D | fw.rs | 563 // SAFETY: Opcode is verified to be `RegWrite`, so union contains valid `RegWritePayload`. 574 // SAFETY: Opcode is verified to be `RegModify`, so union contains valid `RegModifyPayload`. 585 // SAFETY: Opcode is verified to be `RegPoll`, so union contains valid `RegPollPayload`. 596 // SAFETY: Opcode is verified to be `DelayUs`, so union contains valid `DelayUsPayload`. 607 // SAFETY: Opcode is verified to be `RegStore`, so union contains valid `RegStorePayload`.
|
| /linux/tools/testing/selftests/powerpc/dscr/ |
| H A D | dscr_sysfs_test.c | 7 * well verified from their sysfs interfaces.
|