AWS Encryption SDK for C v2.4
|
#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 |
Decryption request passed from session to CMM
Definition at line 188 of file materials.h.
enum aws_cryptosdk_alg_id aws_cryptosdk_dec_request::alg |
Definition at line 192 of file materials.h.
struct aws_allocator* aws_cryptosdk_dec_request::alloc |
Definition at line 189 of file materials.h.
const struct aws_hash_table* aws_cryptosdk_dec_request::enc_ctx |
Definition at line 190 of file materials.h.
struct aws_array_list aws_cryptosdk_dec_request::encrypted_data_keys |
Definition at line 191 of file materials.h.