Home
last modified time | relevance | path

Searched +full:256 +full:b (Results 1 – 25 of 1117) sorted by relevance

12345678910>>...45

/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-enc.pod.in10 B<openssl> B<enc>|I<cipher>
11 [B<-I<cipher>>]
12 [B<-help>]
13 [B<-list>]
14 [B<-ciphers>]
15 [B<-in> I<filename>]
16 [B<-out> I<filename>]
17 [B<-pass> I<arg>]
18 [B<-e>]
19 [B<-d>]
[all …]
H A Dopenssl.pod9 B<openssl>
14 B<openssl> B<no->I<XXX> [ I<options> ]
22 The B<openssl> program is a command line program for using the various
23 cryptography functions of OpenSSL's B<crypto> library from the shell.
37 The B<openssl> program provides a rich variety of commands (I<command> in
46 The command B<no->I<XXX> tests whether a command of the
48 returns 0 (success) and prints B<no->I<XXX>; otherwise it returns 1
49 and prints I<XXX>. In both cases, the output goes to B<stdout> and
50 nothing is printed to B<stderr>. Additional command line arguments
53 availability of ciphers in the B<openssl> program. (B<no->I<XXX> is
[all …]
H A Dopenssl-pkcs8.pod.in10 B<openssl> B<pkcs8>
11 [B<-help>]
12 [B<-topk8>]
13 [B<-inform> B<DER>|B<PEM>]
14 [B<-outform> B<DER>|B<PEM>]
15 [B<-in> I<filename>]
16 [B<-passin> I<arg>]
17 [B<-out> I<filename>]
18 [B<-passout> I<arg>]
19 [B<-iter> I<count>]
[all …]
H A Dopenssl-kdf.pod.in10 B<openssl kdf>
11 [B<-help>]
12 [B<-cipher>]
13 [B<-digest>]
14 [B<-mac>]
15 [B<-kdfopt> I<nm>:I<v>]
16 [B<-keylen> I<num>]
17 [B<-out> I<filename>]
18 [B<-binary>]
31 =item B<-help>
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dmeteorological9 >80 search/256 XXRINEXB RINEX Data, GEO SBAS Broadcast
10 >>&32 string x \b, date %15.15s
11 >>5 string x \b, version %6.6s
13 >80 search/256 XXRINEXD RINEX Data, Observation (Hatanaka comp)
14 >>&32 string x \b, date %15.15s
15 >>5 string x \b, version %6.6s
17 >80 search/256 XXRINEXC RINEX Data, Clock
18 >>&32 string x \b, date %15.15s
19 >>5 string x \b, version %6.6s
21 >80 search/256 XXRINEXH RINEX Data, GEO SBAS Navigation
[all …]
H A Dpc989 0 string/b MAKI01 Maki-chan v1.
10 >6 ubyte|0x20 x \b%c image
11 >8 ubelong >0x40404040 \b, system ID:
13 >>9 byte x \b%c
14 >>10 byte x \b%c
15 >>11 byte x \b%c
16 >44 ubeshort x \b, %dx
17 >46 ubeshort x \b%d
18 >38 ubeshort&2 0 \b, 16 paletted RGB colors
19 >38 ubeshort&2 2 \b, 8 fixed RGB colors
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_s390xcap.pod19 set the B<OPENSSL_s390xcap> environment variable before you start the
37 are B<z900>, B<z990>, B<z9>, B<z10>, B<z196>, B<zEC12>, B<z13>, B<z14>
38 and B<z15>.
44 set to the specified 128-bit mask. Possible values are B<kimd>, B<klmd>,
45 B<km>, B<kmc>, B<kmac>, B<kmctr>, B<kmo>, B<kmf>, B<prno>, B<kma>, B<pcc>
46 and B<kdsa>.
81 # 2 1<<61 KIMD-SHA-256
84 # 33 1<<30 KIMD-SHA3-256
88 # 37 1<<26 KIMD-SHAKE-256
94 # 33 1<<30 KLMD-SHA3-256
[all …]
H A DEVP_aes_128_gcm.pod94 AES for 128, 192 and 256 bit keys in the following modes: CBC, CFB with 128-bit
101 128 and 256 bits length respectively. The authentication tag is 160 bits long.
110 Authenticated encryption with AES in CBC mode using SHA256 (SHA-2, 256-bits) as
111 HMAC, with keys of 128 and 256 bits length respectively. The authentication tag
112 is 256 bits long.
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
153 In particular, XTS-AES-128 (B<EVP_aes_128_xts>) takes input of a 256-bit key to
154 achieve AES 128-bit security, and XTS-AES-256 (B<EVP_aes_256_xts>) takes input
155 of a 512-bit key to achieve AES 256-bit security.
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp50 return FVT->getNumElements() == 256 && in isV256I32Ty()
73 Value *Step, StringRef Name, IRBuilderBase &B,
77 IRBuilderBase &B, Value *Row, Value *Col,
86 createTileDPLoops(BasicBlock *Start, BasicBlock *End, IRBuilderBase &B,
106 IRBuilderBase &B, Loop *L) { in createLoop() argument
122 B.SetInsertPoint(Latch); in createLoop()
123 Value *Inc = B.CreateAdd(IV, Step, Name + ".step"); in createLoop()
124 Value *Cond = B.CreateICmpNE(Inc, Bound, Name + ".cond"); in createLoop()
149 BasicBlock *Start, BasicBlock *End, IRBuilderBase &B, Value *Row, in createTileLoadStoreLoops() argument
164 BasicBlock *RowBody = createLoop(Start, End, Row, B.getInt16(1), in createTileLoadStoreLoops()
[all …]
H A DX86SchedSapphireRapids.td577 "^VMOVDQA(32|64)Z((256)?)rr((_REV)?)$",
579 "^VMOVDQU(8|16|32|64)Z((256)?)rr((_REV)?)$")>;
602 "^V(ADD|SUB)PSZ128rm((b|k|bk|kz)?)$",
611 "^V(ADD|SUB)PSZ(128|256)rr(k?)$",
613 "^VPSHUFBZ(128|256)rrk(z?)$",
614 "^VPSHUF(H|L)WZ(128|256)rik(z?)$",
615 "^VPUNPCK(H|L)(BW|WD)Z(128|256)rrk(z?)$")>;
625 "^VPOPCNT(B|D|Q|W)Z128rm$",
626 "^VPOPCNT(D|Q)Z128rm(b|k|kz)$",
633 … "^VPM(AX|IN)(S|U)QZ128rm((b|k|bk|kz)?)$",
[all …]
/freebsd/tests/sys/geom/class/eli/
H A Dtestvect.h6 …22\202:@\254\3218\016T\275\212^\005\344\202\230\220s\311\201\025\233~K6\241*b\244\203\273\355\270\…
7 …3374\247\016\343\246\353\300\373\267\335\314h\216\245$\373\210\214\014b\340\377\256\0202E", 100, "…
8 …1\376\277+\276L\337\270G\345!>29\010\204m\240!\326\255\326\321\272(\325T\033B\262[\267]\272", 100,…
9 …K\250\020\203sJ\234I,\271\012\230\204g\323\345\343\343\350\231\227\015\350b\256\012\367Q\255v\365\…
11B\245\317\366@V\036\227\273I\205\251\306GW\200*\340P\267\202#\354\330\266O\347\254(\203\270\366w\2…
13 …{ "\246<\216\226^F\004\036", 8, "\344].\210\212\236\252f\256n\006\250\2615\325\371", 200, "\213J\2…
14 …36znr;\337a'\025\335n\032f\304\177u\001n{\236`\261\346N\2748R\017\243\226[\256@<\021m\202r\363g", …
17256\300\364\212\271\306q\242?-\307\324\317y^\201t\272\371\331M;c\210\202\201\221\363\030", 200, "\…
18B", 8, "\357\274\204\366N9\273:\216\331,D\300t\320\361\324F\313\220E\250u\203\307\003\221\365X\303…
20 …325\327\256\342f", 8, "\227E\237\320\214GB\332\005\0333\250=\020c(\345\007?\032)\2643\243\202\371\…
[all …]
H A Dconf.sh28 # geli needs 512B for the label.
29 bytes=`expr $osecsize \* $sectors + 512`b
40 for cipher in aes-xts:128 aes-xts:256 \
41 aes-cbc:128 aes-cbc:192 aes-cbc:256 \
42 camellia-cbc:128 camellia-cbc:192 camellia-cbc:256; do
61 # geli needs 512B for the label.
62 bytes=`expr $MAX_SECSIZE \* $sectors + 512`b
64 for cipher in aes-xts:128 aes-xts:256 \
65 aes-cbc:128 aes-cbc:192 aes-cbc:256 \
66 camellia-cbc:128 camellia-cbc:192 camellia-cbc:256; do
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devppkey_ecdsa.txt19 # EC P-256 key
21 PrivateKey=P-256
30 PublicKey=P-256-PUBLIC
36 PrivPubKeyPair = P-256:P-256-PUBLIC
40 Verify = P-256
46 Verify = P-256
53 Verify = P-256
60 Verify = P-256
67 Verify = P-256
75 Verify = P-256
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dsha512intrin.h19 __min_vector_width__(256)))
34 /// A 256-bit vector of [4 x long long].
38 /// A 256-bit vector of [4 x long long].
61 /// dst[MAX:256] := 0
81 /// A 256-bit vector of [4 x long long].
83 /// A 256-bit vector of [4 x long long].
85 /// A 256-bit vector of [4 x long long].
109 /// dst[MAX:256] := 0
117 /// state (C,D,G,H) from \a __A, an initial SHA512 state (A,B,E,F) from
120 /// of the third operand). The updated SHA512 state (A,B,E,F) is written to
[all …]
/freebsd/crypto/openssl/doc/man7/
H A DEVP_MD-SHAKE.pod11 B<EVP_MD> API.
28 (Section 6.2), we have S<KECCAK-KMAC-128(M, d)> = S<KECCAK[256](M || 00, d)>
31 =item KECCAK-KMAC-256
33 Known names are "KECCAK-KMAC-256" and "KECCAK-KMAC256". This is used
35 (Section 6.2), we have S<KECCAK-KMAC-256(M, d)> = S<KECCAK[512](M || 00, d)>
42 =item SHAKE-256
44 Known names are "SHAKE-256" and "SHAKE256".
56 settable for an B<EVP_MD_CTX> with L<EVP_MD_CTX_set_params(3)>:
60 =item "xoflen" (B<OSSL_DIGEST_PARAM_XOFLEN>) <unsigned integer>
63 The length of the "xoflen" parameter should not exceed that of a B<size_t>.
[all …]
/freebsd/sbin/setkey/
H A Dsample.cf36 # Host-A and Host-B. Encryption algorithm is aes-cbc whose key
42 # Host-A Host-B
45 # At Host-A and Host-B,
62 # Security protocol is old AH tunnel mode, i.e. RFC1826, with hmac-sha2-256
64 # That protocol takes place between Gateway-A and Gateway-B.
68 # Network-A Gateway-A Gateway-B Network-B
78 -A hmac-sha2-256 "this is the test" ;
81 -A hmac-sha2-256 "this is the test" ;
88 # At Gateway-B. Attention to the selector and peer's IP address for tunnel.
95 -A hmac-sha2-256 "this is the test" ;
[all …]
/freebsd/tests/sys/cddl/zfs/bin/
H A Drename_dir.c39 * mkdir -p 1/2/3/4/5 a/b/c/d/e
52 char buf[256]; in main()
63 if (rename("a/b/c", "1/2/3/c") == 0) in main()
65 if (rename("1/2/3/c", "a/b/c") == 0) in main()
68 (void) strlcat(buf, "c_count: %d,", 256); in main()
69 (void) strlcat(buf, msg, 256); in main()
77 if (rename("1", "a/b/c/d/e/1") == 0) in main()
79 if (rename("a/b/c/d/e/1", "1") == 0) in main()
82 (void) strlcat(buf, "p_count: %d,", 256); in main()
83 (void) strlcat(buf, msg, 256); in main()
/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/aes/
H A Daestab.h49 * 256 byte tables:
54 * 256 32-bit word OR 4 x 256 32-bit word tables:
93 #define d_1(t, n, b, e) static const t n[256] = b(e) argument
94 #define d_4(t, n, b, e, f, g, h) static const t n[4][256] = \ argument
95 {b(e), b(f), b(g), b(h)}
98 #define d_1(t, n, b, e) static const t n[256]
99 #define d_4(t, n, b, e, f, g, h) static const t n[4][256]
/freebsd/contrib/bearssl/src/ec/
H A Dec_p256_m64.c76 * Values may reach up to 2^256-1. Montgomery multiplication is used.
79 /* R = 2^256 mod p */
85 /* Curve equation is y^2 = x^3 - 3*x + B. This constant is B*R mod p
86 (Montgomery representation of B). */
96 f256_add(uint64_t *d, const uint64_t *a, const uint64_t *b) in f256_add() argument
105 w = (unsigned __int128)a[0] + b[0]; in f256_add()
107 w = (unsigned __int128)a[1] + b[1] + (w >> 64); in f256_add()
109 w = (unsigned __int128)a[2] + b[2] + (w >> 64); in f256_add()
111 w = (unsigned __int128)a[3] + b[3] + (w >> 64); in f256_add()
116 * Fold carry t, using: 2^256 = 2^224 - 2^192 - 2^96 + 1 mod p. in f256_add()
[all …]
H A Dec_p256_m31.c61 uint32_t b; in be8_to_le30() local
63 b = src[len]; in be8_to_le30()
65 acc |= b << acc_len; in be8_to_le30()
68 *dst ++ = (acc | (b << acc_len)) & 0x3FFFFFFF; in be8_to_le30()
69 acc = b >> (30 - acc_len); in be8_to_le30()
111 mul9(uint32_t *d, const uint32_t *a, const uint32_t *b) in mul9() argument
128 t[ 0] = MUL31(a[0], b[0]); in mul9()
129 t[ 1] = MUL31(a[0], b[1]) in mul9()
130 + MUL31(a[1], b[0]); in mul9()
131 t[ 2] = MUL31(a[0], b[2]) in mul9()
[all …]
/freebsd/lib/libc/tests/string/
H A Dmemcmp_test.c57 check_memcmp(const char *a, const char *b, size_t len, int expected) in check_memcmp() argument
61 got = memcmp_fn(a, b, len); in check_memcmp()
64 __XSTRING(MEMCMP), a, b, len, got, expected); in check_memcmp()
71 check_memcmp("a", "b", 0, 0); in ATF_TC_BODY()
78 unsigned char data1[256], data2[256]; in ATF_TC_BODY()
81 for (i = 0; i < 256; i++) in ATF_TC_BODY()
83 for (i = 1; i < 256; i++) in ATF_TC_BODY()
85 for (i = 1; i < 256; i++) in ATF_TC_BODY()
86 check_memcmp(data1 + i, data2 + i, 256 - i, 0); in ATF_TC_BODY()
92 unsigned char data1[256], data2[256]; in ATF_TC_BODY()
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_scalar.c49 uint8_t b[ELEM_SIZE]; member
68 * - 1 failed disk: 256B (1 mul. coefficient)
69 * - 2 failed disks: 512B (2 mul. coefficients)
70 * - 3 failed disks: 1536B (6 mul. coefficients)
77 static uint8_t vdev_raidz_mul_lt[256][256] __attribute__((aligned(256)));
83 for (c = 0; c < 256; c++) in raidz_init_scalar()
84 for (i = 0; i < 256; i++) in raidz_init_scalar()
141 a.b[7] = mul_lt[a.b[7]]; \
142 a.b[6] = mul_lt[a.b[6]]; \
143 a.b[5] = mul_lt[a.b[5]]; \
[all …]
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/
H A Du4.h7 #define VEC4_QUARTERROUND_SHUFFLE(A, B, C, D) \ argument
8 x_##A = _mm_add_epi32(x_##A, x_##B); \
12 t_##C = _mm_xor_si128(x_##B, x_##C); \
13 x_##B = VEC4_ROT(t_##C, 12); \
14 x_##A = _mm_add_epi32(x_##A, x_##B); \
18 t_##C = _mm_xor_si128(x_##B, x_##C); \
19 x_##B = VEC4_ROT(t_##C, 7)
21 #define VEC4_QUARTERROUND(A, B, C, D) VEC4_QUARTERROUND_SHUFFLE(A, B, C, D) argument
23 if (bytes >= 256) {
68 while (bytes >= 256) {
[all …]
/freebsd/share/vt/fonts/
H A Dgallant.hex14 000b:0600060006000600060006000600060006000600fe00fe000000000000000000000000000000000000000000
30 001b:00000000000000000000000070001e00078001e001e007801e00700000007fe07fe000000000000000000000
46 002b:000000000000000000000000000006000600060006007fe07fe0060006000600060000000000000000000000
62 003b:000000000000000000000000000000000c001e001e000c00000000000c001e001e00060006000c0018001000
78 004b:000000000000f0e06180630066006c00780078007c006e006700638061c060e0f07000000000000000000000
94 005b:0000000007c007c00600060006000600060006000600060006000600060007c007c000000000000000000000
110 006b:000000006000e00060006000600061c0630066007c0078007c006e0067006380f1e000000000000000000000
126 007b:0000000001c0030003000180018001800300070003000180018001800300030001c000000000000000000000
237 010b:00000000000000000600060000001f8031c020c06000600060006000704030c01f8000000000000000000000
253 011b:0000000018c00d800700020000000f0030c0606060607fe060006000300018600f8000000000000000000000
[all …]
/freebsd/sys/cddl/boot/zfs/
H A Dsha256.c32 * SHA-256 and SHA-512/256 hashes, as specified in FIPS 180-4, available at:
35 * This is a very compact implementation of SHA-256 and SHA-512/256.
51 /* SHA-224/256 operations */
63 /* SHA-256 round constants */
130 uint32_t a, b, c, d, e, f, g, h, t, T1, T2, W[64]; in SHA256Transform() local
142 a = H[0]; b = H[1]; c = H[2]; d = H[3]; in SHA256Transform()
148 T2 = BIGSIGMA0_256(a) + Maj(a, b, c); in SHA256Transform()
150 d = c; c = b; b = a; a = T1 + T2; in SHA256Transform()
154 H[0] += a; H[1] += b; H[2] += c; H[3] += d; in SHA256Transform()
161 uint64_t a, b, c, d, e, f, g, h, t, T1, T2, W[80]; in SHA512Transform() local
[all …]

12345678910>>...45