Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
ctr_params Struct Reference

CTR mode session parameters. More...

#include <zephyr/crypto/cipher.h>

Data Fields

uint32_t ctr_len
 Counter length, in bytes.

Detailed Description

CTR mode session parameters.

Field Documentation

◆ ctr_len

uint32_t ctr_params::ctr_len

Counter length, in bytes.

CTR mode uses a split counter composed of an IV and counter such that IV length + counter length = key length.


The documentation for this struct was generated from the following file: