Searched refs:vbdev_crypto_opts (Results 1 – 4 of 4) sorted by relevance
23 struct vbdev_crypto_opts { struct38 int create_crypto_disk(struct vbdev_crypto_opts *opts); argument55 void free_crypto_opts(struct vbdev_crypto_opts *opts);
53 static struct vbdev_crypto_opts *57 struct vbdev_crypto_opts *opts = calloc(1, sizeof(*opts)); in create_crypto_opts()88 struct vbdev_crypto_opts *crypto_opts = NULL; in rpc_bdev_crypto_create()
19 struct vbdev_crypto_opts *opts;30 struct vbdev_crypto_opts *opts; /* crypto options such as names and DEK */554 vbdev_crypto_insert_name(struct vbdev_crypto_opts *opts, struct bdev_names **out) in vbdev_crypto_insert_name() 582 free_crypto_opts(struct vbdev_crypto_opts *opts) in free_crypto_opts() 605 create_crypto_disk(struct vbdev_crypto_opts *opts) in create_crypto_disk()
91 struct vbdev_crypto_opts g_crypto_bdev_opts;243 memset(&g_crypto_bdev_opts, 0, sizeof(struct vbdev_crypto_opts)); in test_setup()