xref: /freebsd/sys/contrib/openzfs/contrib/icp/gcm-simd/boringssl/README (revision 53a2e2635ab2d17bed1de7b4e0d782dd23ceb6ea)
1This directory contains the original BoringSSL [1] GCM x86-64 assembly
2files [2].
3
4The assembler files where then further modified to fit the ICP conventions.
5
6The main purpose to include these files (and the original ones) here, is to
7serve as a reference if upstream changes need to be applied to the files
8included and modified in the ICP.
9
10[1] https://github.com/google/boringssl
11[2] https://github.com/google/boringssl/blob/d5440dd2c2c500ac2d3bba4afec47a054b4d99ae/gen/bcm/aes-gcm-avx2-x86_64-linux.S
12