Searched refs:id_type (Results 1 – 18 of 18) sorted by relevance
| /kernel/linux/linux-5.10/scripts/ |
| D | extract-module-sig.pl | 59 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);
|
| D | sign-file.c | 65 uint8_t id_type; /* Key identifier type [PKEY_ID_PKCS7] */ member 218 struct module_signature sig_info = { .id_type = PKEY_ID_PKCS7 }; in main()
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
| D | pmem.c | 119 if (hp_elog->id_type != PSERIES_HP_ELOG_ID_DRC_INDEX) { in dlpar_hp_pmem() 121 hp_elog->id_type); in dlpar_hp_pmem()
|
| D | dlpar.c | 337 switch (hp_elog->id_type) { in handle_dlpar_errorlog() 453 hp_elog->id_type = PSERIES_HP_ELOG_ID_DRC_IC; in dlpar_parse_id_type() 479 hp_elog->id_type = PSERIES_HP_ELOG_ID_DRC_INDEX; in dlpar_parse_id_type() 493 hp_elog->id_type = PSERIES_HP_ELOG_ID_DRC_COUNT; in dlpar_parse_id_type()
|
| D | hotplug-cpu.c | 800 if (hp_elog->id_type == PSERIES_HP_ELOG_ID_DRC_COUNT) in dlpar_cpu() 802 else if (hp_elog->id_type == PSERIES_HP_ELOG_ID_DRC_INDEX) in dlpar_cpu() 808 if (hp_elog->id_type == PSERIES_HP_ELOG_ID_DRC_COUNT) in dlpar_cpu() 810 else if (hp_elog->id_type == PSERIES_HP_ELOG_ID_DRC_INDEX) in dlpar_cpu()
|
| D | hotplug-memory.c | 848 switch (hp_elog->id_type) { in dlpar_memory() 869 switch (hp_elog->id_type) { in dlpar_memory()
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | module_signature.h | 36 u8 id_type; /* Key identifier type [PKEY_ID_PKCS7] */ member
|
| /kernel/linux/linux-5.10/kernel/ |
| D | module_signature.c | 27 if (ms->id_type != PKEY_ID_PKCS7) { in mod_check_sig()
|
| /kernel/linux/linux-5.10/include/crypto/ |
| D | public_key.h | 30 const char *id_type; member
|
| /kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
| D | rtas-types.h | 114 u8 id_type; member
|
| /kernel/linux/linux-5.10/crypto/asymmetric_keys/ |
| D | pkcs8_parser.c | 145 pub->id_type = "PKCS8"; in pkcs8_key_preparse()
|
| D | x509_public_key.c | 179 cert->pub->id_type = "X509"; in x509_key_preparse()
|
| D | public_key.c | 37 seq_printf(m, "%s.%s", key->id_type, key->pkey_algo); in public_key_describe()
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/ |
| D | enetc_qos.c | 516 si_conf->id_type = 1; in enetc_streamid_hw_set() 539 si_conf->id_type = sid->filtertype; in enetc_streamid_hw_set() 556 if (si_conf->id_type == STREAMID_TYPE_NULL) { in enetc_streamid_hw_set() 562 } else if (si_conf->id_type == STREAMID_TYPE_SMAC) { in enetc_streamid_hw_set()
|
| D | enetc_hw.h | 741 u8 id_type; member
|
| /kernel/linux/linux-5.10/arch/s390/kernel/ |
| D | machine_kexec_file.c | 54 if (ms->id_type != PKEY_ID_PKCS7) in s390_verify_sig()
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
| D | 0036_linux_drivers_staging.patch | 19630 + enum usdpaa_id_type id_type; 19637 + .id_type = usdpaa_id_fqid, 19644 + .id_type = usdpaa_id_bpid, 19651 + .id_type = usdpaa_id_qpool, 19658 + .id_type = usdpaa_id_cgrid, 19664 + .id_type = usdpaa_id_ceetm0_lfqid, 19670 + .id_type = usdpaa_id_ceetm0_channelid, 19676 + .id_type = usdpaa_id_ceetm1_lfqid, 19682 + .id_type = usdpaa_id_ceetm1_channelid, 19689 + .id_type = usdpaa_id_max [all …]
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
| D | 0005_linux_include.patch | 8463 + enum usdpaa_id_type id_type; /* what kind of resource(s) to allocate */ 8470 + enum usdpaa_id_type id_type; 8475 + enum usdpaa_id_type id_type;
|