Home
last modified time | relevance | path

Searched refs:hsm (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/tools/esptool_py/docs/en/espsecure/
Dindex.rst20 … must install ``esptool.py`` package with the ``hsm`` extra using the command ``pip install 'espto…
24 …python espsecure.py sign_data --version 2 --hsm --hsm-config <hsm_config_file> --output <signed_im…
30 …python espsecure.py sign_data --version 2 --hsm --hsm-config <hsm_config_file> --pub-key <public_k…
40 …python espsecure.py verify_signature --version 2 --hsm --hsm-config <hsm_config_file> <signed_imag…
/hal_espressif-latest/tools/esptool_py/espsecure/
D__init__.py360 if args.hsm:
464 if args.hsm:
469 import espsecure.esp_hsm_sign as hsm namespace
472 config = hsm.read_hsm_config(args.hsm_config)
544 import espsecure.esp_hsm_sign as hsm namespace
546 session = hsm.establish_session(config)
548 private_key = hsm.get_privkey_info(session, config)
550 signature = hsm.sign_payload(private_key, contents)
551 hsm.close_connection(session)
829 if args.hsm:
[all …]
/hal_espressif-latest/tools/esptool_py/
Dpyproject.toml63 hsm = ["python-pkcs11"]