Lines Matching refs:rpc_construct_crypto
16 struct rpc_construct_crypto { struct
25 free_rpc_construct_crypto(struct rpc_construct_crypto *r) in free_rpc_construct_crypto() argument
44 {"base_bdev_name", offsetof(struct rpc_construct_crypto, base_bdev_name), spdk_json_decode_string},
45 {"name", offsetof(struct rpc_construct_crypto, name), spdk_json_decode_string},
46 {"crypto_pmd", offsetof(struct rpc_construct_crypto, crypto_pmd), spdk_json_decode_string, true},
47 {"key", offsetof(struct rpc_construct_crypto, param.hex_key), spdk_json_decode_string, true},
48 {"cipher", offsetof(struct rpc_construct_crypto, param.cipher), spdk_json_decode_string, true},
49 {"key2", offsetof(struct rpc_construct_crypto, param.hex_key2), spdk_json_decode_string, true},
50 {"key_name", offsetof(struct rpc_construct_crypto, param.key_name), spdk_json_decode_string, true},
54 create_crypto_opts(struct rpc_construct_crypto *rpc, struct spdk_accel_crypto_key *key, in create_crypto_opts()
87 struct rpc_construct_crypto req = {}; in rpc_bdev_crypto_create()