]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use explicitly specified ivsize instead of blocksize when we mean IV size.
authorAndrey V. Elsukov <ae@FreeBSD.org>
Mon, 16 Nov 2015 07:10:42 +0000 (07:10 +0000)
committerAndrey V. Elsukov <ae@FreeBSD.org>
Mon, 16 Nov 2015 07:10:42 +0000 (07:10 +0000)
commit0c80e7df436b13daaa144f1228c8de445740822f
treec0b5fb4d85d387aee141d8b8fc3d47209f3c93cd
parente742867ba480eaa26a59781f8225844055dcefee
Use explicitly specified ivsize instead of blocksize when we mean IV size.
Set zero ivsize for enc_xform_null and remove special handling from
xform_esp.c.

Reviewed by: gnn
Differential Revision: https://reviews.freebsd.org/D1503
sys/netipsec/key.c
sys/netipsec/xform_esp.c
sys/opencrypto/xform.c