| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | chacha_private.h | 44 #define PLUS(v,w) (U32V((v) + (w))) macro 45 #define PLUSONE(v) (PLUS((v),1)) 48 a = PLUS(a,b); d = ROTATE(XOR(d,a),16); \ 49 c = PLUS(c,d); b = ROTATE(XOR(b,c),12); \ 50 a = PLUS(a,b); d = ROTATE(XOR(d,a), 8); \ 51 c = PLUS(c,d); b = ROTATE(XOR(b,c), 7); 151 x0 = PLUS(x0,j0); in chacha_encrypt_bytes() 152 x1 = PLUS(x1,j1); in chacha_encrypt_bytes() 153 x2 = PLUS(x2,j2); in chacha_encrypt_bytes() 154 x3 = PLUS(x3,j3); in chacha_encrypt_bytes() [all …]
|
| /freebsd/contrib/unbound/compat/ |
| H A D | chacha_private.h | 42 #define PLUS(v,w) (U32V((v) + (w))) macro 43 #define PLUSONE(v) (PLUS((v),1)) 46 a = PLUS(a,b); d = ROTATE(XOR(d,a),16); \ 47 c = PLUS(c,d); b = ROTATE(XOR(b,c),12); \ 48 a = PLUS(a,b); d = ROTATE(XOR(d,a), 8); \ 49 c = PLUS(c,d); b = ROTATE(XOR(b,c), 7); 149 x0 = PLUS(x0,j0); in chacha_encrypt_bytes() 150 x1 = PLUS(x1,j1); in chacha_encrypt_bytes() 151 x2 = PLUS(x2,j2); in chacha_encrypt_bytes() 152 x3 = PLUS(x3,j3); in chacha_encrypt_bytes() [all …]
|
| /freebsd/crypto/openssh/ |
| H A D | chacha.c | 42 #define PLUS(v,w) (U32V((v) + (w))) macro 43 #define PLUSONE(v) (PLUS((v),1)) 46 a = PLUS(a,b); d = ROTATE(XOR(d,a),16); \ 47 c = PLUS(c,d); b = ROTATE(XOR(b,c),12); \ 48 a = PLUS(a,b); d = ROTATE(XOR(d,a), 8); \ 49 c = PLUS(c,d); b = ROTATE(XOR(b,c), 7); 149 x0 = PLUS(x0,j0); in chacha_encrypt_bytes() 150 x1 = PLUS(x1,j1); in chacha_encrypt_bytes() 151 x2 = PLUS(x2,j2); in chacha_encrypt_bytes() 152 x3 = PLUS(x3,j3); in chacha_encrypt_bytes() [all …]
|
| /freebsd/sys/crypto/chacha20/ |
| H A D | chacha.c | 44 #define PLUS(v,w) (U32V((v) + (w))) macro 45 #define PLUSONE(v) (PLUS((v),1)) 48 a = PLUS(a,b); d = ROTATE(XOR(d,a),16); \ 49 c = PLUS(c,d); b = ROTATE(XOR(b,c),12); \ 50 a = PLUS(a,b); d = ROTATE(XOR(d,a), 8); \ 51 c = PLUS(c,d); b = ROTATE(XOR(b,c), 7); 173 x0 = PLUS(x0,j0); in chacha_encrypt_bytes() 174 x1 = PLUS(x1,j1); in chacha_encrypt_bytes() 175 x2 = PLUS(x2,j2); in chacha_encrypt_bytes() 176 x3 = PLUS(x3,j3); in chacha_encrypt_bytes() [all …]
|
| /freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/ref/ |
| H A D | chacha20_ref.c | 32 #define PLUS(v, w) (U32V((v) + (w))) macro 33 #define PLUSONE(v) (PLUS((v), 1)) 36 a = PLUS(a, b); \ 38 c = PLUS(c, d); \ 40 a = PLUS(a, b); \ 42 c = PLUS(c, d); \ 151 x0 = PLUS(x0, j0); in chacha20_encrypt_bytes() 152 x1 = PLUS(x1, j1); in chacha20_encrypt_bytes() 153 x2 = PLUS(x2, j2); in chacha20_encrypt_bytes() 154 x3 = PLUS(x3, j3); in chacha20_encrypt_bytes() [all …]
|
| /freebsd/usr.bin/at/ |
| H A D | parsetime.c | 68 NUMBER, PLUS, MINUS, DOT, SLASH, ID, JUNK, enumerator 249 return sc_tokid = PLUS; in token() 409 if ((sc_tokid == EOF || sc_tokid == PLUS || sc_tokid == MINUS) && in tod() 484 case PLUS: in month() 617 expect(PLUS); in parsetime() 619 case PLUS: in parsetime()
|
| /freebsd/contrib/llvm-project/libc/src/__support/File/linux/ |
| H A D | file.cpp | 75 if (modeflags & ModeFlags(File::OpenMode::PLUS)) in openfile() 81 if (modeflags & ModeFlags(File::OpenMode::PLUS)) in openfile() 86 if (modeflags & ModeFlags(File::OpenMode::PLUS)) in openfile()
|
| /freebsd/contrib/llvm-project/libc/src/__support/File/ |
| H A D | file.h | 65 PLUS = 0x8, enumerator 140 static_cast<ModeFlags>(OpenMode::PLUS)); in write_allowed() 145 static_cast<ModeFlags>(OpenMode::PLUS)); in read_allowed()
|
| H A D | file.cpp | 454 flags |= static_cast<ModeFlags>(OpenMode::PLUS); in mode_flags()
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | varmod-ifelse.mk | 175 PLUS= + 180 .info <${${PLUS} :?true:false}>
|
| /freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
| H A D | imx8mp-var-som-symphony.dts | 9 model = "Variscite VAR-SOM-MX8M-PLUS on Symphony-Board";
|
| /freebsd/contrib/one-true-awk/ |
| H A D | b.c | 47 #define UNARY case STAR: case PLUS: case QUEST: 549 case PLUS: in first() 580 case PLUS: in follow() 1073 case PLUS: in unary() 1075 return (unary(op2(PLUS, np, NIL))); in unary() 1277 case '+': return PLUS; in relex() 1435 return PLUS; in relex() 1456 return PLUS; in relex()
|
| /freebsd/contrib/less/ |
| H A D | regexp.c | 90 #define PLUS 11 /* node Match this (simple) thing 1 or more times. */ macro 436 reginsert(PLUS, ret); in regpiece() 1043 case PLUS: { in regmatch() 1274 case PLUS: in regprop()
|
| /freebsd/contrib/bmake/mk/ |
| H A D | ldorder.mk | 36 LDORDER_INC_FILTER += S,+,PLUS,g S,.so$$,,g
|
| /freebsd/crypto/heimdal/lib/asn1/ |
| H A D | lex.l | 124 PLUS-INFINITY { return kw_PLUS_INFINITY; }
|
| /freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
| H A D | rk3399-roc-pc-plus.dts | 26 model = "Firefly ROC-RK3399-PC-PLUS Board";
|
| /freebsd/tools/tools/locale/etc/charmaps/ |
| H A D | CP1251.TXT | 63 0x2B 0x002B #PLUS SIGN 197 0xB1 0x00B1 #PLUS-MINUS SIGN
|
| H A D | US-ASCII.TXT | 52 0x2B 0x002B # PLUS SIGN
|
| H A D | ISO8859-13.TXT | 88 0x2B 0x002B # PLUS SIGN 222 0xB1 0x00B1 # PLUS-MINUS SIGN
|
| H A D | ISO8859-9.TXT | 94 0x2B 0x002B # PLUS SIGN 228 0xB1 0x00B1 # PLUS-MINUS SIGN
|
| H A D | ISO8859-1.TXT | 92 0x2B 0x002B # PLUS SIGN 226 0xB1 0x00B1 # PLUS-MINUS SIGN
|
| H A D | ISO8859-15.TXT | 91 0x2B 0x002B # PLUS SIGN 225 0xB1 0x00B1 # PLUS-MINUS SIGN
|
| H A D | ISO8859-7.TXT | 100 0x2B 0x002B # PLUS SIGN 233 0xB1 0x00B1 # PLUS-MINUS SIGN
|
| /freebsd/tools/tools/locale/etc/final-maps/ |
| H A D | map.CP1251 | 277 <PLUS-MINUS_SIGN> \xb1
|
| H A D | map.ISO8859-7 | 305 <PLUS-MINUS_SIGN> \xb1
|