AWS Encryption SDK for C v2.4
|
#include <aws/cryptosdk/exports.h>
#include <aws/common/hash_table.h>
Go to the source code of this file.
Functions | |
int | aws_cryptosdk_enc_ctx_init (struct aws_allocator *alloc, struct aws_hash_table *enc_ctx) |
void | aws_cryptosdk_enc_ctx_clear (struct aws_hash_table *enc_ctx) |
void | aws_cryptosdk_enc_ctx_clean_up (struct aws_hash_table *enc_ctx) |
int | aws_cryptosdk_enc_ctx_clone (struct aws_allocator *alloc, struct aws_hash_table *dest, const struct aws_hash_table *src) |