/freebsd-src/sys/crypto/openssl/powerpc64le/ |
H A D | sha1-ppc.S | 124 add 12,0,11 126 add 12,12,16 128 add 12,12,11 132 add 12,12,15 137 add 11,0,10 139 add 11,11,17 141 add 11,11,10 145 add 11,11,15 150 add 10,0,9 152 add 10,10,18 [all …]
|
H A D | sha256-ppc.S | 51 add 5,31,5 71 add 0,31,0 143 add 15,15,0 147 add 15,15,16 149 add 15,15,5 150 add 15,15,3 161 add 11,11,15 164 add 15,15,3 165 add 15,15,5 175 add 14,14,0 [all …]
|
H A D | sha512-ppc.S | 51 add 5,31,5 71 add 0,31,0 148 add 15,15,0 152 add 15,15,16 154 add 15,15,5 155 add 15,15,3 166 add 11,11,15 169 add 15,15,3 170 add 15,15,5 185 add 14,14,0 [all …]
|
/freebsd-src/sys/crypto/openssl/powerpc64/ |
H A D | sha1-ppc.S | 118 add 12,0,11 120 add 12,12,16 122 add 12,12,11 126 add 12,12,15 128 add 11,0,10 130 add 11,11,17 132 add 11,11,10 136 add 11,11,15 138 add 10,0,9 140 add 10,10,18 [all …]
|
H A D | sha256-ppc.S | 51 add 5,31,5 71 add 0,31,0 140 add 15,15,0 144 add 15,15,16 146 add 15,15,5 147 add 15,15,3 158 add 11,11,15 161 add 15,15,3 162 add 15,15,5 169 add 14,14,0 [all …]
|
H A D | sha512-ppc.S | 51 add 5,31,5 71 add 0,31,0 142 add 15,15,0 146 add 15,15,16 148 add 15,15,5 149 add 15,15,3 160 add 11,11,15 163 add 15,15,3 164 add 15,15,5 173 add 14,14,0 [all …]
|
/freebsd-src/sys/crypto/openssl/powerpc/ |
H A D | sha1-ppc.S | 115 add 12,0,11 117 add 12,12,16 119 add 12,12,11 123 add 12,12,15 125 add 11,0,10 127 add 11,11,17 129 add 11,11,10 133 add 11,11,15 135 add 10,0,9 137 add 10,10,18 [all …]
|
H A D | sha256-ppc.S | 48 add 5,31,5 68 add 0,31,0 137 add 15,15,0 141 add 15,15,16 143 add 15,15,5 144 add 15,15,3 155 add 11,11,15 158 add 15,15,3 159 add 15,15,5 166 add 14,14,0 [all …]
|
/freebsd-src/sbin/devfs/ |
H A D | devfs.rules | 22 add hide 28 add path null unhide 29 add path zero unhide 30 add path crypto unhide 31 add path random unhide 32 add path urandom unhide 38 add path 'ptyp*' unhide 39 add path 'ptyq*' unhide 40 add path 'ptyr*' unhide 41 add path 'ptys*' unhide [all …]
|
/freebsd-src/sys/contrib/openzfs/module/icp/asm-ppc64/sha2/ |
H A D | sha256-ppc.S | 86 add 5,31,5 100 add 0,31,0 169 add 15,15,0 173 add 15,15,16 175 add 15,15,5 176 add 15,15,3 187 add 11,11,15 190 add 15,15,3 191 add 15,15,5 198 add 14,14,0 [all …]
|
H A D | sha512-ppc.S | 86 add 5,31,5 106 add 0,31,0 177 add 15,15,0 181 add 15,15,16 183 add 15,15,5 184 add 15,15,3 195 add 11,11,15 198 add 15,15,3 199 add 15,15,5 208 add 14,14,0 [all …]
|
/freebsd-src/sys/crypto/openssl/aarch64/ |
H A D | sha1-armv8.S | 22 add x29,sp,#0 43 add w24,w24,w28 // warm it up 44 add w24,w24,w3 50 add w23,w23,w28 // future e+=K 52 add w24,w24,w27 // e+=rot(a,5) 54 add w23,w23,w4 // future e+=X[i] 55 add w24,w24,w25 // e+=F(b,c,d) 64 add w22,w22,w28 // future e+=K 66 add w23,w23,w27 // e+=rot(a,5) 68 add w22,w22,w5 // future e+=X[i] [all …]
|
H A D | chacha-armv8.S | 38 add x29,sp,#0 83 add w5,w5,w9 84 add w6,w6,w10 85 add w7,w7,w11 86 add w8,w8,w12 95 add w13,w13,w17 96 add w14,w14,w19 97 add w15,w15,w20 98 add w16,w16,w21 107 add w5,w5,w9 [all …]
|
H A D | sha256-armv8.S | 82 add x29,sp,#0 94 add x2,x1,x2,lsl#6 // end of input 108 add w27,w27,w19 // h+=K[i] 112 add w27,w27,w3 // h+=X[i] 117 add w27,w27,w17 // h+=Ch(e,f,g) 119 add w27,w27,w16 // h+=Sigma1(e) 121 add w23,w23,w27 // d+=h 124 add w27,w27,w28 // h+=Maj(a,b,c) 126 //add w27,w27,w17 // h+=Sigma0(a) 131 add w27,w27,w17 // h+=Sigma0(a) [all …]
|
H A D | sha512-armv8.S | 80 add x29,sp,#0 92 add x2,x1,x2,lsl#7 // end of input 106 add x27,x27,x19 // h+=K[i] 110 add x27,x27,x3 // h+=X[i] 115 add x27,x27,x17 // h+=Ch(e,f,g) 117 add x27,x27,x16 // h+=Sigma1(e) 119 add x23,x23,x27 // d+=h 122 add x27,x27,x28 // h+=Maj(a,b,c) 124 //add x27,x27,x17 // h+=Sigma0(a) 129 add x27,x27,x17 // h+=Sigma0(a) [all …]
|
/freebsd-src/contrib/libevent/ |
H A D | epolltable-internal.h | 34 Note also that this table is a little sparse, since ADD+DEL is 43 If either the read or the write change is add+del: 45 Else, if either the read or the write change is add: 47 If the read change is add, or 49 Add EPOLLIN to events. 50 If the write change is add, or 52 Add EPOLLOUT to events. 81 we need to set op="ADD" and set events=the events we want to add. If we 92 with ADD. 96 with an ADD. (We do a MOD in this case since "no change" is more [all …]
|
/freebsd-src/contrib/ntp/sntp/libevent/ |
H A D | epolltable-internal.h | 34 Note also that this table is a little sparse, since ADD+DEL is 43 If either the read or the write change is add+del: 45 Else, if either the read or the write change is add: 47 If the read change is add, or 49 Add EPOLLIN to events. 50 If the write change is add, or 52 Add EPOLLOUT to events. 81 we need to set op="ADD" and set events=the events we want to add. If we 92 with ADD. 96 with an ADD. (We do a MOD in this case since "no change" is more [all …]
|
/freebsd-src/sys/crypto/openssl/arm/ |
H A D | sha1-armv4-large.S | 34 add r2,r1,r2,lsl#6 @ r2 to point at the end of r1 48 add r7,r8,r7,ror#2 @ E+=K_00_19 53 add r7,r7,r3,ror#27 @ E+=ROR(A,27) 57 add r7,r8,r7,ror#2 @ E+=K_00_19 59 add r7,r7,r3,ror#27 @ E+=ROR(A,27) 65 add r7,r7,r9 @ E+=X[i] 68 add r7,r7,r10 @ E+=F_00_19(B,C,D) 73 add r6,r8,r6,ror#2 @ E+=K_00_19 78 add r6,r6,r7,ror#27 @ E+=ROR(A,27) 82 add r6,r8,r6,ror#2 @ E+=K_00_19 [all …]
|
H A D | sha256-armv4.S | 37 @ Add NEON implementation. On Cortex A8 it was measured to process one 45 @ Add ARMv8 code path performing at 2.0 cpb on Apple A7. 118 add r2,r1,r2,lsl#6 @ len to point at the end of inp 137 add r4,r4,r12 @ h+=Maj(a,b,c) from the past 144 add r4,r4,r12 @ h+=Maj(a,b,c) from the past 158 add r11,r11,r2 @ h+=X[i] 161 add r11,r11,r0,ror#6 @ h+=Sigma1(e) 163 add r11,r11,r12 @ h+=K256[i] 166 add r11,r11,r2 @ h+=Ch(e,f,g) 185 add r7,r7,r11 @ d+=h [all …]
|
/freebsd-src/sys/contrib/openzfs/module/icp/asm-aarch64/sha2/ |
H A D | sha256-armv8.S | 64 add x29,sp,#0 76 add x2,x1,x2,lsl#6 // end of input 90 add w27,w27,w19 // h+=K[i] 94 add w27,w27,w3 // h+=X[i] 99 add w27,w27,w17 // h+=Ch(e,f,g) 101 add w27,w27,w16 // h+=Sigma1(e) 103 add w23,w23,w27 // d+=h 106 add w27,w27,w28 // h+=Maj(a,b,c) 108 //add w27,w27,w17 // h+=Sigma0(a) 113 add w27,w27,w17 // h+=Sigma0(a) [all …]
|
H A D | sha512-armv8.S | 88 add x29,sp,#0 100 add x2,x1,x2,lsl#7 // end of input 114 add x27,x27,x19 // h+=K[i] 118 add x27,x27,x3 // h+=X[i] 123 add x27,x27,x17 // h+=Ch(e,f,g) 125 add x27,x27,x16 // h+=Sigma1(e) 127 add x23,x23,x27 // d+=h 130 add x27,x27,x28 // h+=Maj(a,b,c) 132 //add x27,x27,x17 // h+=Sigma0(a) 137 add x27,x27,x17 // h+=Sigma0(a) [all …]
|
/freebsd-src/contrib/bsddialog/ |
H A D | CHANGELOG | 21 * add: <maxletters> 0 sets <maxletters> like <fieldlen>. 22 * add: <fieldlen> 0 sets <fieldlen> like <init> width and readonly. 28 * add: Ctrl-l to redraw dialog. 30 * add: -, +, Ctrl-p, Ctrl-n for several dialogs. 43 * add: arrow macro handlers. 52 * add: comments to --save-theme output file. 53 * add: blink, halfbright, highlight to --save-theme and --load-theme. 54 * add: theme.menu.[f_]prefixcolor to --save-theme and --load-theme. 55 * add: --datebox-format <d/m/y|m/d/y|y/m/d> to set --datebox UI. 56 * add [all...] |
/freebsd-src/crypto/openssl/crypto/bn/asm/ |
H A D | sparcv9-mont.pl | 112 add %sp,$bias,%o7 ! real top of stack 126 add %sp,$bias+$frame,$tp 135 add $acc0,$car1,$car1 143 add $acc0,$car0,$car0 146 add $acc1,$car1,$car1 149 add $acc0,$car1,$car1 150 add $j,4,$j ! j++ 157 add $tp,4,$tp ! tp++ 162 add $acc0,$car0,$car0 164 add $acc1,$car1,$car1 [all …]
|
/freebsd-src/libexec/rc/ |
H A D | rc.firewall | 84 ${fwcmd} add 100 pass all from any to any via lo0 85 ${fwcmd} add 200 deny all from any to 127.0.0.0/8 86 ${fwcmd} add 300 deny ip from 127.0.0.0/8 to any 88 ${fwcmd} add 400 deny all from any to ::1 89 ${fwcmd} add 500 deny all from ::1 to any 102 ${fwcmd} add pass ipv6-icmp from :: to ff02::/16 104 ${fwcmd} add pass ipv6-icmp from fe80::/10 to fe80::/10 105 ${fwcmd} add pass ipv6-icmp from fe80::/10 to ff02::/16 108 ${fwcmd} add pass ipv6-icmp from any to any icmp6types 1 111 ${fwcmd} add pass ipv6-icmp from any to any icmp6types 2,135,136 [all …]
|
/freebsd-src/contrib/spleen/ |
H A D | ChangeLog | 4 - Add base cyrillic (basic alphabet + most used extended) characters (Thanks 15 - Update README to add a link to the Alpine Linux package 21 - Add a 'com' target to generate SPLEEN.COM, the DOS version of Spleen 22 - Also add 'com' in the 'all' target 23 - Update README to add a link to the Guix package 25 - README.md: add Gentoo package link 27 - Add a new FAQ file answering frequently asked questions about Spleen 34 - Add full support for CP437 (IBM PC) in the 8x16, 16x32, and 32x64 versions 35 - Add a cp437 directory with BDF files using the IBM Code page 437 encoding 36 - Add [all...] |