Home
last modified time | relevance | path

Searched refs:AES (Results 1 – 25 of 215) sorted by relevance

123456789

/freebsd/crypto/openssl/doc/man7/
H A DEVP_CIPHER-AES.pod5 EVP_CIPHER-AES - The AES EVP_CIPHER implementations
9 Support for AES symmetric encryption using the B<EVP_CIPHER> API.
18 =item "AES-128-CBC", "AES-192-CBC" and "AES-256-CBC"
20 =item "AES-128-CBC-CTS", "AES-192-CBC-CTS" and "AES-256-CBC-CTS"
22 =item "AES-128-CFB", "AES-192-CFB", "AES-256-CFB",
23 "AES-128-CFB1", "AES-192-CFB1", "AES-256-CFB1",
24 "AES-128-CFB8", "AES-192-CFB8" and "AES-256-CFB8"
26 =item "AES-128-CTR", "AES-192-CTR" and "AES-256-CTR"
28 =item "AES-128-ECB", "AES-192-ECB" and "AES-256-ECB"
30 =item "AES-192-OFB", "AES-128-OFB" and "AES-256-OFB"
[all …]
H A DEVP_CIPHER-ARIA.pod27 =item "AES-192-OCB", "AES-128-OCB" and "AES-256-OCB"
H A DEVP_KDF-X942-ASN1.pod76 Valid values are "AES-128-WRAP", "AES-192-WRAP", "AES-256-WRAP" and "DES3-WRAP".
116 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_KDF_PARAM_CEK_ALG, "AES-256-WRAP, 0);
/freebsd/crypto/openssl/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)
71 IMPLEMENT_generic_cipher(aes, AES, cfb, CFB, 0, 256, 8, 128, stream)
[all …]
H A Dcipher_aes_cts.inc10 /* Dispatch functions for AES CBC CTS ciphers */
90 IMPLEMENT_cts_cipher(aes, AES, cbc, CBC, CTS_FLAGS, 256, 128, 128, block)
92 IMPLEMENT_cts_cipher(aes, AES, cbc, CBC, CTS_FLAGS, 192, 128, 128, block)
94 IMPLEMENT_cts_cipher(aes, AES, cbc, CBC, CTS_FLAGS, 128, 128, 128, block)
H A Dcipher_aes_ccm_hw_aesni.inc11 * AES-NI support for AES CCM.
H A Dcipher_aes_gcm_hw_aesni.inc11 * AES-NI support for AES GCM.
H A Dcipher_aes_hw_aesni.inc11 * AES-NI support for AES modes ecb, cbc, ofb, cfb, ctr.
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpciph_aes_cts.txt10 # These have an IV of all zeros, for a 128 bit AES key.
12 Title = AES CBC Test vectors
18 Cipher = AES-128-CBC
25 Cipher = AES-128-CBC
32 Cipher = AES-128-CBC
38 Title = AES CBC CTS1 Test vectors
46 Cipher = AES-128-CBC-CTS
54 Cipher = AES-128-CBC-CTS
63 Cipher = AES-128-CBC-CTS
72 Cipher = AES-128-CBC-CTS
[all …]
H A Devpciph_aes_common.txt16 Title = AES (from FIPS-197 test vectors)
18 Cipher = AES-128-ECB
24 # AES 192 ECB tests (from FIPS-197 test vectors, encrypt)
26 Cipher = AES-192-ECB
33 # AES 256 ECB tests (from FIPS-197 test vectors, encrypt)
35 Cipher = AES-256-ECB
42 # AES 128 ECB tests (from NIST test vectors, encrypt)
44 #AES-128-ECB:00000000000000000000000000000000::00000000000000000000000000000000:C34C052CC0DA8D73451…
46 # AES 128 ECB tests (from NIST test vectors, decrypt)
48 #AES-128-ECB:00000000000000000000000000000000::44416AC2D1F53C583303917E6BE9EBE0:0000000000000000000…
[all …]
H A Devpciph_aes_stitched.txt1 Title = AES-128-CBC-HMAC-SHA1 test vectors
3 Cipher = AES-128-CBC-HMAC-SHA1
13 Cipher = AES-128-CBC-HMAC-SHA1
23 Cipher = AES-128-CBC-HMAC-SHA1
33 Title = AES-256-CBC-HMAC-SHA1 test vectors
35 Cipher = AES-256-CBC-HMAC-SHA1
45 Cipher = AES-256-CBC-HMAC-SHA1
55 Cipher = AES-256-CBC-HMAC-SHA1
64 Title = AES-128-CBC-HMAC-SHA256 test vectors
66 Cipher = AES-128-CBC-HMAC-SHA256
[all …]
H A Devpciph_aes_wrap.txt11 # AES wrap tests from RFC3394
58 # AES wrap tests from RFC5649
69 # AES wrap tests from
75 Cipher = AES-128-WRAP-INV
81 Cipher = AES-128-WRAP-INV
87 Cipher = AES-128-WRAP-INV
93 Cipher = AES-128-WRAP-INV
100 Cipher = AES-192-WRAP-INV
107 Cipher = AES-256-WRAP-INV
114 Cipher = AES-128-WRAP-INV
[all …]
H A Devpmac_common.txt245 Algorithm = AES-128-CBC
251 Algorithm = AES-192-CBC
257 Algorithm = AES-256-CBC
265 Algorithm = AES-128-GCM
274 Algorithm = AES-128-GCM
281 Algorithm = AES-256-GCM
288 Algorithm = AES-128-GCM
295 Algorithm = AES-256-GCM
302 Algorithm = AES-128-GCM
309 Algorithm = AES-256-GCM
[all …]
H A Devpkdf_krb5.txt91 Ctrl.cipher = cipher:AES-128-CBC
97 Ctrl.cipher = cipher:AES-128-CBC
103 Ctrl.cipher = cipher:AES-128-CBC
109 Ctrl.cipher = cipher:AES-256-CBC
115 Ctrl.cipher = cipher:AES-256-CBC
121 Ctrl.cipher = cipher:AES-256-CBC
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_s390xcap.pod102 # 18 1<<45 KM-AES-128
103 # 19 1<<44 KM-AES-192
104 # 20 1<<43 KM-AES-256
105 # 50 1<<13 KM-XTS-AES-128
106 # 52 1<<11 KM-XTS-AES-256
110 # 18 1<<45 KMC-AES-128
111 # 19 1<<44 KMC-AES-192
112 # 20 1<<43 KMC-AES-256
116 # 18 1<<45 KMAC-AES-128
117 # 19 1<<44 KMAC-AES-192
[all …]
H A DEVP_aes_128_gcm.pod50 - EVP AES cipher
65 The AES encryption algorithm for EVP.
94 AES for 128, 192 and 256 bit keys in the following modes: CBC, CFB with 128-bit
100 Authenticated encryption with AES in CBC mode using SHA-1 as HMAC, with keys of
110 Authenticated encryption with AES in CBC mode using SHA256 (SHA-2, 256-bits) as
128 AES for 128, 192 and 256 bit keys in CBC-MAC Mode (CCM), Galois Counter Mode
140 AES key wrap with 128, 192 and 256 bit keys, as according to RFC 3394 section
146 AES XTS mode (XTS-AES) is standardized in IEEE Std. 1619-2007 and described in NIST
151 XTS-AES provides confidentiality but not authentication of data. It also
153 In particular, XTS-AES-128 (B<EVP_aes_128_xts>) takes input of a 256-bit key to
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Daes5 # aes: magic file for AES encrypted files
7 # Summary: AES Crypt Encrypted Data File
11 0 string AES
12 >3 ubyte <3 AES encrypted data, version %u
/freebsd/contrib/bearssl/test/
H A Dtest_speed.c248 SPEED_BLOCKCIPHER_CBC(AES-128 CBC encrypt (iname), aes128_ ## iname ## _cbcenc, aes_ ## iname, 16, … in SPEED_HASH()
249 SPEED_BLOCKCIPHER_CBC(AES-128 CBC decrypt (iname), aes128_ ## iname ## _cbcdec, aes_ ## iname, 16, … in SPEED_HASH()
250 SPEED_BLOCKCIPHER_CBC(AES-192 CBC encrypt (iname), aes192_ ## iname ## _cbcenc, aes_ ## iname, 24, … in SPEED_HASH()
251 SPEED_BLOCKCIPHER_CBC(AES-192 CBC decrypt (iname), aes192_ ## iname ## _cbcdec, aes_ ## iname, 24, … in SPEED_HASH()
252 SPEED_BLOCKCIPHER_CBC(AES-256 CBC encrypt (iname), aes256_ ## iname ## _cbcenc, aes_ ## iname, 32, … in SPEED_HASH()
253 SPEED_BLOCKCIPHER_CBC(AES-256 CBC decrypt (iname), aes256_ ## iname ## _cbcdec, aes_ ## iname, 32, … in SPEED_HASH()
254 SPEED_BLOCKCIPHER_CTR(AES-128 CTR (iname), aes128_ ## iname ## _ctr, aes_ ## iname, 16) \ in SPEED_HASH()
255 SPEED_BLOCKCIPHER_CTR(AES-192 CTR (iname), aes192_ ## iname ## _ctr, aes_ ## iname, 24) \ in SPEED_HASH()
256 SPEED_BLOCKCIPHER_CTR(AES-256 CTR (iname), aes256_ ## iname ## _ctr, aes_ ## iname, 32) in SPEED_HASH()
516 SPEED_EAX(AES, aes, 128, big)
[all …]
/freebsd/sys/contrib/device-tree/Bindings/crypto/
H A Domap-aes.txt1 OMAP SoC AES crypto Module
6 AES versions:
12 - ti,hwmods: Name of the hwmod associated with the AES module
14 - interrupts : the interrupt-specifier for the AES module.
H A Datmel-crypto.txt5 * Advanced Encryption Standard (AES)
9 - reg: Should contain AES registers location and length.
10 - interrupts: Should contain the IRQ line for the AES.
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-mac.pod.in51 For CMAC it must be one of AES-128-CBC, AES-192-CBC, AES-256-CBC or
53 For GMAC it should be a GCM mode cipher e.g. AES-128-GCM.
137 To create a hex-encoded CMAC-AES-128-CBC MAC from a file:
139 openssl mac -cipher AES-128-CBC \
149 To create a hex-encoded GMAC-AES-128-GCM with a IV from a file:
151 openssl mac -cipher AES-128-GCM -macopt hexiv:E0E00F19FED7BA0136A797F3 \
H A Dopenssl-enc.pod.in252 a strong block cipher, such as AES, in CBC mode.
383 aes-[128|192|256]-cbc 128/192/256 bit AES in CBC mode
385 aes-[128|192|256]-cfb 128/192/256 bit AES in 128 bit CFB mode
386 aes-[128|192|256]-cfb1 128/192/256 bit AES in 1 bit CFB mode
387 aes-[128|192|256]-cfb8 128/192/256 bit AES in 8 bit CFB mode
388 aes-[128|192|256]-ctr 128/192/256 bit AES in CTR mode
389 aes-[128|192|256]-ecb 128/192/256 bit AES in ECB mode
390 aes-[128|192|256]-ofb 128/192/256 bit AES in OFB mode
420 Encrypt a file using AES-128 using a prompted password
431 using AES-256 in CTR mode and PBKDF2 key derivation:
/freebsd/crypto/openssl/crypto/objects/
H A Dobjects.txt928 # AES aka Rijndael
934 aes 1 : AES-128-ECB : aes-128-ecb
935 aes 2 : AES-128-CBC : aes-128-cbc
937 aes 3 : AES-128-OFB : aes-128-ofb
939 aes 4 : AES-128-CFB : aes-128-cfb
945 aes 21 : AES-192-ECB : aes-192-ecb
946 aes 22 : AES-192-CBC : aes-192-cbc
948 aes 23 : AES-192-OFB : aes-192-ofb
950 aes 24 : AES-192-CFB : aes-192-cfb
956 aes 41 : AES-256-ECB : aes-256-ecb
[all …]
/freebsd/sys/contrib/openzfs/
H A DCOPYRIGHT19 * AES Implementation: module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.gladman
20 * AES Implementation: module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.openssl
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dsimd.h101 AES, enumerator
155 [AES] = {1U, 0U, _AES_BIT, ECX },
229 CPUID_FEATURE_CHECK(aes, AES);

123456789