Home
last modified time | relevance | path

Searched refs:vbdev_crypto_opts (Results 1 – 4 of 4) sorted by relevance

/spdk/module/bdev/crypto/
H A Dvbdev_crypto.h23 struct vbdev_crypto_opts { struct
38 int create_crypto_disk(struct vbdev_crypto_opts *opts); argument
55 void free_crypto_opts(struct vbdev_crypto_opts *opts);
H A Dvbdev_crypto_rpc.c53 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()
H A Dvbdev_crypto.c19 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()
/spdk/test/unit/lib/bdev/crypto.c/
H A Dcrypto_ut.c91 struct vbdev_crypto_opts g_crypto_bdev_opts;
243 memset(&g_crypto_bdev_opts, 0, sizeof(struct vbdev_crypto_opts)); in test_setup()