#include <openssl/base.h>
#include <openssl/aead.h>
#include <openssl/aes.h>
#include "../../internal.h"
#include "../modes/internal.h"
Go to the source code of this file.
Classes | |
struct | evp_aead_st |
Macros | |
#define | EVP_CIPH_MODE_MASK 0x3f |
Functions | |
ctr128_f | aes_ctr_set_key (AES_KEY *aes_key, GCM128_KEY *gcm_key, block128_f *out_block, const uint8_t *key, size_t key_bytes) |
#define EVP_CIPH_MODE_MASK 0x3f |
Definition at line 74 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/cipher/internal.h.
ctr128_f aes_ctr_set_key | ( | AES_KEY * | aes_key, |
GCM128_KEY * | gcm_key, | ||
block128_f * | out_block, | ||
const uint8_t * | key, | ||
size_t | key_bytes | ||
) |