/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 | 35 Cipher cipher = 3; field
|
/spdk/module/accel/dpdk_cryptodev/ |
H A D | accel_dpdk_cryptodev.c | 134 enum spdk_accel_cipher cipher; global() member 1416 accel_dpdk_cryptodev_supports_cipher(enum spdk_accel_cipher cipher,size_t key_size) accel_dpdk_cryptodev_supports_cipher() argument [all...] |
/spdk/module/sock/posix/ |
H A D | posix.c | 581 const SSL_CIPHER *cipher; posix_sock_psk_find_session_server_cb() local 670 const SSL_CIPHER *cipher; posix_sock_psk_use_session_client_cb() local [all...] |
/spdk/module/accel/mlx5/ |
H A D | accel_mlx5.c | 1315 accel_mlx5_crypto_supports_cipher(enum spdk_accel_cipher cipher,size_t key_size) accel_mlx5_crypto_supports_cipher() argument
|
/spdk/lib/nvmf/ |
H A D | tcp.c | 852 tcp_sock_get_key(uint8_t * out,int out_len,const char ** cipher,const char * pskid,void * get_key_ctx) tcp_sock_get_key() argument
|