Home
last modified time | relevance | path

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

/external/openssl/crypto/engine/
Deng_cryptodev.c362 unsigned char save_iv[EVP_MAX_IV_LENGTH]; in cryptodev_cipher() local
386 memcpy(save_iv, iiv, ctx->cipher->iv_len); in cryptodev_cipher()
402 iiv = save_iv; in cryptodev_cipher()