Home
last modified time | relevance | path

Searched full:store (Results 1 – 25 of 30) sorted by relevance

12

/mcuboot-3.6.0/ext/mbedtls-asn1/include/mbedtls/
Doid.h457 * \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 …]
Decdsa.h151 * \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.
Decp.h193 * 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.
Dbignum.h315 * \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.
Drsa.h195 * \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/
Dramload.h21 * @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
Dsign_key.h54 * @param[out] public_key_hash Buffer to store the key-hash in.
Dsecurity_cnt.h46 * @param security_cnt Pointer to store the security counter value.
Dboot_status.h173 /* Structure to store the boot data for the runtime SW. */
/mcuboot-3.6.0/boot/mynewt/mcuboot_config/
Dsyscfg.yml140 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/
Dapi.rs100 // 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/
Decc_dh.c94 /* 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()
Decc_dsa.c141 uECC_vli_nativeToBytes(signature, curve->num_bytes, p); /* store r */ in uECC_sign_with_k()
/mcuboot-3.6.0/boot/bootutil/src/
Dswap_priv.h27 * Calculates the amount of space required to store the trailer, and erases
Dimage_rsa.c192 * To avoid needing an additional buffer, store the 'db' in the in bootutil_cmp_rsasig()
Dbootutil_misc.c141 * store status in the scratch partition. The scratch partition only stores
Dswap_scratch.c165 * 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()
Dimage_validate.c277 * @param security_cnt Pointer to store the security counter value.
Dencrypted.c412 * @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/
Decc.h88 /* 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/
Dserial_adapter.c155 BOOT_LOG_ERR("Not enough memory to store" in boot_uart_fifo_callback()
DKconfig457 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/
Drelease-notes.md414 actually store firmware
Ddesign.md187 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/
Dflash_map_backend.h261 * dst - Buffer to store read data.

12