Home
last modified time | relevance | path

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

/external/chromium_org/third_party/openssl/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()
/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()