Skip to content

Hardware security features (Mk II)

Andrea Barisani edited this page Oct 2, 2023 · 30 revisions

i.MX6UL/i.MX6ULZ System-on-Chip

The following table summarizes the available hardware security features, depending on the USB armory Mk II model.

The standard USB version mounts a faster (900 MHz) i.MX6ULZ SoC, compared to the i.MX6UL (528 MHz) variant, with the main trade-off of lack of OTF DRAM encryption.

The standard LAN version mounts the i.MX6ULL SoC which is identical to the i.MX6ULZ in terms of performance and features.

The i.MX6UL variant features additional security properties, allowing external RAM encryption and a more complete internal cryptographic accelerator, is available only for custom/bulk orders.

Name Description Models Availability
HABv4 Secure Boot all retail
RNGB TRNG i.MX6ULZ (900 MHz) retail
DCP Cryptographic accelerator i.MX6ULZ (900 MHz) retail
CAAM Cryptographic accelerator, TRNG i.MX6UL (528 MHz) custom/bulk
SNVS Secure Non-Volatile Storage all retail
BEE On-the-fly external RAM encryption i.MX6UL (528 MHz) custom/bulk
TZ ARM® TrustZone® all retail
SE050 NXP SE050 secure element rev. γ retail
SE050 NXP SE050 secure element rev. β (LAN) custom/bulk
ATECC Microchip ATECC608B secure element all custom/bulk
ATECC Microchip ATECC608A secure element rev. β custom/bulk
A71CH NXP A71CH secure element rev. β custom/bulk
RPMB Replay protected memory block all retail

High Assurance Boot (HABv4)

The HAB feature enables on-chip internal Boot ROM authentication of initial bootloader (i.e. Secure Boot) with a digital signature, establishing the first trust anchor for code authentication. See Secure Boot for more information and usage instructions.

Random Number Generator (RNGB) - i.MX6ULZ

On boards mounting the i.MX6ULZ/i.MX6ULL SoC the TRNG functionality is provided by the dedicated RNGB block.

The RNGB driver is included and operational in modern Linux kernels (within the hw_random framework) and in TamaGo.

Data Co-Processor (DCP) - i.MX6ULZ

From the i.MX6ULZ datasheet: "This module provides support for general encryption and hashing functions typically used for security functions."

The DCP module driver is included and operational in modern Linux kernels (through the Crypto API interface, see /proc/crypto) and in TamaGo.

Cryptographic accelerator and assurance module (CAAM) - i.MX6UL

From the i.MX6UL datasheet: "CAAM is a cryptographic accelerator and assurance module. CAAM implements several encryption and hashing functions, a run-time integrity checker, and a Pseudo Random Number Generator (PRNG)...CAAM also implements a Secure Memory mechanism."

The CAAM accelerator driver is included and operational in modern Linux kernels (through the Crypto API interface, see /proc/crypto) and in TamaGo.

Secure Non-Volatile Storage (SNVS)

From the i.MX6UL datasheet: "Secure Non-Volatile Storage, including Secure Real Time Clock, Security State Machine, Master Key Control, and Violation/Tamper Detection and reporting."

A device specific random 256-bit OTPMK key is fused in each SoC at manufacturing time, this key is unreadable and can only be used by the DCP (i.MX6ULZ/i.MX6ULL) or CAAM (i.MX6UL) for AES encryption/decryption of user data, through the Secure Non-Volatile Storage (SNVS) companion block.

A Linux kernel driver for the DCP (i.MX6ULZ/i.MX6ULL), which takes advantage of the OTPMK released by the SNVS, is available at https://github.com/usbarmory/mxs-dcp.

The TamaGo driver also supports the OTPMK for key derivation.

A Linux kernel driver for the CAAM (i.MX6UL), which takes advantage of the OTPMK released by the SNVS, is available at https://github.com/usbarmory/caam-keyblob.

The TamaGo driver also supports the OTPMK for key derivation.

Bus Encryption Engine (BEE) - i.MX6UL

The BEE is included only on boards mounting the i.MX6UL SoC, it supports on-the-fly (OTF) AES-128 (ECB or CTR) encryption/decryption on the AXI bus, allowing OTF DRAM encryption.

The NXP version of U-Boot includes initialization code and a TamaGo driver is available.

ARM® TrustZone®

The i.MX6 SoC family features an ARM® TrustZone® implementation in its CPU core as well as its internal peripherals.

A reference implementation of ARM® TrustZone® on the USB armory Mk II can be found in WithSecure own GoTEE framework.

External secure elements

On γ revisions the NXP SE050 features hardware acceleration for elliptic-curve and AES cryptography as well as providing hardware based key storage.

On β revisions the Microchip ATECC608A and NXP AT71CH feature hardware acceleration for elliptic-curve cryptography as well as providing hardware based key storage. The ATECC608A also features symmetric AES-128-GCM encryption.

The updated Microchip ATECC608B can be included on custom/bulk γ revision orders.

All external secure elements provide high-endurance monotonic counters, useful for external verification of firmware downgrade/rollback attacks.

The external secure elements communicate on the I²C bus and feature authenticated and encrypted sessions for host communication.

eMMC Replay Protected Memory Blocks (RPMB)

The eMMC RPMB features allows replay protected authenticated access to flash memory partition areas, using a shared secret between the host and the eMMC.

Clone this wiki locally