Searched refs:type (Results 1 – 3 of 3) sorted by relevance
/certs/ |
D | system_keyring.c | 40 const struct key_type *type, in restrict_link_by_builtin_trusted() argument 44 return restrict_link_by_signature(dest_keyring, type, payload, in restrict_link_by_builtin_trusted() 59 const struct key_type *type, in restrict_link_by_builtin_and_secondary_trusted() argument 66 if (type == &key_type_keyring && in restrict_link_by_builtin_and_secondary_trusted() 72 return restrict_link_by_signature(dest_keyring, type, payload, in restrict_link_by_builtin_and_secondary_trusted()
|
D | blacklist.c | 116 int is_hash_blacklisted(const u8 *hash, size_t hash_len, const char *type) in is_hash_blacklisted() argument 119 size_t type_len = strlen(type); in is_hash_blacklisted() 126 p = memcpy(buffer, type, type_len); in is_hash_blacklisted()
|
D | Kconfig | 22 The type of module signing key type to generate. This option
|