diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-09-27 21:43:05 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-10-03 13:53:05 +0200 |
commit | c5032beda17213eea05e842739dafae50e87f39b (patch) | |
tree | eb3db582e6c269192141a2329986c5b67564b013 /devel | |
parent | edce87be74a578eb3b2bc85483130ddd62a4f38f (diff) | |
download | gnutls-c5032beda17213eea05e842739dafae50e87f39b.tar.gz |
Imported Andy Polyakov's implementation of AES-GCM in aarch64
Diffstat (limited to 'devel')
l--------- | devel/perlasm/ghash-aarch64.pl | 1 | ||||
l--------- | devel/perlasm/ghash-aarch64.pl.license | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/devel/perlasm/ghash-aarch64.pl b/devel/perlasm/ghash-aarch64.pl new file mode 120000 index 0000000000..761f73cd4a --- /dev/null +++ b/devel/perlasm/ghash-aarch64.pl @@ -0,0 +1 @@ +../openssl/crypto/modes/asm/ghashv8-armx.pl
\ No newline at end of file diff --git a/devel/perlasm/ghash-aarch64.pl.license b/devel/perlasm/ghash-aarch64.pl.license new file mode 120000 index 0000000000..cd301a44ab --- /dev/null +++ b/devel/perlasm/ghash-aarch64.pl.license @@ -0,0 +1 @@ +license.txt
\ No newline at end of file |