Searched refs:private (Results 1 – 7 of 7) sorted by relevance
/mcuboot-latest/docs/release-notes.d/ |
D | bootutil-enc-hw-keys.md | 1 - Added support for retrieving hw embed private keys for image encryption 2 (The private key can be retrieved from trusted sources like OTP, TPM.).
|
/mcuboot-latest/ext/tinycrypt/tests/ |
D | test_ecc_dsa.c | 82 unsigned int private[NUM_ECC_WORDS]; in sign_vectors() local 101 string2scalar(private, NUM_ECC_WORDS, d_vec[i]); in sign_vectors() 102 uECC_vli_nativeToBytes(private_bytes, NUM_ECC_BYTES, private); in sign_vectors() 595 uint8_t private[NUM_ECC_BYTES]; in montecarlo_signverify() local 612 if (!uECC_make_key(public, private, curve)) { in montecarlo_signverify() 617 if (!uECC_sign(private, hash, sizeof(hash), sig, curve)) { in montecarlo_signverify()
|
/mcuboot-latest/ |
D | CODE_OF_CONDUCT.md | 34 * Public or private harassment 35 * Publishing others' private information, such as a physical or email 80 **Consequence**: A private, written warning from community leaders, providing 103 private interaction with the people involved, including unsolicited interaction
|
/mcuboot-latest/docs/ |
D | imgtool.md | 28 time you use the private key. 33 for testing. Since this private key is widely distributed, it should 44 will extract the public key from the given private key file, and
|
D | readme-zephyr.md | 107 production, since the private key is publicly available in this 151 The generated keypair above contains both the public and the private
|
D | release-notes.md | 114 the private and public keys. The Kconfig menu has changed to only 323 - imgtool can dump private keys in C format (getpriv command), which
|
D | readme-espressif.md | 450 for keeping the key private and safe). After the flash encryption gets enabled through eFuse
|