webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Macros | |
#define | BF_ENC(LL, R, S, P) |
Functions | |
void | BF_encrypt (uint32_t *data, const BF_KEY *key) |
void | BF_decrypt (uint32_t *data, const BF_KEY *key) |
void | BF_ecb_encrypt (const uint8_t *in, uint8_t *out, const BF_KEY *key, int encrypt) |
void | BF_cbc_encrypt (const uint8_t *in, uint8_t *out, long length, const BF_KEY *schedule, uint8_t *ivec, int encrypt) |
void | BF_set_key (BF_KEY *key, size_t len, const uint8_t *data) |
void BF_cbc_encrypt | ( | const uint8_t * | in, |
uint8_t * | out, | ||
long | length, | ||
const BF_KEY * | schedule, | ||
uint8_t * | ivec, | ||
int | encrypt | ||
) |