AWS Encryption SDK for C v2.4
Loading...
Searching...
No Matches
aws_cryptosdk_dec_request Struct Reference

#include <materials.h>

Data Fields

struct aws_allocator * alloc
 
const struct aws_hash_table * enc_ctx
 
struct aws_array_list encrypted_data_keys
 
enum aws_cryptosdk_alg_id alg
 

Detailed Description

Decryption request passed from session to CMM

Definition at line 188 of file materials.h.

Field Documentation

◆ alg

enum aws_cryptosdk_alg_id aws_cryptosdk_dec_request::alg

Definition at line 192 of file materials.h.

◆ alloc

struct aws_allocator* aws_cryptosdk_dec_request::alloc

Definition at line 189 of file materials.h.

◆ enc_ctx

const struct aws_hash_table* aws_cryptosdk_dec_request::enc_ctx

Definition at line 190 of file materials.h.

◆ encrypted_data_keys

struct aws_array_list aws_cryptosdk_dec_request::encrypted_data_keys

Definition at line 191 of file materials.h.


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