AWS Encryption SDK for C v2.4
Loading...
Searching...
No Matches
header.h
Go to the documentation of this file.
1/*
2 * Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License"). You may not use
5 * this file except in compliance with the License. A copy of the License is
6 * located at
7 *
8 * http://aws.amazon.com/apache2.0/
9 *
10 * or in the "license" file accompanying this file. This file is distributed on an
11 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
12 * implied. See the License for the specific language governing permissions and
13 * limitations under the License.
14 */
15
16#ifndef AWS_CRYPTOSDK_HEADER_H
17#define AWS_CRYPTOSDK_HEADER_H
18
39
41
42#endif // AWS_CRYPTOSDK_HEADER_H
aws_cryptosdk_alg_id
Definition header.h:26
@ ALG_AES128_GCM_IV12_TAG16_HKDF_SHA256
Definition header.h:34
@ ALG_AES256_GCM_IV12_TAG16_HKDF_SHA256
Definition header.h:32
@ ALG_AES192_GCM_IV12_TAG16_HKDF_SHA384_ECDSA_P384
Definition header.h:30
@ ALG_AES128_GCM_IV12_TAG16_HKDF_SHA256_ECDSA_P256
Definition header.h:31
@ ALG_AES256_GCM_IV12_TAG16_NO_KDF
Definition header.h:35
@ ALG_AES192_GCM_IV12_TAG16_NO_KDF
Definition header.h:36
@ ALG_AES192_GCM_IV12_TAG16_HKDF_SHA256
Definition header.h:33
@ ALG_AES256_GCM_HKDF_SHA512_COMMIT_KEY
Definition header.h:28
@ ALG_AES128_GCM_IV12_TAG16_NO_KDF
Definition header.h:37
@ ALG_AES256_GCM_HKDF_SHA512_COMMIT_KEY_ECDSA_P384
Definition header.h:27
@ ALG_AES256_GCM_IV12_TAG16_HKDF_SHA384_ECDSA_P384
Definition header.h:29
aws_cryptosdk_hdr_version
Definition header.h:40
@ AWS_CRYPTOSDK_HEADER_VERSION_1_0
Definition header.h:40
@ AWS_CRYPTOSDK_HEADER_VERSION_2_0
Definition header.h:40