Public Attributes | List of all members
evp_hpke_ctx_st Struct Reference

#include <hpke.h>

Public Attributes

const EVP_HPKE_AEADaead
 
EVP_AEAD_CTX aead_ctx
 
uint8_t base_nonce [EVP_AEAD_MAX_NONCE_LENGTH]
 
uint8_t exporter_secret [EVP_MAX_MD_SIZE]
 
int is_sender
 
const EVP_HPKE_KDFkdf
 
uint64_t seq
 

Detailed Description

Definition at line 309 of file hpke.h.

Member Data Documentation

◆ aead

const EVP_HPKE_AEAD* evp_hpke_ctx_st::aead

Definition at line 310 of file hpke.h.

◆ aead_ctx

EVP_AEAD_CTX evp_hpke_ctx_st::aead_ctx

Definition at line 312 of file hpke.h.

◆ base_nonce

uint8_t evp_hpke_ctx_st::base_nonce[EVP_AEAD_MAX_NONCE_LENGTH]

Definition at line 313 of file hpke.h.

◆ exporter_secret

uint8_t evp_hpke_ctx_st::exporter_secret[EVP_MAX_MD_SIZE]

Definition at line 314 of file hpke.h.

◆ is_sender

int evp_hpke_ctx_st::is_sender

Definition at line 316 of file hpke.h.

◆ kdf

const EVP_HPKE_KDF* evp_hpke_ctx_st::kdf

Definition at line 311 of file hpke.h.

◆ seq

uint64_t evp_hpke_ctx_st::seq

Definition at line 315 of file hpke.h.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:43