/spdk/python/spdk/sma/volume/ |
H A D | crypto.py | 26 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 D | crypto_bdev.py | 29 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/test/sma/plugins/plugin1/ |
H A D | __init__.py | 14 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__.py | 14 def setup(self, volume_id, key, cipher, key2=None): argument 20 def verify(self, volume_id, key, cipher, key2=None): argument
|
/spdk/python/spdk/rpc/ |
H A D | accel.py | 37 def accel_crypto_key_create(client, cipher, key, key2, tweak_mode, name): argument
|
H A D | bdev.py | 90 bdev_crypto_create(client, base_bdev_name, name, crypto_pmd=None, key=None, cipher=None, key2=None, key_name=None) global() argument
|
/spdk/proto/ |
H A D | sma.proto | 29 bytes key2 = 2; field
|
/spdk/test/unit/lib/json/json_util.c/ |
H A D | json_util_ut.c | 828 struct spdk_json_val *values, *key, *val, *key2, *val2; in test_find() local [all...] |