Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 39) sorted by relevance

12

/spdk/lib/keyring/
H A Dkeyring.c51 struct spdk_key *key; in keyring_find_key() local
64 keyring_free_key(struct spdk_key *key) in keyring_free_key() argument
73 keyring_put_key(struct spdk_key *key) in keyring_put_key() argument
92 struct spdk_key *key = NULL; spdk_keyring_add_key() local
143 keyring_remove_key(struct spdk_key * key) keyring_remove_key() argument
156 struct spdk_key *key; spdk_keyring_remove_key() local
174 struct spdk_key *key = NULL; keyring_probe_key() local
208 struct spdk_key *key; spdk_keyring_get_key() local
227 spdk_keyring_put_key(struct spdk_key * key) spdk_keyring_put_key() argument
244 spdk_key_dup(struct spdk_key * key) spdk_key_dup() argument
254 spdk_key_get_name(struct spdk_key * key) spdk_key_get_name() argument
260 spdk_key_get_key(struct spdk_key * key,void * buf,int len) spdk_key_get_key() argument
272 spdk_key_get_ctx(struct spdk_key * key) spdk_key_get_ctx() argument
279 spdk_key_get_module(struct spdk_key * key) spdk_key_get_module() argument
298 spdk_keyring_for_each_key(struct spdk_keyring * keyring,void * ctx,void (* fn)(void * ctx,struct spdk_key * key),uint32_t flags) spdk_keyring_for_each_key() argument
300 struct spdk_key *key, *tmp; spdk_keyring_for_each_key() local
323 keyring_dump_key_info(struct spdk_key * key,struct spdk_json_write_ctx * w) keyring_dump_key_info() argument
404 struct spdk_key *key; spdk_keyring_cleanup() local
[all...]
H A Dkeyring_rpc.c12 rpc_keyring_for_each_key_cb(void *ctx, struct spdk_key *key) in rpc_keyring_for_each_key_cb()
/spdk/module/keyring/file/
H A Dkeyring.c46 keyring_file_write_key_config(void * ctx,struct spdk_key * key) keyring_file_write_key_config() argument
73 keyring_file_dump_info(struct spdk_key * key,struct spdk_json_write_ctx * w) keyring_file_dump_info() argument
87 keyring_file_get_key(struct spdk_key * key,void * buf,int len) keyring_file_get_key() argument
123 keyring_file_remove_key(struct spdk_key * key) keyring_file_remove_key() argument
131 keyring_file_add_key(struct spdk_key * key,void * ctx) keyring_file_add_key() argument
[all...]
/spdk/test/blobfs/rocksdb/
H A Dpostprocess.py25 key = ThreadModule(fields[2], fields[3]) variable
28 key = FunctionModule(fields[5], fields[3]) variable
33 key = fields[3] variable
/spdk/test/unit/lib/keyring/keyring.c/
H A Dkeyring_ut.c26 ut_keyring_add_key(struct spdk_key *key, void *ctx) in ut_keyring_add_key() argument
47 ut_keyring_remove_key(struct spdk_key *key) in ut_keyring_remove_key() argument
56 ut_keyring_get_key(struct spdk_key *key, void *buf, int len) in ut_keyring_get_key() argument
85 struct spdk_key *key; in test_keyring_add_remove() local
179 struct spdk_key *key, *tmp; test_keyring_get_put() local
[all...]
/spdk/module/keyring/linux/
H A Dkeyring.c71 linux_add_key(struct spdk_key *key, void *ctx) in linux_add_key()
79 linux_remove_key(struct spdk_key *key) in linux_remove_key()
85 linux_get_key(struct spdk_key *key, void *buf, int len) in linux_get_key()
113 linux_dump_info(struct spdk_key *key, struct spdk_json_write_ctx *w) in linux_dump_info()
/spdk/lib/iscsi/
H A Dparam.c45 iscsi_find_key_in_array(const char *key, const char *array[]) in iscsi_find_key_in_array()
58 iscsi_param_find(struct iscsi_param *params, const char *key) in iscsi_param_find()
75 iscsi_param_del(struct iscsi_param **params, const char *key) in iscsi_param_del()
101 iscsi_param_add(struct iscsi_param **params, const char *key, in iscsi_param_add()
143 iscsi_param_set(struct iscsi_param *params, const char *key, in iscsi_param_set()
163 iscsi_param_set_int(struct iscsi_param *params, const char *key, uint32_t val) in iscsi_param_set_int()
367 iscsi_param_get_val(struct iscsi_param *params, const char *key) in iscsi_param_get_val()
379 iscsi_param_eq_val(struct iscsi_param *params, const char *key, in iscsi_param_eq_val()
395 const char *key; member
H A Dparam.h28 char *key; member
/spdk/lib/conf/
H A Dconf.c20 char *key; member
261 find_cf_nitem(struct spdk_conf_section *sp, const char *key, int idx) in find_cf_nitem()
341 spdk_conf_section_get_nmval(struct spdk_conf_section *sp, const char *key, int idx1, int idx2) in spdk_conf_section_get_nmval()
367 spdk_conf_section_get_nval(struct spdk_conf_section *sp, const char *key, int idx) in spdk_conf_section_get_nval()
386 spdk_conf_section_get_val(struct spdk_conf_section *sp, const char *key) in spdk_conf_section_get_val()
392 spdk_conf_section_get_intval(struct spdk_conf_section *sp, const char *key) in spdk_conf_section_get_intval()
407 spdk_conf_section_get_boolval(struct spdk_conf_section *sp, const char *key, bool default_val) in spdk_conf_section_get_boolval()
434 char *key; in parse_line() local
/spdk/python/spdk/sma/volume/
H A Dcrypto.py26 def setup(self, volume_id, key, cipher, key2=None, tweak_mode=None): argument
37 def verify(self, volume_id, key, cipher, key2=None, tweak_mode=None): argument
59 def setup(self, volume_id, key, cipher, key2=None, tweak_mode=None): argument
65 def verify(self, volume_id, key, cipher, key2=None, tweak_mode=None): argument
H A Dcrypto_bdev.py29 def setup(self, volume_id, key, cipher, key2=None, tweak_mode=None): argument
69 def verify(self, volume_id, key, cipher, key2=None, tweak_mode=None): argument
/spdk/lib/nvme/
H A Dnvme_auth.c213 nvme_auth_transform_key(struct spdk_key *key, int hash, const char *nqn, in nvme_auth_transform_key() argument
277 nvme_auth_get_key(struct spdk_key *key, const char *nqn, void *buf, size_t buflen) in nvme_auth_get_key() argument
339 nvme_auth_augment_challenge(const void * cval,size_t clen,const void * key,size_t keylen,void * caval,size_t * calen,enum spdk_nvmf_dhchap_hash hash) nvme_auth_augment_challenge() argument
403 spdk_nvme_dhchap_calculate(struct spdk_key * key,enum spdk_nvmf_dhchap_hash hash,const char * type,uint32_t seq,uint16_t tid,uint8_t scc,const char * nqn1,const char * nqn2,const void * dhkey,size_t dhlen,const void * cval,void * rval) spdk_nvme_dhchap_calculate() argument
487 EVP_PKEY *key = NULL; spdk_nvme_dhchap_generate_dhkey() local
515 spdk_nvme_dhchap_dhkey_free(struct spdk_nvme_dhchap_dhkey ** key) spdk_nvme_dhchap_dhkey_free() argument
528 EVP_PKEY *key = (EVP_PKEY *)dhkey; spdk_nvme_dhchap_dhkey_get_pubkey() local
565 EVP_PKEY *result = NULL, *key = NULL; nvme_auth_get_peerkey() local
618 EVP_PKEY *key = (EVP_PKEY *)dhkey; spdk_nvme_dhchap_dhkey_derive_secret() local
[all...]
H A Dnvme.c1186 parse_next_key(const char ** str,char * key,char * val,size_t key_buf_size,size_t val_buf_size) parse_next_key() argument
1244 char key[32]; spdk_nvme_transport_id_parse() local
1341 char key[key_size]; spdk_nvme_host_id_parse() local
1458 char key[32]; spdk_nvme_prchk_flags_parse() local
[all...]
/spdk/test/sma/plugins/plugin1/
H A D__init__.py14 def setup(self, volume_id, key, cipher, key2=None): argument
20 def verify(self, volume_id, key, cipher, key2=None): argument
/spdk/test/sma/plugins/plugin2/
H A D__init__.py14 def setup(self, volume_id, key, cipher, key2=None): argument
20 def verify(self, volume_id, key, cipher, key2=None): argument
/spdk/module/bdev/crypto/
H A Dvbdev_crypto_rpc.c54 create_crypto_opts(struct rpc_construct_crypto *rpc, struct spdk_accel_crypto_key *key, in create_crypto_opts()
90 struct spdk_accel_crypto_key *key = NULL; in rpc_bdev_crypto_create() local
H A Dvbdev_crypto.h26 struct spdk_accel_crypto_key *key; /* crypto key */ member
/spdk/test/unit/lib/iscsi/param.c/
H A Dparam_ut.c166 #define EXPECT_VAL(key, expected_value) \ argument
175 #define EXPECT_NULL(key) \ argument
/spdk/scripts/
H A Drpc_http_proxy.py76 key = "" variable in ServerHandler
/spdk/lib/json/
H A Djson_util.c538 json_value(struct spdk_json_val *key) in json_value()
544 spdk_json_find(struct spdk_json_val *object, const char *key_name, struct spdk_json_val **key, in spdk_json_find()
597 struct spdk_json_val **key, struct spdk_json_val **val) in spdk_json_find_string()
604 struct spdk_json_val **key, struct spdk_json_val **val) in spdk_json_find_array()
/spdk/python/spdk/rpc/
H A Daccel.py37 def accel_crypto_key_create(client, cipher, key, key2, tweak_mode, name): argument
/spdk/module/accel/dpdk_cryptodev/
H A Daccel_dpdk_cryptodev.c436 accel_dpdk_find_key_handle_in_channel(struct accel_dpdk_cryptodev_io_channel * crypto_ch,struct accel_dpdk_cryptodev_key_priv * key) accel_dpdk_find_key_handle_in_channel() argument
1349 accel_dpdk_cryptodev_key_handle_configure(struct spdk_accel_crypto_key * key,struct accel_dpdk_cryptodev_key_handle * key_handle) accel_dpdk_cryptodev_key_handle_configure() argument
1395 accel_dpdk_cryptodev_key_deinit(struct spdk_accel_crypto_key * key) accel_dpdk_cryptodev_key_deinit() argument
1443 accel_dpdk_cryptodev_key_init(struct spdk_accel_crypto_key * key) accel_dpdk_cryptodev_key_init() argument
[all...]
/spdk/test/unit/lib/json/json_util.c/
H A Djson_util_ut.c828 struct spdk_json_val *values, *key, *val, *key2, *val2; in test_find() local
885 struct spdk_json_val *values, *key; test_find_array() local
[all...]
/spdk/proto/
H A Dsma.proto27 bytes key = 1; field
/spdk/test/unit/lib/accel/accel.c/
H A Daccel_ut.c1537 struct spdk_accel_crypto_key key = {}; test_sequence_copy_elision() local
3018 struct spdk_accel_crypto_key *key; test_sequence_crypto() local
3291 struct spdk_accel_crypto_key key = {}; test_sequence_driver() local
3737 struct spdk_accel_crypto_key key = {}; test_sequence_same_iovs() local
[all...]

12