Home
last modified time | relevance | path

Searched full:b (Results 1 – 25 of 7667) sorted by relevance

12345678910>>...307

/freebsd/sys/crypto/openssl/aarch64/
H A Daesv8-armx.S25 b.eq .Lenc_key_abort
27 b.eq .Lenc_key_abort
30 b.lt .Lenc_key_abort
32 b.gt .Lenc_key_abort
34 b.ne .Lenc_key_abort
40 eor v0.16b,v0.16b,v0.16b
41 ld1 {v3.16b},[x0],#16
45 b.lt .Loop128
46 b.eq .L192
47 b .L256
[all …]
H A Dbsaes-armv8.S50 movi v9.16b, #0x55
52 movi v16.16b, #0x33
53 movi v17.16b, #0x0f
55 eor v0.16b, v0.16b, v8.16b
56 eor v1.16b, v1.16b, v8.16b
57 eor v2.16b, v2.16b, v8.16b
58 eor v4.16b, v4.16b, v8.16b
59 eor v3.16b, v3.16b, v8.16b
60 eor v5.16b, v5.16b, v8.16b
61 tbl v0.16b, {v0.16b}, v10.16b
[all …]
H A Dvpsm4_ex-armv8.S61 rev32 v5.16b,v5.16b
69 eor v5.16b,v5.16b,v6.16b
73 movi v0.16b,#64
86 tbl v0.16b, {v4.16b}, v26.16b
87 ushr v2.16b, v0.16b, 4
88 and v0.16b, v0.16b, v31.16b
89 tbl v0.16b, {v28.16b}, v0.16b
90 tbl v2.16b, {v27.16b}, v2.16b
91 eor v0.16b, v0.16b, v2.16b
92 eor v1.16b, v1.16b, v1.16b
[all …]
H A Daes-gcm-armv8-unroll8_64.S25 movi v31.16b, #0x0
28 ld1 { v0.16b}, [x16] //CTR block 0
34 rev32 v30.16b, v0.16b //set up reversed counter
38 rev32 v1.16b, v30.16b //CTR block 1
41 rev32 v2.16b, v30.16b //CTR block 2
44 rev32 v3.16b, v30.16b //CTR block 3
47 rev32 v4.16b, v30.16b //CTR block 4
50 rev32 v5.16b, v30.16b //CTR block 5
54 rev32 v6.16b, v30.16b //CTR block 6
57 rev32 v7.16b, v30.16b //CTR block 7
[all …]
H A Dvpsm4-armv8.S69 ld1 {v16.16b,v17.16b,v18.16b,v19.16b},[x10],#64
70 ld1 {v20.16b,v21.16b,v22.16b,v23.16b},[x10],#64
71 ld1 {v24.16b,v25.16b,v26.16b,v27.16b},[x10],#64
72 ld1 {v28.16b,v29.16b,v30.16b,v31.16b},[x10]
74 rev32 v5.16b,v5.16b
82 eor v5.16b,v5.16b,v6.16b
86 movi v0.16b,#64
99 tbl v1.16b,{v16.16b,v17.16b,v18.16b,v19.16b},v4.16b
100 sub v4.16b,v4.16b,v0.16b
101 tbx v1.16b,{v20.16b,v21.16b,v22.16b,v23.16b},v4.16b
[all …]
H A Dghashv8-armx.S13 movi v19.16b,#0xe1
15 ext v3.16b,v17.16b,v17.16b,#8
18 ext v16.16b,v18.16b,v19.16b,#8 //t0=0xc2....01
21 and v18.16b,v18.16b,v16.16b
23 ext v18.16b,v18.16b,v18.16b,#8
24 and v16.16b,v16.16b,v17.16b
25 orr v3.16b,v3.16b,v18.16b //H<<<=1
26 eor v20.16b,v3.16b,v16.16b //twisted H
30 ext v16.16b,v20.16b,v20.16b,#8 //Karatsuba pre-processing
32 eor v16.16b,v16.16b,v20.16b
[all …]
H A Daes-gcm-armv8_64.S33 ld1 {v11.16b}, [x3]
34 ext v11.16b, v11.16b, v11.16b, #8
35 rev64 v11.16b, v11.16b
46 ext v15.16b, v15.16b, v15.16b, #8
60 …ld1 { v0.16b}, [x16] //special case vector load initial counter so we …
80 ext v14.16b, v14.16b, v14.16b, #8
82 aese v1.16b, v18.16b
83 aesmc v1.16b, v1.16b //AES block 1 - round 0
86 aese v2.16b, v18.16b
87 aesmc v2.16b, v2.16b //AES block 2 - round 0
[all …]
H A Dvpaes-armv8.S59 .Lk_dsbb: // decryption sbox output *B*u, *B*t
72 .Lk_dksb: // decryption key schedule: invskew x*B
110 movi v17.16b, #0x0f
141 and v1.16b, v7.16b, v17.16b // vpand %xmm9, %xmm0, %xmm1
142 ushr v0.16b, v7.16b, #4 // vpsrlb $4, %xmm0, %xmm0
143 tbl v1.16b, {v20.16b}, v1.16b // vpshufb %xmm1, %xmm2, %xmm1
145 tbl v2.16b, {v21.16b}, v0.16b // vpshufb %xmm0, %xmm3, %xmm2
146 eor v0.16b, v1.16b, v16.16b // vpxor %xmm5, %xmm1, %xmm0
147 eor v0.16b, v0.16b, v2.16b // vpxor %xmm2, %xmm0, %xmm0
148 b .Lenc_entry
[all …]
/freebsd/crypto/openssl/crypto/aes/asm/
H A Dbsaes-armv8.pl83 movi v9.16b, #0x55
85 movi v16.16b, #0x33
86 movi v17.16b, #0x0f
88 eor v0.16b, v0.16b, v8.16b
89 eor v1.16b, v1.16b, v8.16b
90 eor v2.16b, v2.16b, v8.16b
91 eor v4.16b, v4.16b, v8.16b
92 eor v3.16b, v3.16b, v8.16b
93 eor v5.16b, v5.16b, v8.16b
94 tbl v0.16b, {v0.16b}, v10.16b
[all …]
/freebsd/crypto/openssl/test/recipes/10-test_bn_data/
H A Dbnsum.txt10 # These test vectors satisfy A + B = Sum.
14 B = 0
18 B = 0
22 B = 0
26 B = -c590e57ee64fced3ca84d4bb013bba7d633e68b2ff4e27bf1db43f386dbfcce501f112b7fff6fb9436a576ccfccce1…
30 B = 23f85668bf4d0fa273d8c7f63c5fee57811062a674111e295a73a58e08dd0fd58eda1f473960559d5b96d1862164e96…
34 B = -4b5b16252ba2355e0b87f01baa721783c403607a4c1b5652c09a68e96926c8e314fa580bf0ad3f8f59bd70f14df86a…
38 B = 908007a2f3c551c58958d1059427a0391d4d768f61cb802e4cb062c778354ea3eaa8f0dfbd14ca8203e07ae6d07269b…
42 B = -1999301bd9877fe07ca711f308b2f1bc4a704fd194ec4dbc297355d6285340d6ad7e90cb0add1770aea19737a06750…
46 B = 219639ed8afc21e052422fff0ae5583231ebca2999404b099628093e6540b1dbc20b9c495aa7229b5965b19a5fcd653…
[all …]
H A Dbngcd.txt10 # These test vectors satisfy gcd(A, B) = GCD.
14 B = 0
19 B = 0
24 B = 1
29 B = 70030ffeeea3deaea19387f4f1d0f460a6954a2a9cb98290602ac09036143ef8eb9692f3eac22961811083e073ee0be…
34 B = 0
41 B = 3
45 B = 5
49 B = 7
53 B = 9
[all …]
/freebsd/sys/contrib/openzfs/module/icp/asm-aarch64/blake3/
H A Db3_aarch64_sse41.S82 eor v0.16b, v2.16b, v0.16b
83 eor v1.16b, v3.16b, v1.16b
148 and v0.8b, v1.8b, v0.8b
160 eor v1.16b, v16.16b, v1.16b
162 tbl v1.16b, { v1.16b }, v0.16b
164 eor v5.16b, v4.16b, v5.16b
167 orr v5.16b, v5.16b, v6.16b
169 eor v7.16b, v1.16b, v6.16b
172 tbl v7.16b, { v7.16b }, v1.16b
175 ext v7.16b, v7.16b, v7.16b, #8
[all …]
H A Db3_aarch64_sse2.S82 eor v0.16b, v2.16b, v0.16b
83 eor v1.16b, v3.16b, v1.16b
115 and v0.8b, v1.8b, v0.8b
125 eor v3.16b, v2.16b, v3.16b
129 eor v5.16b, v4.16b, v5.16b
132 orr v5.16b, v5.16b, v6.16b
134 eor v3.16b, v2.16b, v3.16b
137 orr v3.16b, v3.16b, v6.16b
140 ext v3.16b, v3.16b, v3.16b, #8
142 eor v5.16b, v4.16b, v5.16b
[all …]
/freebsd/contrib/bc/manuals/bc/
H A DH.134 \f[B]bc\f[R] [\f[B]\-cCghilPqRsvVw\f[R]] [\f[B]\-\-digit\-clamp\f[R]]
35 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-global\-stacks\f[R]]
36 [\f[B]\-\-help\f[R]] [\f[B]\-\-interactive\f[R]] [\f[B]\-\-mathlib\f[R]]
37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]]
38 [\f[B]\-\-quiet\f[R]] [\f[B]\-\-standard\f[R]] [\f[B]\-\-warn\f[R]]
39 [\f[B]\-\-version\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]]
40 [\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...]
41 [\f[B]\-f\f[R] \f[I]file\f[R]\&...]
42 [\f[B]\-\-file\f[R]=\f[I]file\f[R]\&...]
44 [\f[B]\-I\f[R] \f[I]ibase\f[R]] [\f[B]\-\-ibase\f[R]=\f[I]ibase\f[R]]
[all …]
H A DHN.134 \f[B]bc\f[R] [\f[B]\-cCghilPqRsvVw\f[R]] [\f[B]\-\-digit\-clamp\f[R]]
35 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-global\-stacks\f[R]]
36 [\f[B]\-\-help\f[R]] [\f[B]\-\-interactive\f[R]] [\f[B]\-\-mathlib\f[R]]
37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]]
38 [\f[B]\-\-quiet\f[R]] [\f[B]\-\-standard\f[R]] [\f[B]\-\-warn\f[R]]
39 [\f[B]\-\-version\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]]
40 [\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...]
41 [\f[B]\-f\f[R] \f[I]file\f[R]\&...]
42 [\f[B]\-\-file\f[R]=\f[I]file\f[R]\&...]
44 [\f[B]\-I\f[R] \f[I]ibase\f[R]] [\f[B]\-\-ibase\f[R]=\f[I]ibase\f[R]]
[all …]
H A DA.134 \f[B]bc\f[R] [\f[B]\-cCghilPqRsvVw\f[R]] [\f[B]\-\-digit\-clamp\f[R]]
35 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-global\-stacks\f[R]]
36 [\f[B]\-\-help\f[R]] [\f[B]\-\-interactive\f[R]] [\f[B]\-\-mathlib\f[R]]
37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]]
38 [\f[B]\-\-quiet\f[R]] [\f[B]\-\-standard\f[R]] [\f[B]\-\-warn\f[R]]
39 [\f[B]\-\-version\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]]
40 [\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...]
41 [\f[B]\-f\f[R] \f[I]file\f[R]\&...]
42 [\f[B]\-\-file\f[R]=\f[I]file\f[R]\&...]
44 [\f[B]\-I\f[R] \f[I]ibase\f[R]] [\f[B]\-\-ibase\f[R]=\f[I]ibase\f[R]]
[all …]
H A DN.134 \f[B]bc\f[R] [\f[B]\-cCghilPqRsvVw\f[R]] [\f[B]\-\-digit\-clamp\f[R]]
35 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-global\-stacks\f[R]]
36 [\f[B]\-\-help\f[R]] [\f[B]\-\-interactive\f[R]] [\f[B]\-\-mathlib\f[R]]
37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]]
38 [\f[B]\-\-quiet\f[R]] [\f[B]\-\-standard\f[R]] [\f[B]\-\-warn\f[R]]
39 [\f[B]\-\-version\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]]
40 [\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...]
41 [\f[B]\-f\f[R] \f[I]file\f[R]\&...]
42 [\f[B]\-\-file\f[R]=\f[I]file\f[R]\&...]
44 [\f[B]\-I\f[R] \f[I]ibase\f[R]] [\f[B]\-\-ibase\f[R]=\f[I]ibase\f[R]]
[all …]
H A DE.134 \f[B]bc\f[R] [\f[B]\-cCghilPqRsvVw\f[R]] [\f[B]\-\-digit\-clamp\f[R]]
35 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-global\-stacks\f[R]]
36 [\f[B]\-\-help\f[R]] [\f[B]\-\-interactive\f[R]] [\f[B]\-\-mathlib\f[R]]
37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]]
38 [\f[B]\-\-quiet\f[R]] [\f[B]\-\-standard\f[R]] [\f[B]\-\-warn\f[R]]
39 [\f[B]\-\-version\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]]
40 [\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...]
41 [\f[B]\-f\f[R] \f[I]file\f[R]\&...]
42 [\f[B]\-\-file\f[R]=\f[I]file\f[R]\&...]
47 (See the \f[B]STANDARDS\f[R] section.)
[all …]
H A DEN.134 \f[B]bc\f[R] [\f[B]\-cCghilPqRsvVw\f[R]] [\f[B]\-\-digit\-clamp\f[R]]
35 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-global\-stacks\f[R]]
36 [\f[B]\-\-help\f[R]] [\f[B]\-\-interactive\f[R]] [\f[B]\-\-mathlib\f[R]]
37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]]
38 [\f[B]\-\-quiet\f[R]] [\f[B]\-\-standard\f[R]] [\f[B]\-\-warn\f[R]]
39 [\f[B]\-\-version\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]]
40 [\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...]
41 [\f[B]\-f\f[R] \f[I]file\f[R]\&...]
42 [\f[B]\-\-file\f[R]=\f[I]file\f[R]\&...]
47 (See the \f[B]STANDARDS\f[R] section.)
[all …]
H A DEH.134 \f[B]bc\f[R] [\f[B]\-cCghilPqRsvVw\f[R]] [\f[B]\-\-digit\-clamp\f[R]]
35 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-global\-stacks\f[R]]
36 [\f[B]\-\-help\f[R]] [\f[B]\-\-interactive\f[R]] [\f[B]\-\-mathlib\f[R]]
37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]]
38 [\f[B]\-\-quiet\f[R]] [\f[B]\-\-standard\f[R]] [\f[B]\-\-warn\f[R]]
39 [\f[B]\-\-version\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]]
40 [\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...]
41 [\f[B]\-f\f[R] \f[I]file\f[R]\&...]
42 [\f[B]\-\-file\f[R]=\f[I]file\f[R]\&...]
47 (See the \f[B]STANDARDS\f[R] section.)
[all …]
H A DEHN.134 \f[B]bc\f[R] [\f[B]\-cCghilPqRsvVw\f[R]] [\f[B]\-\-digit\-clamp\f[R]]
35 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-global\-stacks\f[R]]
36 [\f[B]\-\-help\f[R]] [\f[B]\-\-interactive\f[R]] [\f[B]\-\-mathlib\f[R]]
37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]]
38 [\f[B]\-\-quiet\f[R]] [\f[B]\-\-standard\f[R]] [\f[B]\-\-warn\f[R]]
39 [\f[B]\-\-version\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]]
40 [\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...]
41 [\f[B]\-f\f[R] \f[I]file\f[R]\&...]
42 [\f[B]\-\-file\f[R]=\f[I]file\f[R]\&...]
47 (See the \f[B]STANDARDS\f[R] section.)
[all …]
/freebsd/crypto/openssl/doc/internal/man3/
H A Dbn_mul_words.pod28 void bn_mul_comba4(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b);
29 void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b);
33 int bn_cmp_words(BN_ULONG *a, BN_ULONG *b, int n);
35 void bn_mul_normal(BN_ULONG *r, BN_ULONG *a, int na, BN_ULONG *b,
37 void bn_mul_low_normal(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n);
38 void bn_mul_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n2,
40 void bn_mul_part_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b,
42 void bn_mul_low_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b,
64 B<BIGNUM> implementation. They are described here to facilitate
83 The integer value is stored in B<d>, a malloc()ed array of words (B<BN_ULONG>),
[all …]
/freebsd/contrib/bc/manuals/
H A Dbcl.342 \f[B]BclError bcl_start(\f[R]\f[I]void\f[R]\f[B]);\f[R]
44 \f[B]void bcl_end(\f[R]\f[I]void\f[R]\f[B]);\f[R]
46 \f[B]BclError bcl_init(\f[R]\f[I]void\f[R]\f[B]);\f[R]
48 \f[B]void bcl_free(\f[R]\f[I]void\f[R]\f[B]);\f[R]
50 \f[B]bool bcl_abortOnFatalError(\f[R]\f[I]void\f[R]\f[B]);\f[R]
52 \f[B]void bcl_setAbortOnFatalError(bool\f[R] \f[I]abrt\f[R]\f[B]);\f[R]
54 \f[B]bool bcl_leadingZeroes(\f[R]\f[I]void\f[R]\f[B]);\f[R]
56 \f[B]void bcl_setLeadingZeroes(bool\f[R]
57 \f[I]leadingZeroes\f[R]\f[B]);\f[R]
59 \f[B]void bcl_gc(\f[R]\f[I]void\f[R]\f[B]);\f[R]
[all …]
/freebsd/sys/dev/sound/pcm/
H A Dbuffer.c46 struct snd_dbuf *b; in sndbuf_create() local
48 b = malloc(sizeof(*b), M_DEVBUF, M_WAITOK | M_ZERO); in sndbuf_create()
49 snprintf(b->name, SNDBUF_NAMELEN, "%s:%s", drv, desc); in sndbuf_create()
50 b->dev = dev; in sndbuf_create()
51 b->channel = channel; in sndbuf_create()
53 return b; in sndbuf_create()
57 sndbuf_destroy(struct snd_dbuf *b) in sndbuf_destroy() argument
59 sndbuf_free(b); in sndbuf_destroy()
60 free(b, M_DEVBUF); in sndbuf_destroy()
72 struct snd_dbuf *b = (struct snd_dbuf *)arg; in sndbuf_setmap() local
[all …]
/freebsd/contrib/bc/manuals/dc/
H A DA.134 \f[B]dc\f[R] [\f[B]\-cChiPRvVx\f[R]] [\f[B]\-\-version\f[R]]
35 [\f[B]\-\-help\f[R]] [\f[B]\-\-digit\-clamp\f[R]]
36 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-interactive\f[R]]
37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]]
38 [\f[B]\-\-extended\-register\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]]
39 [\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...]
40 [\f[B]\-f\f[R] \f[I]file\f[R]\&...]
41 [\f[B]\-\-file\f[R]=\f[I]file\f[R]\&...]
43 [\f[B]\-I\f[R] \f[I]ibase\f[R]] [\f[B]\-\-ibase\f[R]=\f[I]ibase\f[R]]
44 [\f[B]\-O\f[R] \f[I]obase\f[R]] [\f[B]\-\-obase\f[R]=\f[I]obase\f[R]]
[all …]

12345678910>>...307