Searched refs:key_construction (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/linux/ |
D | key-type.h | 24 struct key_construction { struct 50 typedef int (*request_key_actor_t)(struct key_construction *key, 179 extern void complete_request_key(struct key_construction *cons, int error);
|
/Linux-v4.19/fs/nfs/ |
D | nfs4idmap.c | 62 struct key_construction *key_cons; 387 static int nfs_idmap_legacy_upcall(struct key_construction *, const char *, void *); 552 struct key_construction *cons = idmap->idmap_upcall_data->key_cons; in nfs_idmap_complete_pipe_upcall_locked() 566 static int nfs_idmap_legacy_upcall(struct key_construction *cons, in nfs_idmap_legacy_upcall() 656 struct key_construction *cons; in idmap_pipe_downcall()
|
/Linux-v4.19/security/keys/ |
D | request_key.c | 33 void complete_request_key(struct key_construction *cons, int error) in complete_request_key() 94 static int call_sbin_request_key(struct key_construction *cons, in call_sbin_request_key() 208 struct key_construction *cons; in construct_key()
|
/Linux-v4.19/Documentation/security/keys/ |
D | core.rst | 1438 * ``int (*request_key)(struct key_construction *cons, const char *op, void *aux);`` 1454 void complete_request_key(struct key_construction *cons, int error); 1466 key_construction struct pointed to by cons:
|