.. _clicmd_src_vnet_crypto: =============================================================== Crypto cli reference =============================================================== set crypto handler ------------------------------------------------------------------------- .. code-block:: console set crypto handler cipher [cipher2 cipher3 ...] engine [simple|chained|async] Declaration: ``set_crypto_handler_command`` `src/vnet/crypto/cli.c line 568 `_ Implementation: ``set_crypto_handler_command_fn`` show crypto algorithm ------------------------------------------------------------------------- .. code-block:: console show crypto algorithm [algorithm] Declaration: ``show_crypto_algorithm_command`` `src/vnet/crypto/cli.c line 365 `_ Implementation: ``show_crypto_algorithm_command_fn`` show crypto async status ------------------------------------------------------------------------- .. code-block:: console show crypto async status Declaration: ``show_crypto_async_status_command`` `src/vnet/crypto/cli.c line 602 `_ Implementation: ``show_crypto_async_status_command_fn`` show crypto engines ------------------------------------------------------------------------- .. code-block:: console show crypto engines Declaration: ``show_crypto_engines_command`` `src/vnet/crypto/cli.c line 398 `_ Implementation: ``show_crypto_engines_command_fn`` show crypto handlers ------------------------------------------------------------------------- .. code-block:: console show crypto handlers Declaration: ``show_crypto_handlers_command`` `src/vnet/crypto/cli.c line 480 `_ Implementation: ``show_crypto_handlers_command_fn``