Home
last modified time | relevance | path

Searched refs:aes (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/netbsd/crypto/external/bsd/openssl.old/dist/test/recipes/30-test_evp_data/
H A Devpccmcavs.txt13 Cipher = aes-128-ccm
21 Cipher = aes-128-ccm
31 Cipher = aes-128-ccm
41 Cipher = aes-128-ccm
51 Cipher = aes-128-ccm
59 Cipher = aes-128-ccm
69 Cipher = aes-128-ccm
79 Cipher = aes-128-ccm
89 Cipher = aes-128-ccm
99 Cipher = aes-128-ccm
[all …]
H A Devpciph.txt646 Cipher = aes-128-ctr
653 Cipher = aes-128-ctr
660 Cipher = aes-128-ctr
667 Cipher = aes-192-ctr
674 Cipher = aes-192-ctr
681 Cipher = aes-192-ctr
688 Cipher = aes-256-ctr
695 Cipher = aes-256-ctr
702 Cipher = aes-256-ctr
710 Cipher = aes-128-ctr
[all …]
/netbsd/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
H A Devpciph_aes_ccm_cavs.txt13 Cipher = aes-128-ccm
21 Cipher = aes-128-ccm
31 Cipher = aes-128-ccm
41 Cipher = aes-128-ccm
51 Cipher = aes-128-ccm
59 Cipher = aes-128-ccm
69 Cipher = aes-128-ccm
79 Cipher = aes-128-ccm
89 Cipher = aes-128-ccm
99 Cipher = aes-128-ccm
[all …]
H A Devpciph_aes_ocb.txt16 Cipher = aes-128-ocb
24 Cipher = aes-128-ocb
32 Cipher = aes-128-ocb
40 Cipher = aes-128-ocb
48 Cipher = aes-128-ocb
56 Cipher = aes-128-ocb
64 Cipher = aes-128-ocb
72 Cipher = aes-128-ocb
80 Cipher = aes-128-ocb
88 Cipher = aes-128-ocb
[all …]
H A Devpciph_aes_common.txt524 Cipher = aes-128-ctr
532 Cipher = aes-128-ctr
540 Cipher = aes-128-ctr
548 Cipher = aes-192-ctr
556 Cipher = aes-192-ctr
564 Cipher = aes-192-ctr
572 Cipher = aes-256-ctr
580 Cipher = aes-256-ctr
588 Cipher = aes-256-ctr
597 Cipher = aes-128-ctr
[all …]
/netbsd/sys/crypto/aes/
H A Dfiles.aes1 # $NetBSD: files.aes,v 1.3 2020/07/25 22:40:08 riastradh Exp $
3 define aes
5 file crypto/aes/aes_bear.c aes
6 file crypto/aes/aes_ccm.c aes
7 file crypto/aes/aes_ccm_mbuf.c aes
8 file crypto/aes/aes_ct.c aes
9 file crypto/aes/aes_ct_dec.c aes
10 file crypto/aes/aes_ct_enc.c aes
11 file crypto/aes/aes_impl.c aes
12 file crypto/aes/aes_selftest.c aes
/netbsd/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
H A Dcipher_aes.c53 IMPLEMENT_generic_cipher(aes, AES, ecb, ECB, 0, 256, 128, 0, block)
55 IMPLEMENT_generic_cipher(aes, AES, ecb, ECB, 0, 192, 128, 0, block)
57 IMPLEMENT_generic_cipher(aes, AES, ecb, ECB, 0, 128, 128, 0, block)
59 IMPLEMENT_generic_cipher(aes, AES, cbc, CBC, 0, 256, 128, 128, block)
61 IMPLEMENT_generic_cipher(aes, AES, cbc, CBC, 0, 192, 128, 128, block)
63 IMPLEMENT_generic_cipher(aes, AES, cbc, CBC, 0, 128, 128, 128, block)
65 IMPLEMENT_generic_cipher(aes, AES, ofb, OFB, 0, 256, 8, 128, stream)
67 IMPLEMENT_generic_cipher(aes, AES, ofb, OFB, 0, 192, 8, 128, stream)
69 IMPLEMENT_generic_cipher(aes, AES, ofb, OFB, 0, 128, 8, 128, stream)
89 IMPLEMENT_generic_cipher(aes, AES, ctr, CTR, 0, 256, 8, 128, stream)
[all …]
/netbsd/external/bsd/wpa/dist/src/crypto/
H A Daes-ccm.c73 aes_encrypt(aes, x, x); in aes_ccm_auth()
79 aes_encrypt(aes, x, x); in aes_ccm_auth()
102 aes_encrypt(aes, a, out); in aes_ccm_encr()
125 aes_encrypt(aes, a, tmp); in aes_ccm_encr_auth()
140 aes_encrypt(aes, a, tmp); in aes_ccm_decr_auth()
153 void *aes; in aes_ccm_ae() local
160 if (aes == NULL) in aes_ccm_ae()
171 aes_encrypt_deinit(aes); in aes_ccm_ae()
183 void *aes; in aes_ccm_ad() local
191 if (aes == NULL) in aes_ccm_ad()
[all …]
H A DMakefile22 aes-cbc.o \
23 aes-ccm.o \
24 aes-ctr.o \
25 aes-eax.o \
26 aes-encblock.o \
27 aes-gcm.o \
28 aes-internal.o \
31 aes-omac1.o \
32 aes-siv.o \
33 aes-unwrap.o \
[all …]
H A Daes-gcm.c168 aes_encrypt(aes, cb, tmp); in aes_gctr()
177 void *aes; in aes_gcm_init_hash_subkey() local
180 if (aes == NULL) in aes_gcm_init_hash_subkey()
185 aes_encrypt(aes, H, H); in aes_gcm_init_hash_subkey()
188 return aes; in aes_gcm_init_hash_subkey()
261 void *aes; in aes_gcm_ae() local
264 if (aes == NULL) in aes_gcm_ae()
279 aes_encrypt_deinit(aes); in aes_gcm_ae()
295 void *aes; in aes_gcm_ad() local
298 if (aes == NULL) in aes_gcm_ad()
[all …]
H A Dcrypto_internal-cipher.c29 } aes; member
66 if (ctx->u.aes.ctx_enc == NULL) { in crypto_cipher_init()
71 if (ctx->u.aes.ctx_dec == NULL) { in crypto_cipher_init()
72 aes_encrypt_deinit(ctx->u.aes.ctx_enc); in crypto_cipher_init()
76 os_memcpy(ctx->u.aes.cbc, iv, AES_BLOCK_SIZE); in crypto_cipher_init()
122 ctx->u.aes.cbc[j] ^= plain[j]; in crypto_cipher_encrypt()
123 aes_encrypt(ctx->u.aes.ctx_enc, ctx->u.aes.cbc, in crypto_cipher_encrypt()
124 ctx->u.aes.cbc); in crypto_cipher_encrypt()
188 plain[j] ^= ctx->u.aes.cbc[j]; in crypto_cipher_decrypt()
234 aes_encrypt_deinit(ctx->u.aes.ctx_enc); in crypto_cipher_deinit()
[all …]
/netbsd/crypto/external/bsd/openssl/dist/crypto/aes/
H A Dbuild.info5 $AESASM_x86=aes-586.S
82 GENERATE[aes-ia64.s]=asm/aes-ia64.S
84 GENERATE[aes-586.S]=asm/aes-586.pl
91 GENERATE[aes-x86_64.s]=asm/aes-x86_64.pl
99 GENERATE[aes-sparcv9.S]=asm/aes-sparcv9.pl
107 GENERATE[aes-ppc.s]=asm/aes-ppc.pl
111 GENERATE[aes-parisc.s]=asm/aes-parisc.pl
113 GENERATE[aes-mips.S]=asm/aes-mips.pl
120 GENERATE[aes-armv4.S]=asm/aes-armv4.pl
125 GENERATE[aes-s390x.S]=asm/aes-s390x.pl
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/aes/
H A Dbuild.info6 GENERATE[aes-ia64.s]=asm/aes-ia64.S
8 GENERATE[aes-586.s]=asm/aes-586.pl \
18 GENERATE[aes-x86_64.s]=asm/aes-x86_64.pl $(PERLASM_SCHEME)
26 GENERATE[aes-sparcv9.S]=asm/aes-sparcv9.pl $(PERLASM_SCHEME)
34 GENERATE[aes-ppc.s]=asm/aes-ppc.pl $(PERLASM_SCHEME)
38 GENERATE[aes-parisc.s]=asm/aes-parisc.pl $(PERLASM_SCHEME)
40 GENERATE[aes-mips.S]=asm/aes-mips.pl $(PERLASM_SCHEME)
41 INCLUDE[aes-mips.o]=..
47 GENERATE[aes-armv4.S]=asm/aes-armv4.pl $(PERLASM_SCHEME)
52 GENERATE[aes-s390x.S]=asm/aes-s390x.pl $(PERLASM_SCHEME)
[all …]
/netbsd/sys/crypto/aes/arch/x86/
H A Dfiles.aessse23 makeoptions aes "COPTS.aes_sse2.c"+="-msse -msse2"
4 makeoptions aes "COPTS.aes_sse2_dec.c"+="-msse -msse2"
5 makeoptions aes "COPTS.aes_sse2_enc.c"+="-msse -msse2"
6 makeoptions aes "COPTS.aes_sse2_subr.c"+="-msse -msse2"
8 file crypto/aes/arch/x86/aes_sse2.c aes
9 file crypto/aes/arch/x86/aes_sse2_dec.c aes
10 file crypto/aes/arch/x86/aes_sse2_enc.c aes
11 file crypto/aes/arch/x86/aes_sse2_impl.c aes
12 file crypto/aes/arch/x86/aes_sse2_subr.c aes
H A Dfiles.aesssse33 makeoptions aes "COPTS.aes_ssse3.c"+="-msse -msse2 -msse3 -mssse3"
4 makeoptions aes "COPTS.aes_ssse3_subr.c"+="-msse -msse2 -msse3 -mssse3"
6 file crypto/aes/arch/x86/aes_ssse3.c aes
7 file crypto/aes/arch/x86/aes_ssse3_subr.c aes
8 file crypto/aes/arch/x86/aes_ssse3_impl.c aes
/netbsd/sys/crypto/aes/arch/arm/
H A Dfiles.aesneon4 makeoptions aes "COPTS.aes_neon.c"+="-march=armv8-a"
5 makeoptions aes "COPTS.aes_neon_subr.c"+="-march=armv8-a"
6 makeoptions aes "CWARNFLAGS.aes_neon.c"+="${${ACTIVE_CC} == clang :? -Wno-nonportable-vector-initia…
7 makeoptions aes "CWARNFLAGS.aes_neon_subr.c"+="${${ACTIVE_CC} == clang :? -Wno-nonportable-vector-i…
9 makeoptions aes "COPTS.aes_neon.c"+="-mfloat-abi=softfp -mfpu=neon"
10 makeoptions aes "COPTS.aes_neon_subr.c"+="-mfloat-abi=softfp -mfpu=neon"
13 makeoptions aes "AOPTS.aes_neon_32.S"+="-D__SOFTFP__"
15 file crypto/aes/arch/arm/aes_neon.c aes & (cpu_cortex | aarch64)
16 file crypto/aes/arch/arm/aes_neon_impl.c aes & (cpu_cortex | aarch64)
17 file crypto/aes/arch/arm/aes_neon_subr.c aes & (cpu_cortex | aarch64)
[all …]
H A Dfiles.aesarmv83 file crypto/aes/arch/arm/aes_armv8.c aes
4 file crypto/aes/arch/arm/aes_armv8_64.S aes
/netbsd/crypto/external/bsd/openssl.old/dist/test/ssl-tests/
H A D13-fragmentation.conf15 test-10 = 10-large-app-data-aes-sha1-multibuffer
16 test-11 = 11-large-app-data-aes-sha2-multibuffer
19 test-14 = 14-small-app-data-aes-sha1-multibuffer
20 test-15 = 15-small-app-data-aes-sha2-multibuffer
262 [10-large-app-data-aes-sha1-multibuffer]
265 [10-large-app-data-aes-sha1-multibuffer-ssl]
287 [11-large-app-data-aes-sha2-multibuffer]
290 [11-large-app-data-aes-sha2-multibuffer-ssl]
362 [14-small-app-data-aes-sha1-multibuffer]
365 [14-small-app-data-aes-sha1-multibuffer-ssl]
[all …]
/netbsd/crypto/external/bsd/openssl/dist/test/ssl-tests/
H A D13-fragmentation.cnf15 test-10 = 10-large-app-data-aes-sha1-multibuffer
16 test-11 = 11-large-app-data-aes-sha2-multibuffer
19 test-14 = 14-small-app-data-aes-sha1-multibuffer
20 test-15 = 15-small-app-data-aes-sha2-multibuffer
262 [10-large-app-data-aes-sha1-multibuffer]
265 [10-large-app-data-aes-sha1-multibuffer-ssl]
287 [11-large-app-data-aes-sha2-multibuffer]
290 [11-large-app-data-aes-sha2-multibuffer-ssl]
362 [14-small-app-data-aes-sha1-multibuffer]
365 [14-small-app-data-aes-sha1-multibuffer-ssl]
[all …]
/netbsd/external/bsd/libarchive/dist/libarchive/
H A Darchive_string.c3846 aes->aes_set = 0; in archive_mstring_clean()
3876 r = archive_strncpy_l(&(aes->aes_utf8), aes->aes_mbs.s, in archive_mstring_get_utf8()
3908 aes->aes_wcs.s, aes->aes_wcs.length); in archive_mstring_get_mbs()
3942 aes->aes_mbs.s, aes->aes_mbs.length); in archive_mstring_get_wcs()
3966 &(aes->aes_mbs_in_locale), aes->aes_wcs.s, in archive_mstring_get_mbs_l()
3987 aes->aes_wcs.s, aes->aes_wcs.length); in archive_mstring_get_mbs_l()
4006 aes->aes_mbs.s, aes->aes_mbs.length, sc); in archive_mstring_get_mbs_l()
4022 aes->aes_set = 0; in archive_mstring_copy_mbs()
4033 aes->aes_set = 0; in archive_mstring_copy_mbs_len()
4069 aes->aes_set = 0; in archive_mstring_copy_wcs_len()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-option-extensions.def68 "sm3/sm4", "sve", "sve2", "sve2-aes", "sve2-sha3", "sve2-sm4",
79 /* Enabling "crypto" also enables "fp", "simd", "aes" and "sha2".
81 "sve2-aes", "sve2-sha3", "sve2-sm4". */
87 "aes pmull sha1 sha2")
97 "sve2-aes", "sve2-sha3", "sve2-sm4", "sve2-bitperm", "f32mm" and
119 /* Enabling "aes" also enables "simd".
120 Disabling "aes" disables "aes" and "sve2-aes'. */
121 AARCH64_OPT_EXTENSION("aes", AARCH64_FL_AES, AARCH64_FL_SIMD, \
122 AARCH64_FL_SVE2_AES, false, "aes")
186 /* Enabling "sve2-aes" also enables "aes", "simd", "fp16", "fp", "sve", and
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-option-extensions.def68 "sm3/sm4", "sve", "sve2", "sve2-aes", "sve2-sha3", "sve2-sm4",
79 /* Enabling "crypto" also enables "fp", "simd", "aes" and "sha2".
81 "sve2-aes", "sve2-sha3", "sve2-sm4". */
87 "aes pmull sha1 sha2")
97 "sve2-aes", "sve2-sha3", "sve2-sm4", "sve2-bitperm", "f32mm" and
119 /* Enabling "aes" also enables "simd".
120 Disabling "aes" disables "aes" and "sve2-aes'. */
121 AARCH64_OPT_EXTENSION("aes", AARCH64_FL_AES, AARCH64_FL_SIMD, \
122 AARCH64_FL_SVE2_AES, false, "aes")
186 /* Enabling "sve2-aes" also enables "aes", "simd", "fp16", "fp", "sve", and
[all …]
/netbsd/crypto/external/bsd/openssl/dist/crypto/evp/
H A De_aes.c954 } aes; member
1711 memcpy(ctx->aes.ccm.nonce.b + 1, nonce, 15 - ctx->aes.ccm.l); in s390x_aes_ccm_setiv()
1758 s390x_kmac(ctx->aes.ccm.nonce.b, 32, ctx->aes.ccm.fc, in s390x_aes_ccm_aad()
1774 ctx->aes.ccm.kmac_param.icv.b, ctx->aes.ccm.fc, in s390x_aes_ccm_aad()
1794 ctx->aes.ccm.fc, ctx->aes.ccm.kmac_param.k); in s390x_aes_ccm()
1836 ctx->aes.ccm.kmac_param.icv.b, ctx->aes.ccm.fc, in s390x_aes_ccm()
1856 ctx->aes.ccm.kmac_param.icv.b, ctx->aes.ccm.fc, in s390x_aes_ccm()
1864 s390x_km(ctx->aes.ccm.nonce.b, 16, ctx->aes.ccm.buf.b, ctx->aes.ccm.fc, in s390x_aes_ccm()
1866 ctx->aes.ccm.kmac_param.icv.g[0] ^= ctx->aes.ccm.buf.g[0]; in s390x_aes_ccm()
1867 ctx->aes.ccm.kmac_param.icv.g[1] ^= ctx->aes.ccm.buf.g[1]; in s390x_aes_ccm()
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A De_aes.c1153 } aes; member
1973 memcpy(ctx->aes.ccm.nonce.b + 1, nonce, 15 - ctx->aes.ccm.l); in s390x_aes_ccm_setiv()
2020 s390x_kmac(ctx->aes.ccm.nonce.b, 32, ctx->aes.ccm.fc, in s390x_aes_ccm_aad()
2036 ctx->aes.ccm.kmac_param.icv.b, ctx->aes.ccm.fc, in s390x_aes_ccm_aad()
2056 ctx->aes.ccm.fc, ctx->aes.ccm.kmac_param.k); in s390x_aes_ccm()
2098 ctx->aes.ccm.kmac_param.icv.b, ctx->aes.ccm.fc, in s390x_aes_ccm()
2118 ctx->aes.ccm.kmac_param.icv.b, ctx->aes.ccm.fc, in s390x_aes_ccm()
2126 s390x_km(ctx->aes.ccm.nonce.b, 16, ctx->aes.ccm.buf.b, ctx->aes.ccm.fc, in s390x_aes_ccm()
2128 ctx->aes.ccm.kmac_param.icv.g[0] ^= ctx->aes.ccm.buf.g[0]; in s390x_aes_ccm()
2129 ctx->aes.ccm.kmac_param.icv.g[1] ^= ctx->aes.ccm.buf.g[1]; in s390x_aes_ccm()
[all …]
/netbsd/crypto/external/bsd/openssl/dist/providers/
H A Dfips.module.sources1 crypto/aes/aes_cbc.c
6 crypto/aes/asm/aes-586.pl
7 crypto/aes/asm/aes-armv4.pl
8 crypto/aes/asm/aes-c64xplus.pl
9 crypto/aes/asm/aes-ia64.S
10 crypto/aes/asm/aes-mips.pl
11 crypto/aes/asm/aes-parisc.pl
12 crypto/aes/asm/aes-ppc.pl
13 crypto/aes/asm/aes-s390x.pl
14 crypto/aes/asm/aes-sparcv9.pl
[all …]

12345678910>>...15