Searched full:store (Results 1 – 25 of 30) sorted by relevance
12
/mcuboot-3.6.0/ext/mbedtls-asn1/include/mbedtls/ |
D | oid.h | 457 * \param ext_type place to store the extension type 468 * \param short_name place to store the string pointer 478 * \param pk_alg place to store public key algorithm 488 * \param oid place to store ASN.1 OID string pointer 501 * \param grp_id place to store group id 511 * \param oid place to store ASN.1 OID string pointer 525 * \param md_alg place to store message digest algorithm 526 * \param pk_alg place to store public key algorithm 537 * \param desc place to store string pointer 548 * \param oid place to store ASN.1 OID string pointer [all …]
|
D | ecdsa.h | 151 * \param r The MPI context in which to store the first part 153 * \param s The MPI context in which to store the second part 193 * \param r The MPI context in which to store the first part 195 * \param s The MPI context in which to store the second part 294 * \param slen The address at which to store the actual length of 337 * \param slen The address at which to store the actual length of 434 * \param ctx The ECDSA context to store the keypair in.
|
D | ecp.h | 193 * For Montgomery curves, we do not store \p A, but <code>(A + 2) / 4</code>, 726 * \param olen The address at which to store the length of 802 * \param olen The address at which to store the length in Bytes 865 * \param grp The address at which to store the group id. 886 * \param olen The address at which to store the number of Bytes written. 916 * \param R The point in which to store the result of the calculation. 947 * \param R The point in which to store the result of the calculation. 986 * \param R The point in which to store the result of the calculation. 1027 * \param R The point in which to store the result of the calculation.
|
D | bignum.h | 315 * \brief Store integer value in MPI. 389 * the number of bytes used to store \p X internally. 418 * \param olen The address at which to store the length of the string 805 * \param r The address at which to store the residue. 834 * the helper value and store it in \p _RR for reuse on 986 * \param X The destination MPI to store the generated prime in.
|
D | rsa.h | 195 * \param ctx The initialized RSA context to store the parameters in. 229 * \param ctx The initialized RSA context to store the parameters in. 354 * \param N The Byte array to store the RSA modulus, 675 * \param olen The address at which to store the length of 711 * \param olen The address at which to store the length of 753 * \param olen The address at which to store the length of
|
/mcuboot-3.6.0/boot/bootutil/include/bootutil/ |
D | ramload.h | 21 * @param exec_ram_start Pointer to store the start address of the exec RAM 22 * @param exec_ram_size Pointer to store the size of the exec RAM
|
D | sign_key.h | 54 * @param[out] public_key_hash Buffer to store the key-hash in.
|
D | security_cnt.h | 46 * @param security_cnt Pointer to store the security counter value.
|
D | boot_status.h | 173 /* Structure to store the boot data for the runtime SW. */
|
/mcuboot-3.6.0/boot/mynewt/mcuboot_config/ |
D | syscfg.yml | 140 Store the boot state/measurements in shared memory. 141 If enabled, the bootloader will store certain boot measurements such as
|
/mcuboot-3.6.0/sim/mcuboot-sys/src/ |
D | api.rs | 100 // store a "jmp_buf" which is arch specific and not defined by libc crate. 101 // The size below is enough to store data on a x86_64 machine. 245 /// Store a copy of this RAM info.
|
/mcuboot-3.6.0/ext/tinycrypt/lib/source/ |
D | ecc_dh.c | 94 /* erasing temporary buffer used to store secret: */ in uECC_make_key_with_d() 191 /* erasing temporary buffer used to store secret: */ in uECC_shared_secret()
|
D | ecc_dsa.c | 141 uECC_vli_nativeToBytes(signature, curve->num_bytes, p); /* store r */ in uECC_sign_with_k()
|
/mcuboot-3.6.0/boot/bootutil/src/ |
D | swap_priv.h | 27 * Calculates the amount of space required to store the trailer, and erases
|
D | image_rsa.c | 192 * To avoid needing an additional buffer, store the 'db' in the in bootutil_cmp_rsasig()
|
D | bootutil_misc.c | 141 * store status in the scratch partition. The scratch partition only stores
|
D | swap_scratch.c | 165 * Slots are compatible when all sectors that store up to to size of the image 560 * scratch area for status. We need a temporary place to store the in boot_swap_sectors()
|
D | image_validate.c | 277 * @param security_cnt Pointer to store the security counter value.
|
D | encrypted.c | 412 * @param enckey An AES-128 or AES-256 key sized buffer to store to plain key.
|
/mcuboot-3.6.0/ext/tinycrypt/lib/include/tinycrypt/ |
D | ecc.h | 88 /* defining data types to store word and bit counts: */ 93 /* defining data type to store ECC coordinate/point in 32bits words: */ 95 /* defining data type to store an ECC coordinate/point in 64bits words: */
|
/mcuboot-3.6.0/boot/zephyr/ |
D | serial_adapter.c | 155 BOOT_LOG_ERR("Not enough memory to store" in boot_uart_fifo_callback()
|
D | Kconfig | 457 bool "Store the boot state/measurements in shared memory area" 461 If enabled, the bootloader will store certain boot measurements such as
|
/mcuboot-3.6.0/docs/ |
D | release-notes.md | 414 actually store firmware
|
D | design.md | 187 that is enough to store at least the largest sector that is going to be swapped. 190 scratch must be big enough to store that. The scratch is only ever used when 897 status area initialized to store the initial state, because the
|
/mcuboot-3.6.0/boot/nuttx/include/flash_map_backend/ |
D | flash_map_backend.h | 261 * dst - Buffer to store read data.
|
12