Lines Matching defs:spdk_key
12 struct spdk_key {
18 TAILQ_ENTRY(spdk_key) tailq;
24 TAILQ_HEAD(, spdk_key) keys;
25 TAILQ_HEAD(, spdk_key) removed_keys;
48 static struct spdk_key *
51 struct spdk_key *key;
64 keyring_free_key(struct spdk_key *key)
73 keyring_put_key(struct spdk_key *key)
92 struct spdk_key *key = NULL;
143 keyring_remove_key(struct spdk_key *key)
156 struct spdk_key *key;
179 static struct spdk_key *
183 struct spdk_key *key = NULL;
214 struct spdk_key *
217 struct spdk_key *key;
236 spdk_keyring_put_key(struct spdk_key *key)
252 struct spdk_key *
253 spdk_key_dup(struct spdk_key *key)
263 spdk_key_get_name(struct spdk_key *key)
269 spdk_key_get_key(struct spdk_key *key, void *buf, int len)
281 spdk_key_get_ctx(struct spdk_key *key)
288 spdk_key_get_module(struct spdk_key *key)
307 void *ctx, void (*fn)(void *ctx, struct spdk_key *key), uint32_t flags)
309 struct spdk_key *key, *tmp;
332 keyring_dump_key_info(struct spdk_key *key, struct spdk_json_write_ctx *w)
413 struct spdk_key *key;