Searched refs:iiv (Results 1 – 1 of 1) sorted by relevance
403 const void *iiv; in cryptodev_cipher() local427 iiv = in + inl - ctx->cipher->iv_len; in cryptodev_cipher()428 memcpy(save_iv, iiv, ctx->cipher->iv_len); in cryptodev_cipher()443 iiv = out + inl - ctx->cipher->iv_len; in cryptodev_cipher()445 iiv = save_iv; in cryptodev_cipher()446 memcpy(ctx->iv, iiv, ctx->cipher->iv_len); in cryptodev_cipher()