/freebsd/secure/lib/libcrypto/man/man7/ |
H A D | EVP_CIPHER-AES.7 | 72 .IP """AES\-128\-CBC"", ""AES\-192\-CBC"" and ""AES\-256\-CBC""" 4 73 .IX Item """AES-128-CBC"", ""AES-192-CBC"" and ""AES-256-CBC""" 75 .IP """AES\-128\-CBC\-CTS"", ""AES\-192\-CBC\-CTS"" and ""AES\-256\-CBC\-CTS""" 4 76 .IX Item """AES-128-CBC-CTS"", ""AES-192-CBC-CTS"" and ""AES-256-CBC-CTS""" 77 …CFB"", ""AES\-256\-CFB"", ""AES\-128\-CFB1"", ""AES\-192\-CFB1"", ""AES\-256\-CFB1"", ""AES\-128\-… 78 …ES-192-CFB"", ""AES-256-CFB"", ""AES-128-CFB1"", ""AES-192-CFB1"", ""AES-256-CFB1"", ""AES-128-CFB… 79 .IP """AES\-128\-CTR"", ""AES\-192\-CTR"" and ""AES\-256\-CTR""" 4 80 .IX Item """AES-128-CTR"", ""AES-192-CTR"" and ""AES-256-CTR""" 81 .IP """AES\-128\-ECB"", ""AES\-192\-ECB"" and ""AES\-256\-ECB""" 4 82 .IX Item """AES-128-ECB"", ""AES-192-ECB"" and ""AES-256-ECB""" [all …]
|
H A D | EVP_CIPHER-ARIA.7 | 71 .IP """ARIA\-128\-CBC"", ""ARIA\-192\-CBC"" and ""ARIA\-256\-CBC""" 4 72 .IX Item """ARIA-128-CBC"", ""ARIA-192-CBC"" and ""ARIA-256-CBC""" 74 …", ""ARIA\-256\-CFB"", ""ARIA\-128\-CFB1"", ""ARIA\-192\-CFB1"", ""ARIA\-256\-CFB1"", ""ARIA\-128\… 75 …92-CFB"", ""ARIA-256-CFB"", ""ARIA-128-CFB1"", ""ARIA-192-CFB1"", ""ARIA-256-CFB1"", ""ARIA-128-CF… 76 .IP """ARIA\-128\-CTR"", ""ARIA\-192\-CTR"" and ""ARIA\-256\-CTR""" 4 77 .IX Item """ARIA-128-CTR"", ""ARIA-192-CTR"" and ""ARIA-256-CTR""" 78 .IP """ARIA\-128\-ECB"", ""ARIA\-192\-ECB"" and ""ARIA\-256\-ECB""" 4 79 .IX Item """ARIA-128-ECB"", ""ARIA-192-ECB"" and ""ARIA-256-ECB""" 80 .IP """AES\-192\-OCB"", ""AES\-128\-OCB"" and ""AES\-256\-OCB""" 4 81 .IX Item """AES-192-OCB"", ""AES-128-OCB"" and ""AES-256-OCB""" [all …]
|
H A D | EVP_CIPHER-CAMELLIA.7 | 71 .IP """CAMELLIA\-128\-CBC"", ""CAMELLIA\-192\-CBC"" and ""CAMELLIA\-256\-CBC""" 4 72 .IX Item """CAMELLIA-128-CBC"", ""CAMELLIA-192-CBC"" and ""CAMELLIA-256-CBC""" 74 .IP """CAMELLIA\-128\-CBC\-CTS"", ""CAMELLIA\-192\-CBC\-CTS"" and ""CAMELLIA\-256\-CBC\-CTS""" 4 75 .IX Item """CAMELLIA-128-CBC-CTS"", ""CAMELLIA-192-CBC-CTS"" and ""CAMELLIA-256-CBC-CTS""" 76 …256\-CFB"", ""CAMELLIA\-128\-CFB1"", ""CAMELLIA\-192\-CFB1"", ""CAMELLIA\-256\-CFB1"", ""CAMELLIA\… 77 …LLIA-256-CFB"", ""CAMELLIA-128-CFB1"", ""CAMELLIA-192-CFB1"", ""CAMELLIA-256-CFB1"", ""CAMELLIA-12… 78 .IP """CAMELLIA\-128\-CTR"", ""CAMELLIA\-192\-CTR"" and ""CAMELLIA\-256\-CTR""" 4 79 .IX Item """CAMELLIA-128-CTR"", ""CAMELLIA-192-CTR"" and ""CAMELLIA-256-CTR""" 80 .IP """CAMELLIA\-128\-ECB"", ""CAMELLIA\-192\-ECB"" and ""CAMELLIA\-256\-ECB""" 4 81 .IX Item """CAMELLIA-128-ECB"", ""CAMELLIA-192-ECB"" and ""CAMELLIA-256-ECB""" [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | BuiltinsX86.def | 32 TARGET_BUILTIN(__builtin_ia32_undef256, "V4d", "ncV:256:", "") 390 TARGET_BUILTIN(__builtin_ia32_aesenc256, "V4OiV4OiV4Oi", "ncV:256:", "vaes") 392 TARGET_BUILTIN(__builtin_ia32_aesenclast256, "V4OiV4OiV4Oi", "ncV:256:", "vaes") 394 TARGET_BUILTIN(__builtin_ia32_aesdec256, "V4OiV4OiV4Oi", "ncV:256:", "vaes") 396 TARGET_BUILTIN(__builtin_ia32_aesdeclast256, "V4OiV4OiV4Oi", "ncV:256:", "vaes") 401 TARGET_BUILTIN(__builtin_ia32_vgf2p8affineinvqb_v32qi, "V32cV32cV32cIc", "ncV:256:", "avx,gfni") 404 TARGET_BUILTIN(__builtin_ia32_vgf2p8affineqb_v32qi, "V32cV32cV32cIc", "ncV:256:", "avx,gfni") 407 TARGET_BUILTIN(__builtin_ia32_vgf2p8mulb_v32qi, "V32cV32cV32c", "ncV:256:", "avx,gfni") 414 TARGET_BUILTIN(__builtin_ia32_pclmulqdq256, "V4OiV4OiV4OiIc", "ncV:256:", "vpclmulqdq") 418 TARGET_BUILTIN(__builtin_ia32_addsubpd256, "V4dV4dV4d", "ncV:256:", "avx") [all …]
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/ |
H A D | tst.quantmany.d.out | 103 256 | 0 107 -256 | 0 125 256 |@@@@@@@ 256 131 -256 @@@| -256 149 256 |@@@ 256 157 -256 @@| -256 175 256 |@@ 256 185 -256 @| -256 203 256 |@ 256 215 -256 | -256 [all …]
|
/freebsd/crypto/openssl/providers/implementations/include/prov/ |
H A D | names.h | 34 * with different sizes (e.g. AES-128-CBC, AES-256-CBC) 48 #define PROV_NAMES_AES_256_ECB "AES-256-ECB:2.16.840.1.101.3.4.1.41" 51 #define PROV_NAMES_AES_256_CBC "AES-256-CBC:AES256:2.16.840.1.101.3.4.1.42" 54 #define PROV_NAMES_AES_256_CBC_CTS "AES-256-CBC-CTS" 57 #define PROV_NAMES_AES_256_OFB "AES-256-OFB:2.16.840.1.101.3.4.1.43" 60 #define PROV_NAMES_AES_256_CFB "AES-256-CFB:2.16.840.1.101.3.4.1.44" 63 #define PROV_NAMES_AES_256_CFB1 "AES-256-CFB1" 66 #define PROV_NAMES_AES_256_CFB8 "AES-256-CFB8" 69 #define PROV_NAMES_AES_256_CTR "AES-256-CTR" 72 #define PROV_NAMES_AES_256_XTS "AES-256-XTS:1.3.111.2.1619.0.1.2" [all …]
|
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evpciph_aes_common.txt | 33 # AES 256 ECB tests (from FIPS-197 test vectors, encrypt) 35 Cipher = AES-256-ECB 54 # AES 256 ECB tests (from NIST test vectors, decrypt) 56 #AES-256-ECB:0000000000000000000000000000000000000000000000000000000000000000::058CCFFDBBCB382D1F6F… 66 # AES 256 CBC tests (from NIST test vectors, encrypt) 68 #AES-256-CBC:0000000000000000000000000000000000000000000000000000000000000000:000000000000000000000… 147 Cipher = AES-256-ECB 152 Cipher = AES-256-ECB 157 Cipher = AES-256-ECB 162 Cipher = AES-256-ECB [all …]
|
H A D | evpciph_aes_ccm_cavs.txt | 4477 Title = NIST CCM 256 Decryption-Verification Process Tests 4479 Cipher = aes-256-ccm 4487 Cipher = aes-256-ccm 4497 Cipher = aes-256-ccm 4507 Cipher = aes-256-ccm 4517 Cipher = aes-256-ccm 4525 Cipher = aes-256-ccm 4535 Cipher = aes-256-ccm 4543 Cipher = aes-256-ccm 4553 Cipher = aes-256-ccm [all …]
|
H A D | evpciph_aes_siv.txt | 70 Cipher = aes-256-siv 2493 Cipher = aes-256-siv 2500 Cipher = aes-256-siv 2507 Cipher = aes-256-siv 2514 Cipher = aes-256-siv 2521 Cipher = aes-256-siv 2528 Cipher = aes-256-siv 2537 Cipher = aes-256-siv 2544 Cipher = aes-256-siv 2551 Cipher = aes-256-siv [all …]
|
H A D | evpkdf_tls13_kdf.txt | 23 Ctrl.digest = digest:SHA2-256 29 Ctrl.digest = digest:SHA2-256 38 Ctrl.digest = digest:SHA2-256 47 Ctrl.digest = digest:SHA2-256 56 Ctrl.digest = digest:SHA2-256 65 Ctrl.digest = digest:SHA2-256 74 Ctrl.digest = digest:SHA2-256 82 Ctrl.digest = digest:SHA2-256 91 Ctrl.digest = digest:SHA2-256 100 Ctrl.digest = digest:SHA2-256 [all …]
|
H A D | evppkey_ecdsa.txt | 19 # EC P-256 key 21 PrivateKey=P-256 30 PublicKey=P-256-PUBLIC 36 PrivPubKeyPair = P-256:P-256-PUBLIC 40 Verify = P-256-PUBLIC 46 Verify = P-256-PUBLIC 53 Verify = P-256-PUBLIC 60 Verify = P-256-PUBLIC 67 Verify = P-256-PUBLIC 75 Verify = P-256-PUBLIC [all …]
|
H A D | evppkey_slh_dsa_sigver.txt | 344 PublicKeyRaw = SLH_DSA_SHA2_256f_57:SLH-DSA-SHA2-256f:F2E1DBA60A656BF4C0A8081F2FCE30109B59EA6033ED9… 348 Verify-Message-Public = SLH-DSA-SHA2-256f:SLH_DSA_SHA2_256f_57 356 PublicKeyRaw = SLH_DSA_SHA2_256f_58:SLH-DSA-SHA2-256f:E31E6549A9DF3C2CA3AD2A9B2F54C9876BF31FED79D08… 360 Verify-Message-Public = SLH-DSA-SHA2-256f:SLH_DSA_SHA2_256f_58 368 PublicKeyRaw = SLH_DSA_SHA2_256f_59:SLH-DSA-SHA2-256f:042EDE206A7CFD67354674AB9FA98C2C1DC8EF135EFB1… 372 Verify-Message-Public = SLH-DSA-SHA2-256f:SLH_DSA_SHA2_256f_59 380 PublicKeyRaw = SLH_DSA_SHA2_256f_60:SLH-DSA-SHA2-256f:A68AEFCD099820FA638172C882AFEDF8A4A8B99541F28… 384 Verify-Message-Public = SLH-DSA-SHA2-256f:SLH_DSA_SHA2_256f_60 392 PublicKeyRaw = SLH_DSA_SHA2_256f_61:SLH-DSA-SHA2-256f:272EB5180C27785EC4B66178D618633229F686C443817… 396 Verify-Message-Public = SLH-DSA-SHA2-256f:SLH_DSA_SHA2_256f_61 [all …]
|
H A D | evppkey_slh_dsa_siggen.txt | 164 PrivateKeyRaw = SLH_DSA_SHA2_256f_39:SLH-DSA-SHA2-256f:2BEC12E7C24CF77A59CC8E426AFBFEEAFCD6EAF830DF… 167 Sign-Message = SLH-DSA-SHA2-256f:SLH_DSA_SHA2_256f_39 174 PrivateKeyRaw = SLH_DSA_SHA2_256f_40:SLH-DSA-SHA2-256f:CB3D6D7F89E4D3D757183ED8F355C4F0E4BE2C4A8D6C… 177 Sign-Message = SLH-DSA-SHA2-256f:SLH_DSA_SHA2_256f_40 185 PrivateKeyRaw = SLH_DSA_SHA2_256f_41:SLH-DSA-SHA2-256f:A645B50D73DFACED50BAB217B6DB069D560C983C08F6… 188 Sign-Message = SLH-DSA-SHA2-256f:SLH_DSA_SHA2_256f_41 196 PrivateKeyRaw = SLH_DSA_SHA2_256f_42:SLH-DSA-SHA2-256f:1435052527D27C8C4D1C4252CFC86E5104B8EC567E56… 199 Sign-Message = SLH-DSA-SHA2-256f:SLH_DSA_SHA2_256f_42 207 PrivateKeyRaw = SLH_DSA_SHA2_256f_43:SLH-DSA-SHA2-256f:289D3AAA7BA45ACB1D5E53407F557983928D03888515… 210 Sign-Message = SLH-DSA-SHA2-256f:SLH_DSA_SHA2_256f_43 [all …]
|
H A D | evpciph_aes_gcm_siv.txt | 251 Cipher = aes-256-gcm-siv 260 Cipher = aes-256-gcm-siv 269 Cipher = aes-256-gcm-siv 278 Cipher = aes-256-gcm-siv 287 Cipher = aes-256-gcm-siv 296 Cipher = aes-256-gcm-siv 305 Cipher = aes-256-gcm-siv 314 Cipher = aes-256-gcm-siv 323 Cipher = aes-256-gcm-siv 333 Cipher = aes-256-gcm-siv [all …]
|
H A D | evppkey_ecdsa_sigalg.txt | 19 # EC P-256 key 21 PrivateKey=P-256 30 PublicKey=P-256-PUBLIC 36 PrivPubKeyPair = P-256:P-256-PUBLIC 41 Verify = ECDSA-SHA1:P-256-PUBLIC 47 Verify = ECDSA-SHA1:P-256-PUBLIC 54 Verify = ECDSA-SHA1:P-256-PUBLIC 61 Verify = ECDSA-SHA1:P-256-PUBLIC 68 Verify = ECDSA-SHA1:P-256-PUBLIC 75 Verify = ECDSA-SHA1:P-256-PUBLIC [all …]
|
/freebsd/secure/usr.bin/openssl/man/ |
H A D | openssl-enc.1 | 175 The default algorithm is sha\-256. 323 is better than 1 in 256 it isn't a very good test. 457 \& aes\-[128|192|256]\-cbc 128/192/256 bit AES in CBC mode 458 \& aes[128|192|256] Alias for aes\-[128|192|256]\-cbc 459 \& aes\-[128|192|256]\-cfb 128/192/256 bit AES in 128 bit CFB mode 460 \& aes\-[128|192|256]\-cfb1 128/192/256 bit AES in 1 bit CFB mode 461 \& aes\-[128|192|256]\-cfb8 128/192/256 bit AES in 8 bit CFB mode 462 \& aes\-[128|192|256]\-ctr 128/192/256 bit AES in CTR mode 463 \& aes\-[128|192|256]\-ecb 128/192/256 bit AES in ECB mode 464 \& aes\-[128|192|256]\-ofb 128/192/256 bit AES in OFB mode [all …]
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_CIPHER-AES.pod | 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" 32 =item "AES-128-XTS" and "AES-256-XTS" 34 =item "AES-128-CCM", "AES-192-CCM" and "AES-256-CCM" [all …]
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-enc.pod.in | 131 The default algorithm is sha-256. 288 is better than 1 in 256 it isn't a very good test. 423 aes-[128|192|256]-cbc 128/192/256 bit AES in CBC mode 424 aes[128|192|256] Alias for aes-[128|192|256]-cbc 425 aes-[128|192|256]-cfb 128/192/256 bit AES in 128 bit CFB mode 426 aes-[128|192|256]-cfb1 128/192/256 bit AES in 1 bit CFB mode 427 aes-[128|192|256]-cfb8 128/192/256 bit AES in 8 bit CFB mode 428 aes-[128|192|256]-ctr 128/192/256 bit AES in CTR mode 429 aes-[128|192|256]-ecb 128/192/256 bit AES in ECB mode 430 aes-[128|192|256]-ofb 128/192/256 bit AES in OFB mode [all …]
|
/freebsd/tools/regression/ccd/layout/ |
H A D | ccd0.sh | 22 foo 256k 128k 128k 128k 0 0 23 foo 256k 128k 128k 128k 0 4 24 foo 256k 128k 128k 128k 4 0 25 foo 256k 128k 128k 128k 4 2 26 foo 256k 128k 128k 128k 4 4 28 foo 256k 128k 384k 128k 0 0 29 foo 256k 128k 384k 128k 0 4 30 foo 256k 128k 384k 128k 4 0 31 foo 256k 128k 384k 128k 4 2 32 foo 256k 128k 384k 128k 4 4 [all …]
|
/freebsd/crypto/krb5/src/util/et/ |
H A D | et_h.awk | 82 # figure out: table_number_base=table_number*256 83 tab_base_low = tab_base_low * 256 84 tab_base_high = (tab_base_high * 256) + int(tab_base_low / mod_base) 87 if (table_number > 128*256*256) { 88 # figure out: table_number_base -= 256*256*256*256 89 # sub_high, sub_low is 256*256*256*256 90 sub_low = 256*256*256 % mod_base 91 sub_high = int(256*256*256 / mod_base) 93 sub_low = sub_low * 256 94 sub_high = (sub_high * 256) + int(sub_low / mod_base) [all …]
|
H A D | et_c.awk | 83 # figure out: table_number_base=table_number*256 84 tab_base_low = tab_base_low * 256 85 tab_base_high = (tab_base_high * 256) + int(tab_base_low / mod_base) 88 if (table_number > 128*256*256) { 89 # figure out: table_number_base -= 256*256*256*256 90 # sub_high, sub_low is 256*256*256*256 91 sub_low = 256*256*256 % mod_base 92 sub_high = int(256*256*256 / mod_base) 94 sub_low = sub_low * 256 95 sub_high = (sub_high * 256) + int(sub_low / mod_base) [all …]
|
/freebsd/tests/sys/sys/ |
H A D | bitset_test.c | 20 BITSET_DEFINE(bs256, 256); 53 BIT_FILL(256, &bs1); in ATF_TC_BODY() 54 _BIT_FOREACH_COUNT(256, &bs1); in ATF_TC_BODY() 55 ATF_REQUIRE_MSG(setc == 256, "incorrect set count %d", setc); in ATF_TC_BODY() 58 BIT_ZERO(256, &bs0); in ATF_TC_BODY() 59 _BIT_FOREACH_COUNT(256, &bs0); in ATF_TC_BODY() 61 ATF_REQUIRE_MSG(clrc == 256, "incorrect clear count %d", clrc); in ATF_TC_BODY() 63 BIT_ZERO(256, &bsrand); in ATF_TC_BODY() 64 for (i = 0; i < 256; i++) in ATF_TC_BODY() 66 BIT_SET(256, i, &bsrand); in ATF_TC_BODY() [all …]
|
/freebsd/share/examples/libvgl/ |
H A D | demo.c | 43 // set graphics mode, here 320x240 256 colors in main() 45 // SW_VGA_CG320: std VGA 320x200 256 colors in main() 46 // SW_VGA_MODEX: Modex VGA 320x240 256 colors in main() 59 tmp = VGLBitmapCreate(MEMBUF, 256, 256, NULL); in main() 65 VGLLine(VGLDisplay, 0, y, xsize-1, y, y/2 % 256); in main() 72 VGLEllipse(VGLDisplay, 256, 0, 256, 256, 63); in main() 73 VGLEllipse(VGLDisplay, 0, 256, 256, 256, 0); in main() 90 for (i=0; i<256; i++) in main() 91 for (j=0; j<256; j++) in main() 92 tmp->Bitmap[i+256*j] = i%16; in main() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | avxintrin.h | 55 __min_vector_width__(256))) 61 /// Adds two 256-bit vectors of [4 x double]. 68 /// A 256-bit vector of [4 x double] containing one of the source operands. 70 /// A 256-bit vector of [4 x double] containing one of the source operands. 71 /// \returns A 256-bit vector of [4 x double] containing the sums of both 79 /// Adds two 256-bit vectors of [8 x float]. 86 /// A 256-bit vector of [8 x float] containing one of the source operands. 88 /// A 256-bit vector of [8 x float] containing one of the source operands. 89 /// \returns A 256-bit vector of [8 x float] containing the sums of both 97 /// Subtracts two 256-bit vectors of [4 x double]. [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/amazon/ |
H A D | alpine-v3.dtsi | 30 d-cache-sets = <256>; 33 i-cache-sets = <256>; 44 d-cache-sets = <256>; 47 i-cache-sets = <256>; 58 d-cache-sets = <256>; 61 i-cache-sets = <256>; 72 d-cache-sets = <256>; 75 i-cache-sets = <256>; 86 d-cache-sets = <256>; 89 i-cache-sets = <256>; [all …]
|