Searched refs:CTR (Results 1 – 16 of 16) sorted by relevance
14 - CTR (Counter)15 - CCM (CTR with CBC-MAC)
15 Platforms without hardware RNG support shall use the `CTR-DRBG algorithm23 The CTR-DRBG generator needs an entropy source to establish and80 enables the CTR-DRBG pseudo-random number generator. The CTR-DRBG is84 to make the initialization of the CTR-DRBG as unique as possible.87 CTR-DRBG Initialization Personalization string
110 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 CSPRNG127 shall use the entropy API for an initialization seed. The CTR-DRBG141 string "CTR-DRBG Personalization string"146 source to make the initialization of the CTR-DRBG as unique as
135 if (inst->PWMCTL != ctl || inst->PRSC != prsc || inst->CTR != ctr) { in pwm_npcx_set_cycles()140 inst->CTR = ctr; in pwm_npcx_set_cycles()
76 #define CTR 0xc macro
307 ctr = smsc_read_2(sc, CTR); in smsc_reset()309 smsc_write_2(sc, CTR, ctr); in smsc_reset()
37 [general] [INF] ctr_mode: CTR Mode
166 * Uses ``AES-CTR-128`` or ``AES-CTR-256`` for encryption168 * 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)
307 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()
299 bool "Counter Block Cipher mode (CTR) for symmetric ciphers"
226 volatile uint8_t CTR; member
467 volatile uint16_t CTR; member
163 * Imported TinyCrypt test cases for CTR, ECC DSA and ECC DH algorithm.
554 of TinyCrypt in the CTR-DRBG random number generator was removed. From now on
1394 * :github:`15177` - samples/drivers/crypto: CBC and CTR mode not supported
1155 * :github:`15177` - samples/drivers/crypto: CBC and CTR mode not supported