AWS Encryption SDK for C v2.4
Loading...
Searching...
No Matches
default_cmm.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_DEFAULT_CMM_H
17#define AWS_CRYPTOSDK_DEFAULT_CMM_H
18
19#include <aws/cryptosdk/exports.h>
21
22#ifdef __cplusplus
23extern "C" {
24#endif
25
61AWS_CRYPTOSDK_API
62struct aws_cryptosdk_cmm *aws_cryptosdk_default_cmm_new(struct aws_allocator *alloc, struct aws_cryptosdk_keyring *kr);
63
70AWS_CRYPTOSDK_API
72
73AWS_CRYPTOSDK_API
75
76#ifdef __cplusplus
77}
78#endif
79
80#endif // AWS_CRYPTOSDK_DEFAULT_CMM_H
bool aws_cryptosdk_default_cmm_is_valid(const struct aws_cryptosdk_cmm *cmm)
int aws_cryptosdk_default_cmm_set_alg_id(struct aws_cryptosdk_cmm *cmm, enum aws_cryptosdk_alg_id alg_id)
struct aws_cryptosdk_cmm * aws_cryptosdk_default_cmm_new(struct aws_allocator *alloc, struct aws_cryptosdk_keyring *kr)
aws_cryptosdk_alg_id
Definition header.h:26