Searched defs:index_key (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/security/keys/
H A Dpersistent.c78 struct keyring_index_key index_key; key_get_persistent() local
42 key_create_persistent(struct user_namespace *ns, kuid_t uid, struct keyring_index_key *index_key) key_create_persistent() argument
H A Dinternal.h111 struct keyring_index_key index_key; member in struct:keyring_search_context
H A Dkey.c781 struct keyring_index_key index_key = { key_create_or_update() local
H A Dkeyring.c171 static unsigned long hash_key_type_and_desc(const struct keyring_index_key *index_key) hash_key_type_and_desc() argument
232 const struct keyring_index_key *index_key = data; keyring_get_key_chunk() local
280 const struct keyring_index_key *index_key = data; keyring_compare_object() local
933 find_key_to_update(key_ref_t keyring_ref, const struct keyring_index_key *index_key) find_key_to_update() argument
/linux-4.4.14/include/linux/
H A Dassoc_array_priv.h72 unsigned long index_key[]; member in struct:assoc_array_shortcut
H A Dkey.h187 struct keyring_index_key index_key; member in union:key::__anon12498
/linux-4.4.14/lib/
H A Dassoc_array.c182 assoc_array_walk(const struct assoc_array *array, const struct assoc_array_ops *ops, const void *index_key, struct assoc_array_walk_result *result) assoc_array_walk() argument
319 assoc_array_find(const struct assoc_array *array, const struct assoc_array_ops *ops, const void *index_key) assoc_array_find() argument
491 assoc_array_insert_into_terminal_node(struct assoc_array_edit *edit, const struct assoc_array_ops *ops, const void *index_key, struct assoc_array_walk_result *result) assoc_array_insert_into_terminal_node() argument
996 assoc_array_insert(struct assoc_array *array, const struct assoc_array_ops *ops, const void *index_key, void *object) assoc_array_insert() argument
1111 assoc_array_delete(struct assoc_array *array, const struct assoc_array_ops *ops, const void *index_key) assoc_array_delete() argument

Completed in 312 milliseconds