Home
last modified time | relevance | path

Searched hist:"29 fe41ddd714bae92a09fd4098fad614945bedf5" (Results 1 – 15 of 15) sorted by relevance

/freebsd/share/man/man9/
H A Dcrypto_driver.9diff 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 Dcrypto_request.9diff 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 Dccp_hardware.cdiff 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 Dsec.cdiff 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 Dpadlock_cipher.cdiff 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 Darmv8_crypto.cdiff 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 Dcesa.cdiff 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 Dt4_crypto.cdiff 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 Daesni.cdiff 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 Dglxsb.cdiff 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 Dcryptodev.hdiff 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 Dcryptosoft.cdiff 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 Dcrypto.cdiff 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 Dsafe.cdiff 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 Dhifn7751.cdiff 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