Searched hist:"44 f8e1e8530e1d2e95e84bbbe3d22ac9cb2557fe" (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/crypto/openssl/ |
H A D | ossl_arm.h | 44f8e1e8530e1d2e95e84bbbe3d22ac9cb2557fe Thu Nov 30 18:46:08 CET 2023 Mark Johnston <markj@FreeBSD.org> ossl: Add support for armv7
OpenSSL provides implementations of several AES modes which use bitslicing and can be accelerated on CPUs which support the NEON extension. This patch adds arm platform support to ossl(4) and provides an AES-CBC implementation, though bsaes_cbc_encrypt() only implements decryption. The real goal is to provide an accelerated AES-GCM implementation; this will be added in a subsequent patch.
Initially derived from https://reviews.freebsd.org/D37420.
Reviewed by: jhb Sponsored by: Klara, Inc. Sponsored by: Stormshield MFC after: 3 months Differential Revision: https://reviews.freebsd.org/D41304
|
H A D | ossl_arm.c | 44f8e1e8530e1d2e95e84bbbe3d22ac9cb2557fe Thu Nov 30 18:46:08 CET 2023 Mark Johnston <markj@FreeBSD.org> ossl: Add support for armv7
OpenSSL provides implementations of several AES modes which use bitslicing and can be accelerated on CPUs which support the NEON extension. This patch adds arm platform support to ossl(4) and provides an AES-CBC implementation, though bsaes_cbc_encrypt() only implements decryption. The real goal is to provide an accelerated AES-GCM implementation; this will be added in a subsequent patch.
Initially derived from https://reviews.freebsd.org/D37420.
Reviewed by: jhb Sponsored by: Klara, Inc. Sponsored by: Stormshield MFC after: 3 months Differential Revision: https://reviews.freebsd.org/D41304
|
H A D | ossl_aes_gcm.h | diff 44f8e1e8530e1d2e95e84bbbe3d22ac9cb2557fe Thu Nov 30 18:46:08 CET 2023 Mark Johnston <markj@FreeBSD.org> ossl: Add support for armv7
OpenSSL provides implementations of several AES modes which use bitslicing and can be accelerated on CPUs which support the NEON extension. This patch adds arm platform support to ossl(4) and provides an AES-CBC implementation, though bsaes_cbc_encrypt() only implements decryption. The real goal is to provide an accelerated AES-GCM implementation; this will be added in a subsequent patch.
Initially derived from https://reviews.freebsd.org/D37420.
Reviewed by: jhb Sponsored by: Klara, Inc. Sponsored by: Stormshield MFC after: 3 months Differential Revision: https://reviews.freebsd.org/D41304
|
H A D | ossl_cipher.h | diff 44f8e1e8530e1d2e95e84bbbe3d22ac9cb2557fe Thu Nov 30 18:46:08 CET 2023 Mark Johnston <markj@FreeBSD.org> ossl: Add support for armv7
OpenSSL provides implementations of several AES modes which use bitslicing and can be accelerated on CPUs which support the NEON extension. This patch adds arm platform support to ossl(4) and provides an AES-CBC implementation, though bsaes_cbc_encrypt() only implements decryption. The real goal is to provide an accelerated AES-GCM implementation; this will be added in a subsequent patch.
Initially derived from https://reviews.freebsd.org/D37420.
Reviewed by: jhb Sponsored by: Klara, Inc. Sponsored by: Stormshield MFC after: 3 months Differential Revision: https://reviews.freebsd.org/D41304
|
H A D | ossl_aes.c | diff 44f8e1e8530e1d2e95e84bbbe3d22ac9cb2557fe Thu Nov 30 18:46:08 CET 2023 Mark Johnston <markj@FreeBSD.org> ossl: Add support for armv7
OpenSSL provides implementations of several AES modes which use bitslicing and can be accelerated on CPUs which support the NEON extension. This patch adds arm platform support to ossl(4) and provides an AES-CBC implementation, though bsaes_cbc_encrypt() only implements decryption. The real goal is to provide an accelerated AES-GCM implementation; this will be added in a subsequent patch.
Initially derived from https://reviews.freebsd.org/D37420.
Reviewed by: jhb Sponsored by: Klara, Inc. Sponsored by: Stormshield MFC after: 3 months Differential Revision: https://reviews.freebsd.org/D41304
|
/freebsd/sys/modules/ossl/ |
H A D | Makefile | diff 44f8e1e8530e1d2e95e84bbbe3d22ac9cb2557fe Thu Nov 30 18:46:08 CET 2023 Mark Johnston <markj@FreeBSD.org> ossl: Add support for armv7
OpenSSL provides implementations of several AES modes which use bitslicing and can be accelerated on CPUs which support the NEON extension. This patch adds arm platform support to ossl(4) and provides an AES-CBC implementation, though bsaes_cbc_encrypt() only implements decryption. The real goal is to provide an accelerated AES-GCM implementation; this will be added in a subsequent patch.
Initially derived from https://reviews.freebsd.org/D37420.
Reviewed by: jhb Sponsored by: Klara, Inc. Sponsored by: Stormshield MFC after: 3 months Differential Revision: https://reviews.freebsd.org/D41304
|
/freebsd/sys/conf/ |
H A D | files.arm | diff 44f8e1e8530e1d2e95e84bbbe3d22ac9cb2557fe Thu Nov 30 18:46:08 CET 2023 Mark Johnston <markj@FreeBSD.org> ossl: Add support for armv7
OpenSSL provides implementations of several AES modes which use bitslicing and can be accelerated on CPUs which support the NEON extension. This patch adds arm platform support to ossl(4) and provides an AES-CBC implementation, though bsaes_cbc_encrypt() only implements decryption. The real goal is to provide an accelerated AES-GCM implementation; this will be added in a subsequent patch.
Initially derived from https://reviews.freebsd.org/D37420.
Reviewed by: jhb Sponsored by: Klara, Inc. Sponsored by: Stormshield MFC after: 3 months Differential Revision: https://reviews.freebsd.org/D41304
|
/freebsd/sys/modules/ |
H A D | Makefile | diff 44f8e1e8530e1d2e95e84bbbe3d22ac9cb2557fe Thu Nov 30 18:46:08 CET 2023 Mark Johnston <markj@FreeBSD.org> ossl: Add support for armv7
OpenSSL provides implementations of several AES modes which use bitslicing and can be accelerated on CPUs which support the NEON extension. This patch adds arm platform support to ossl(4) and provides an AES-CBC implementation, though bsaes_cbc_encrypt() only implements decryption. The real goal is to provide an accelerated AES-GCM implementation; this will be added in a subsequent patch.
Initially derived from https://reviews.freebsd.org/D37420.
Reviewed by: jhb Sponsored by: Klara, Inc. Sponsored by: Stormshield MFC after: 3 months Differential Revision: https://reviews.freebsd.org/D41304
|