Home
last modified time | relevance | path

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

/external/openssl/crypto/engine/
Deng_cryptodev.c370 const void *iiv; in cryptodev_cipher() local
394 iiv = in + inl - ctx->cipher->iv_len; in cryptodev_cipher()
395 memcpy(save_iv, iiv, ctx->cipher->iv_len); in cryptodev_cipher()
409 iiv = out + inl - ctx->cipher->iv_len; in cryptodev_cipher()
411 iiv = save_iv; in cryptodev_cipher()
412 memcpy(ctx->iv, iiv, ctx->cipher->iv_len); in cryptodev_cipher()