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

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

Completed in 388 milliseconds