/freebsd/share/man/man9/ |
H A D | crypto_driver.9 | diff 29fe41ddd714bae92a09fd4098fad614945bedf5 Tue Apr 21 00:24:49 CEST 2020 John Baldwin <jhb@FreeBSD.org> Retire the CRYPTO_F_IV_GENERATE flag.
The sole in-tree user of this flag has been retired, so remove this complexity from all drivers. While here, add a helper routine drivers can use to read the current request's IV into a local buffer. Use this routine to replace duplicated code in nearly all drivers.
Reviewed by: cem Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D24450
|
H A D | crypto_request.9 | diff 29fe41ddd714bae92a09fd4098fad614945bedf5 Tue Apr 21 00:24:49 CEST 2020 John Baldwin <jhb@FreeBSD.org> Retire the CRYPTO_F_IV_GENERATE flag.
The sole in-tree user of this flag has been retired, so remove this complexity from all drivers. While here, add a helper routine drivers can use to read the current request's IV into a local buffer. Use this routine to replace duplicated code in nearly all drivers.
Reviewed by: cem Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D24450
|
/freebsd/sys/crypto/ccp/ |
H A D | ccp_hardware.c | diff 29fe41ddd714bae92a09fd4098fad614945bedf5 Tue Apr 21 00:24:49 CEST 2020 John Baldwin <jhb@FreeBSD.org> Retire the CRYPTO_F_IV_GENERATE flag.
The sole in-tree user of this flag has been retired, so remove this complexity from all drivers. While here, add a helper routine drivers can use to read the current request's IV into a local buffer. Use this routine to replace duplicated code in nearly all drivers.
Reviewed by: cem Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D24450
|
/freebsd/sys/dev/sec/ |
H A D | sec.c | diff 29fe41ddd714bae92a09fd4098fad614945bedf5 Tue Apr 21 00:24:49 CEST 2020 John Baldwin <jhb@FreeBSD.org> Retire the CRYPTO_F_IV_GENERATE flag.
The sole in-tree user of this flag has been retired, so remove this complexity from all drivers. While here, add a helper routine drivers can use to read the current request's IV into a local buffer. Use this routine to replace duplicated code in nearly all drivers.
Reviewed by: cem Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D24450
|
/freebsd/sys/crypto/via/ |
H A D | padlock_cipher.c | diff 29fe41ddd714bae92a09fd4098fad614945bedf5 Tue Apr 21 00:24:49 CEST 2020 John Baldwin <jhb@FreeBSD.org> Retire the CRYPTO_F_IV_GENERATE flag.
The sole in-tree user of this flag has been retired, so remove this complexity from all drivers. While here, add a helper routine drivers can use to read the current request's IV into a local buffer. Use this routine to replace duplicated code in nearly all drivers.
Reviewed by: cem Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D24450
|
/freebsd/sys/crypto/armv8/ |
H A D | armv8_crypto.c | diff 29fe41ddd714bae92a09fd4098fad614945bedf5 Tue Apr 21 00:24:49 CEST 2020 John Baldwin <jhb@FreeBSD.org> Retire the CRYPTO_F_IV_GENERATE flag.
The sole in-tree user of this flag has been retired, so remove this complexity from all drivers. While here, add a helper routine drivers can use to read the current request's IV into a local buffer. Use this routine to replace duplicated code in nearly all drivers.
Reviewed by: cem Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D24450
|
/freebsd/sys/dev/cesa/ |
H A D | cesa.c | diff 29fe41ddd714bae92a09fd4098fad614945bedf5 Tue Apr 21 00:24:49 CEST 2020 John Baldwin <jhb@FreeBSD.org> Retire the CRYPTO_F_IV_GENERATE flag.
The sole in-tree user of this flag has been retired, so remove this complexity from all drivers. While here, add a helper routine drivers can use to read the current request's IV into a local buffer. Use this routine to replace duplicated code in nearly all drivers.
Reviewed by: cem Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D24450
|
/freebsd/sys/dev/cxgbe/crypto/ |
H A D | t4_crypto.c | diff 29fe41ddd714bae92a09fd4098fad614945bedf5 Tue Apr 21 00:24:49 CEST 2020 John Baldwin <jhb@FreeBSD.org> Retire the CRYPTO_F_IV_GENERATE flag.
The sole in-tree user of this flag has been retired, so remove this complexity from all drivers. While here, add a helper routine drivers can use to read the current request's IV into a local buffer. Use this routine to replace duplicated code in nearly all drivers.
Reviewed by: cem Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D24450
|
/freebsd/sys/crypto/aesni/ |
H A D | aesni.c | diff 29fe41ddd714bae92a09fd4098fad614945bedf5 Tue Apr 21 00:24:49 CEST 2020 John Baldwin <jhb@FreeBSD.org> Retire the CRYPTO_F_IV_GENERATE flag.
The sole in-tree user of this flag has been retired, so remove this complexity from all drivers. While here, add a helper routine drivers can use to read the current request's IV into a local buffer. Use this routine to replace duplicated code in nearly all drivers.
Reviewed by: cem Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D24450
|
/freebsd/sys/dev/glxsb/ |
H A D | glxsb.c | diff 29fe41ddd714bae92a09fd4098fad614945bedf5 Tue Apr 21 00:24:49 CEST 2020 John Baldwin <jhb@FreeBSD.org> Retire the CRYPTO_F_IV_GENERATE flag.
The sole in-tree user of this flag has been retired, so remove this complexity from all drivers. While here, add a helper routine drivers can use to read the current request's IV into a local buffer. Use this routine to replace duplicated code in nearly all drivers.
Reviewed by: cem Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D24450
|
/freebsd/sys/opencrypto/ |
H A D | cryptodev.h | diff 29fe41ddd714bae92a09fd4098fad614945bedf5 Tue Apr 21 00:24:49 CEST 2020 John Baldwin <jhb@FreeBSD.org> Retire the CRYPTO_F_IV_GENERATE flag.
The sole in-tree user of this flag has been retired, so remove this complexity from all drivers. While here, add a helper routine drivers can use to read the current request's IV into a local buffer. Use this routine to replace duplicated code in nearly all drivers.
Reviewed by: cem Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D24450
|
H A D | cryptosoft.c | diff 29fe41ddd714bae92a09fd4098fad614945bedf5 Tue Apr 21 00:24:49 CEST 2020 John Baldwin <jhb@FreeBSD.org> Retire the CRYPTO_F_IV_GENERATE flag.
The sole in-tree user of this flag has been retired, so remove this complexity from all drivers. While here, add a helper routine drivers can use to read the current request's IV into a local buffer. Use this routine to replace duplicated code in nearly all drivers.
Reviewed by: cem Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D24450
|
H A D | crypto.c | diff 29fe41ddd714bae92a09fd4098fad614945bedf5 Tue Apr 21 00:24:49 CEST 2020 John Baldwin <jhb@FreeBSD.org> Retire the CRYPTO_F_IV_GENERATE flag.
The sole in-tree user of this flag has been retired, so remove this complexity from all drivers. While here, add a helper routine drivers can use to read the current request's IV into a local buffer. Use this routine to replace duplicated code in nearly all drivers.
Reviewed by: cem Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D24450
|
/freebsd/sys/dev/safe/ |
H A D | safe.c | diff 29fe41ddd714bae92a09fd4098fad614945bedf5 Tue Apr 21 00:24:49 CEST 2020 John Baldwin <jhb@FreeBSD.org> Retire the CRYPTO_F_IV_GENERATE flag.
The sole in-tree user of this flag has been retired, so remove this complexity from all drivers. While here, add a helper routine drivers can use to read the current request's IV into a local buffer. Use this routine to replace duplicated code in nearly all drivers.
Reviewed by: cem Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D24450
|
/freebsd/sys/dev/hifn/ |
H A D | hifn7751.c | diff 29fe41ddd714bae92a09fd4098fad614945bedf5 Tue Apr 21 00:24:49 CEST 2020 John Baldwin <jhb@FreeBSD.org> Retire the CRYPTO_F_IV_GENERATE flag.
The sole in-tree user of this flag has been retired, so remove this complexity from all drivers. While here, add a helper routine drivers can use to read the current request's IV into a local buffer. Use this routine to replace duplicated code in nearly all drivers.
Reviewed by: cem Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D24450
|