Searched refs:iiv (Results 1 – 2 of 2) sorted by relevance
370 const void *iiv; in cryptodev_cipher() local394 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()