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

GCM mode session parameters. More...

#include <zephyr/crypto/cipher.h>

Data Fields

uint16_t tag_len
 Authentication tag length, in bytes.
uint16_t nonce_len
 Nonce length, in bytes.

Detailed Description

GCM mode session parameters.

Field Documentation

◆ nonce_len

uint16_t gcm_params::nonce_len

Nonce length, in bytes.

◆ tag_len

uint16_t gcm_params::tag_len

Authentication tag length, in bytes.


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