Home
last modified time | relevance | path

Searched refs:id_type (Results 1 – 15 of 15) sorted by relevance

/linux/scripts/
H A Dextract-module-sig.pl59 my ($algo, $hash, $id_type, $name_len, $kid_len, $sig_len) = @info;
61 if ($id_type == 0) {
63 } elsif ($id_type == 1) {
65 } elsif ($id_type == 2) {
68 print STDERR "Found unsupported identifier type $id_type\n";
125 if ($id_type == 2);
131 if ($id_type == 2);
H A Dsign-file.c68 uint8_t id_type; /* Key identifier type [PKEY_ID_PKCS7] */ member
222 struct module_signature sig_info = { .id_type = PKEY_ID_PKCS7 }; in main()
/linux/arch/powerpc/platforms/pseries/
H A Dpmem.c118 if (hp_elog->id_type != PSERIES_HP_ELOG_ID_DRC_INDEX) { in dlpar_hp_pmem()
120 hp_elog->id_type); in dlpar_hp_pmem()
H A Ddlpar.c516 if (phpe->id_type != PSERIES_HP_ELOG_ID_DRC_INDEX) in dlpar_hp_dt()
650 hp_elog->id_type = PSERIES_HP_ELOG_ID_DRC_IC; in dlpar_parse_id_type()
676 hp_elog->id_type = PSERIES_HP_ELOG_ID_DRC_INDEX; in dlpar_parse_id_type()
690 hp_elog->id_type = PSERIES_HP_ELOG_ID_DRC_COUNT; in dlpar_parse_id_type()
H A Dhotplug-cpu.c769 if (hp_elog->id_type == PSERIES_HP_ELOG_ID_DRC_INDEX) { in dlpar_cpu()
783 if (hp_elog->id_type == PSERIES_HP_ELOG_ID_DRC_INDEX) in dlpar_cpu()
H A Dhotplug-memory.c818 switch (hp_elog->id_type) { in dlpar_memory()
839 switch (hp_elog->id_type) { in dlpar_memory()
/linux/include/linux/
H A Dmodule_signature.h36 u8 id_type; /* Key identifier type [PKEY_ID_PKCS7] */ member
H A Dblkdev.h1539 enum blk_unique_id id_type);
/linux/kernel/
H A Dmodule_signature.c27 if (ms->id_type != PKEY_ID_PKCS7) { in mod_check_sig()
/linux/arch/powerpc/include/asm/
H A Drtas-types.h104 u8 id_type; member
/linux/crypto/asymmetric_keys/
H A Dpkcs8_parser.c145 pub->id_type = "PKCS8"; in pkcs8_key_preparse()
H A Dx509_public_key.c166 cert->pub->id_type = "X509"; in x509_key_preparse()
/linux/arch/s390/kernel/
H A Dmachine_kexec_file.c56 if (ms->id_type != PKEY_ID_PKCS7) in s390_verify_sig()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dverify_pkcs7_sig.c52 __u8 id_type; /* Key identifier type [PKEY_ID_PKCS7] */ member
/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_hw.h804 u8 id_type; member