Home
last modified time | relevance | path

Searched refs:CTR (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/drivers/crypto/
DKconfig.cc23x014 - CTR (Counter)
15 - CCM (CTR with CBC-MAC)
/Zephyr-latest/doc/services/crypto/random/
Dindex.rst15 Platforms without hardware RNG support shall use the `CTR-DRBG algorithm
23 The CTR-DRBG generator needs an entropy source to establish and
80 enables the CTR-DRBG pseudo-random number generator. The CTR-DRBG is
84 to make the initialization of the CTR-DRBG as unique as possible.
87 CTR-DRBG Initialization Personalization string
/Zephyr-latest/subsys/random/
DKconfig110 CTR-DRBG CSPRNG as that is a FIPS140-2 recommended CSPRNG.
121 bool "Use CTR-DRBG CSPRNG"
126 Enables the CTR-DRBG pseudo-random number generator. This CSPRNG
127 shall use the entropy API for an initialization seed. The CTR-DRBG
141 string "CTR-DRBG Personalization string"
146 source to make the initialization of the CTR-DRBG as unique as
/Zephyr-latest/drivers/pwm/
Dpwm_npcx.c135 if (inst->PWMCTL != ctl || inst->PRSC != prsc || inst->CTR != ctr) { in pwm_npcx_set_cycles()
140 inst->CTR = ctr; in pwm_npcx_set_cycles()
/Zephyr-latest/drivers/ethernet/
Deth_smsc91x_priv.h76 #define CTR 0xc macro
Deth_smsc91x.c307 ctr = smsc_read_2(sc, CTR); in smsc_reset()
309 smsc_write_2(sc, CTR, ctr); in smsc_reset()
/Zephyr-latest/samples/drivers/crypto/
DREADME.rst37 [general] [INF] ctr_mode: CTR Mode
/Zephyr-latest/doc/services/tfm/
Doverview.rst166 * Uses ``AES-CTR-128`` or ``AES-CTR-256`` for encryption
168 * The ``AES-CTR`` key is included in the image and can be encrypted using:
171 * ``AES-KW`` (128 or 256 bits depending on the ``AES-CTR`` key length)
/Zephyr-latest/drivers/can/
Dcan_renesas_ra.c307 uint32_t cfdcnctr = reg->CFDC->CTR; in recover_bus()
327 reg->CFDC->CTR = cfdcnctr; /* Restore channel configuration */ in recover_bus()
746 p_ctrl->p_reg->CFDC->CTR |= (uint32_t)CANFD_CFG_ERR_IRQ; in can_renesas_ra_set_state_change_callback()
749 p_ctrl->p_reg->CFDC->CTR &= (uint32_t)~CANFD_CFG_ERR_IRQ; in can_renesas_ra_set_state_change_callback()
/Zephyr-latest/modules/mbedtls/
DKconfig.tls-generic299 bool "Counter Block Cipher mode (CTR) for symmetric ciphers"
/Zephyr-latest/soc/ite/ec/common/
Dchip_chipregs.h226 volatile uint8_t CTR; member
/Zephyr-latest/soc/nuvoton/npcx/common/reg/
Dreg_def.h467 volatile uint16_t CTR; member
/Zephyr-latest/doc/releases/
Drelease-notes-1.6.rst163 * Imported TinyCrypt test cases for CTR, ECC DSA and ECC DH algorithm.
Dmigration-guide-4.0.rst554 of TinyCrypt in the CTR-DRBG random number generator was removed. From now on
Drelease-notes-2.3.rst1394 * :github:`15177` - samples/drivers/crypto: CBC and CTR mode not supported
Drelease-notes-1.14.rst1155 * :github:`15177` - samples/drivers/crypto: CBC and CTR mode not supported