Home
last modified time | relevance | path

Searched refs:VERIFY_USE_PLATFORM_KEYRING (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Dverification.h19 #define VERIFY_USE_PLATFORM_KEYRING ((struct key *)2UL) macro
23 if (id > (unsigned long)VERIFY_USE_PLATFORM_KEYRING) in system_keyring_id_check()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dverify_pkcs7_sig.c27 #define VERIFY_USE_PLATFORM_KEYRING (2UL) macro
387 skel->bss->system_keyring_id = VERIFY_USE_PLATFORM_KEYRING; in test_verify_pkcs7_sig()
/openbmc/linux/certs/
H A Dsystem_keyring.c347 } else if (trusted_keys == VERIFY_USE_PLATFORM_KEYRING) { in verify_pkcs7_message_sig()
/openbmc/linux/arch/s390/kernel/
H A Dmachine_kexec_file.c77 VERIFY_USE_PLATFORM_KEYRING, in s390_verify_sig()
/openbmc/linux/kernel/
H A Dkexec_file.c139 VERIFY_USE_PLATFORM_KEYRING, in kexec_kernel_verify_pe_sig()