Searched refs:CRYPTO_cbc128_encrypt (Results 1 - 4 of 4) sorted by relevance

/external/boringssl/src/crypto/aes/
H A Dmode_wrappers.c81 CRYPTO_cbc128_encrypt(in, out, len, key, ivec, (block128_f)AES_encrypt);
/external/boringssl/src/crypto/modes/
H A Dcbc.c59 void CRYPTO_cbc128_encrypt(const uint8_t *in, uint8_t *out, size_t len, function
H A Dinternal.h310 /* CRYPTO_cbc128_encrypt encrypts |len| bytes from |in| to |out| using the
314 void CRYPTO_cbc128_encrypt(const uint8_t *in, uint8_t *out, size_t len,
/external/boringssl/src/crypto/cipher/
H A De_aes.c360 CRYPTO_cbc128_encrypt(in, out, len, &dat->ks, ctx->iv, dat->block);

Completed in 162 milliseconds