Searched refs:id_0 (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/crypto/asymmetric_keys/ |
H A D | asymmetric_type.c | 37 * @id_0: The first ID to look for or NULL. 38 * @id_1: The second ID to look for or NULL, matched together with @id_0 42 * @partial: Use partial match for @id_0 and @id_1 if true, exact if false. 45 * the id_0 and the fallback identifier is the id_1. If both are given, the 52 const struct asymmetric_key_id *id_0, in find_asymmetric_key() 63 WARN_ON(!id_0 && !id_1 && !id_2); in find_asymmetric_key() 65 if (id_0) { in find_asymmetric_key() 66 lookup = id_0->data; in find_asymmetric_key() 67 len = id_0->len; in find_asymmetric_key() 81 if (!id_0 in find_asymmetric_key() 51 find_asymmetric_key(struct key *keyring, const struct asymmetric_key_id *id_0, const struct asymmetric_key_id *id_1, const struct asymmetric_key_id *id_2, bool partial) find_asymmetric_key() argument [all...] |
/kernel/linux/linux-5.10/crypto/asymmetric_keys/ |
H A D | asymmetric_type.c | 38 * @id_0: The first ID to look for or NULL. 43 * the id_0 and the fallback identifier is the id_1. If both are given, the 47 const struct asymmetric_key_id *id_0, in find_asymmetric_key() 57 BUG_ON(!id_0 && !id_1); in find_asymmetric_key() 59 if (id_0) { in find_asymmetric_key() 60 lookup = id_0->data; in find_asymmetric_key() 61 len = id_0->len; in find_asymmetric_key() 104 if (id_0 && id_1) { in find_asymmetric_key() 46 find_asymmetric_key(struct key *keyring, const struct asymmetric_key_id *id_0, const struct asymmetric_key_id *id_1, bool partial) find_asymmetric_key() argument
|
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | id.h | 11 u32 id_0; member
|
H A D | id.c | 123 odi->id_0 = read_tap_reg(OMAP_TAP_DIE_ID_44XX_0); in omap_get_die_id() 130 odi->id_0 = read_tap_reg(OMAP_TAP_DIE_ID_0); in omap_get_die_id() 164 pr_debug("OMAP_TAP_DIE_ID_0: 0x%08x\n", odi.id_0); in omap2xxx_check_revision()
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | id.h | 11 u32 id_0; member
|
H A D | id.c | 123 odi->id_0 = read_tap_reg(OMAP_TAP_DIE_ID_44XX_0); in omap_get_die_id() 130 odi->id_0 = read_tap_reg(OMAP_TAP_DIE_ID_0); in omap_get_die_id() 164 pr_debug("OMAP_TAP_DIE_ID_0: 0x%08x\n", odi.id_0); in omap2xxx_check_revision()
|
/kernel/linux/linux-5.10/include/keys/ |
H A D | asymmetric-type.h | 76 const struct asymmetric_key_id *id_0,
|
/kernel/linux/linux-6.6/include/keys/ |
H A D | asymmetric-type.h | 82 const struct asymmetric_key_id *id_0,
|
Completed in 5 milliseconds