Home
last modified time | relevance | path

Searched refs:BF_cbc_encrypt (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/include/openssl/
Dblowfish.h84 OPENSSL_EXPORT void BF_cbc_encrypt(const uint8_t *in, uint8_t *out,
/external/boringssl/src/decrepit/blowfish/
Dblowfish.c155 void BF_cbc_encrypt(const uint8_t *in, uint8_t *out, size_t length, in BF_cbc_encrypt() function
582 BF_cbc_encrypt(in, out, len, bf_key, ctx->iv, ctx->encrypt); in bf_cbc_cipher()