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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_cryptodev.c377 void *iiv; local
401 iiv = (void *) in + inl - ctx->cipher->iv_len;
402 memcpy(save_iv, iiv, ctx->cipher->iv_len);
416 iiv = (void *) out + inl - ctx->cipher->iv_len;
418 iiv = save_iv;
419 memcpy(ctx->iv, iiv, ctx->cipher->iv_len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Deng_cryptodev.c412 const void *iiv; local
436 iiv = in + inl - ctx->cipher->iv_len;
437 memcpy(save_iv, iiv, ctx->cipher->iv_len);
452 iiv = out + inl - ctx->cipher->iv_len;
454 iiv = save_iv;
455 memcpy(ctx->iv, iiv, ctx->cipher->iv_len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Deng_cryptodev.c412 const void *iiv; local
436 iiv = in + inl - ctx->cipher->iv_len;
437 memcpy(save_iv, iiv, ctx->cipher->iv_len);
452 iiv = out + inl - ctx->cipher->iv_len;
454 iiv = save_iv;
455 memcpy(ctx->iv, iiv, ctx->cipher->iv_len);

Completed in 66 milliseconds