Home
last modified time | relevance | path

Searched refs:aesni (Results 1 – 25 of 40) sorted by relevance

12

/freebsd/crypto/openssl/crypto/aes/
H A Dbuild.info7 $AESASM_x86_sse2=vpaes-x86.S aesni-x86.S
11 aes-x86_64.s vpaes-x86_64.s bsaes-x86_64.s aesni-x86_64.s \
12 aesni-sha1-x86_64.s aesni-sha256-x86_64.s aesni-mb-x86_64.s
92 GENERATE[aesni-x86.S]=asm/aesni-x86.pl
93 DEPEND[aesni-586.S]=../perlasm/x86asm.pl
98 GENERATE[aesni-x86_64.s]=asm/aesni-x86_64.pl
99 GENERATE[aesni-sha1-x86_64.s]=asm/aesni-sha1-x86_64.pl
100 GENERATE[aesni-sha256-x86_64.s]=asm/aesni-sha256-x86_64.pl
101 GENERATE[aesni-mb-x86_64.s]=asm/aesni-mb-x86_64.pl
/freebsd/sys/modules/aesni/
H A DMakefile1 .PATH: ${SRCTOP}/sys/crypto/aesni
4 KMOD= aesni
5 SRCS= aesni.c
38 aesni_ghash.o: aesni.h
39 aesni_wrap.o: aesni.h
40 aesni_ccm.o: aesni.h
/freebsd/tests/sys/netipsec/tunnel/
H A Daes_gcm_128.sh14 kldstat -q -n aesni && kldunload aesni
34 kldstat -q -n aesni && kldunload aesni
H A Daes_gcm_256.sh14 kldstat -q -n aesni && kldunload aesni
34 kldstat -q -n aesni && kldunload aesni
H A Daesni_aes_gcm_256.sh14 kldstat -q -n aesni || kldload aesni
34 kldstat -q -n aesni || kldload aesni
H A Daesni_aes_gcm_128.sh14 kldstat -q -n aesni || kldload aesni
34 kldstat -q -n aesni || kldload aesni
H A Daes_cbc_256_hmac_sha2_256.sh14 kldstat -q -n aesni || kldload aesni
34 kldstat -q -n aesni || kldload aesni
H A Daesni_aes_cbc_128_hmac_sha1.sh14 kldstat -q -n aesni || kldload aesni
34 kldstat -q -n aesni || kldload aesni
H A Daesni_aes_cbc_256_hmac_sha2_256.sh14 kldstat -q -n aesni && kldunload aesni
34 kldstat -q -n aesni && kldunload aesni
H A Daes_cbc_128_hmac_sha1.sh14 kldstat -q -n aesni && kldunload aesni
34 kldstat -q -n aesni && kldunload aesni
/freebsd/tools/test/stress2/misc/
H A Daesni.sh37 kldstat -v | grep -qw aesni || { kldload aesni.ko; loaded=1; }
41 [ $loaded ] && kldunload aesni.ko
/freebsd/crypto/openssl/crypto/modes/
H A Dbuild.info7 $MODESASM_x86_64=ghash-x86_64.s aesni-gcm-x86_64.s
68 GENERATE[aesni-gcm-x86_64.s]=asm/aesni-gcm-x86_64.pl
/freebsd/sys/modules/ossl/
H A DMakefile41 aesni-x86_64.S \
42 aesni-gcm-x86_64.S \
53 aesni-x86.S \
/freebsd/sys/conf/
H A Dfiles.x8622 crypto/aesni/aesni.c optional aesni
23 aesni_ghash.o optional aesni \
24 dependency "$S/crypto/aesni/aesni_ghash.c" \
28 aesni_ccm.o optional aesni \
29 dependency "$S/crypto/aesni/aesni_ccm.c" \
33 aesni_wrap.o optional aesni \
34 dependency "$S/crypto/aesni/aesni_wrap.c" \
38 intel_sha1.o optional aesni \
39 dependency "$S/crypto/aesni/intel_sha1.c" \
43 intel_sha256.o optional aesni \
[all …]
H A Dfiles.i38615 crypto/aesni/aeskeys_i386.S optional aesni
17 crypto/openssl/i386/aesni-x86.S optional ossl
/freebsd/secure/lib/libcrypto/
H A DMakefile.asm85 aesni-mb-x86_64.pl aesni-sha1-x86_64.pl aesni-sha256-x86_64.pl \
86 aesni-x86_64.pl bsaes-x86_64.pl vpaes-x86_64.pl
105 SRCS+= aesni-gcm-x86_64.pl ghash-x86_64.pl
227 SRCS+= aes-586.pl aesni-x86.pl vpaes-x86.pl
H A DMakefile50 SRCS+= aes-x86_64.S aesni-mb-x86_64.S aesni-sha1-x86_64.S
51 SRCS+= aesni-sha256-x86_64.S aesni-x86_64.S bsaes-x86_64.S vpaes-x86_64.S
55 SRCS+= aes-586.S aesni-x86.S vpaes-x86.S
299 SRCS+= aesni-gcm-x86_64.S ghash-x86_64.S
/freebsd/cddl/lib/libicp_rescue/
H A DMakefile13 asm-x86_64/modes/aesni-gcm-x86_64.S \
111 CFLAGS.aesni-gcm-x86_64.S+= -DLOCORE
/freebsd/cddl/lib/libicp/
H A DMakefile13 asm-x86_64/modes/aesni-gcm-x86_64.S \
114 CFLAGS.aesni-gcm-x86_64.S+= -DLOCORE
/freebsd/crypto/openssl/providers/
H A Dfips.module.sources17 crypto/aes/asm/aesni-mb-x86_64.pl
18 crypto/aes/asm/aesni-sha1-x86_64.pl
19 crypto/aes/asm/aesni-sha256-x86_64.pl
20 crypto/aes/asm/aesni-x86.pl
21 crypto/aes/asm/aesni-x86_64.pl
232 crypto/modes/asm/aesni-gcm-x86_64.pl
H A Dfips-sources.checksums17 14359dc32b7f4e5c08227fb9ac8f9232c1287399463b233fec4a2ab0c19f68d1 crypto/aes/asm/aesni-mb-x86_64.pl
18 2fe016e8098d1c959b6199ce98e91dfed9a3a543d6b068daf88d4c4c402701ec crypto/aes/asm/aesni-sha1-x86_64.…
19 1d3acabadedb88d1327eeb76201ea9b3f4814f44898018ffae6c73e3f400b89b crypto/aes/asm/aesni-sha256-x86_6…
20 4ff74d4e629a88ef5a9e3d3f5b340fc0a4793d16d7cc7f1b70da62512a856248 crypto/aes/asm/aesni-x86.pl
21 c7c6694480bb5319690f94826139a93f5c460ebea6dba101b520a76cb956ec93 crypto/aes/asm/aesni-x86_64.pl
232 1d686af304f94743038f916125effcb51790c025f3165d8d37b526bbeee781f0 crypto/modes/asm/aesni-gcm-x86_64…
/freebsd/sys/crypto/aesni/
H A Daesni.c362 DRIVER_MODULE(aesni, nexus, aesni_driver, 0, 0);
363 MODULE_VERSION(aesni, 1);
364 MODULE_DEPEND(aesni, crypto, 1, 1, 1);
/freebsd/sys/contrib/libsodium/
H A DAUTHORS41 crypto_aead/aes256gcm/aesni Romain Dolbeau
/freebsd/sys/contrib/openzfs/lib/libicp/
H A DMakefile.am71 module/icp/asm-x86_64/modes/aesni-gcm-x86_64.S \
/freebsd/tests/sys/opencrypto/
H A Dcryptotest.py447 aesni = GenTestCase('aesni0') variable

12