webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <openssl/aes.h>
#include <assert.h>
#include <stdlib.h>
#include <openssl/cpu.h>
#include "internal.h"
Functions | |
int | AES_set_encrypt_key (const uint8_t *key, unsigned bits, AES_KEY *aeskey) |
int | AES_set_decrypt_key (const uint8_t *key, unsigned bits, AES_KEY *aeskey) |
void | AES_encrypt (const uint8_t *in, uint8_t *out, const AES_KEY *key) |
void | AES_decrypt (const uint8_t *in, uint8_t *out, const AES_KEY *key) |