Home
last modified time | relevance | path

Searched refs:PLUS (Results 1 – 25 of 83) sorted by relevance

1234

/freebsd/crypto/openssh/openbsd-compat/
H A Dchacha_private.h44 #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 Dchacha_private.h42 #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 Dchacha.c42 #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 Dchacha.c44 #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 Dchacha20_ref.c32 #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 Dparsetime.c68 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 Dfile.cpp75 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 Dfile.h65 PLUS = 0x8, enumerator
140 static_cast<ModeFlags>(OpenMode::PLUS)); in write_allowed()
145 static_cast<ModeFlags>(OpenMode::PLUS)); in read_allowed()
H A Dfile.cpp454 flags |= static_cast<ModeFlags>(OpenMode::PLUS); in mode_flags()
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-ifelse.mk175 PLUS= +
180 .info <${${PLUS} :?true:false}>
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mp-var-som-symphony.dts9 model = "Variscite VAR-SOM-MX8M-PLUS on Symphony-Board";
/freebsd/contrib/one-true-awk/
H A Db.c47 #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 Dregexp.c90 #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 Dldorder.mk36 LDORDER_INC_FILTER += S,+,PLUS,g S,.so$$,,g
/freebsd/crypto/heimdal/lib/asn1/
H A Dlex.l124 PLUS-INFINITY { return kw_PLUS_INFINITY; }
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3399-roc-pc-plus.dts26 model = "Firefly ROC-RK3399-PC-PLUS Board";
/freebsd/tools/tools/locale/etc/charmaps/
H A DCP1251.TXT63 0x2B 0x002B #PLUS SIGN
197 0xB1 0x00B1 #PLUS-MINUS SIGN
H A DUS-ASCII.TXT52 0x2B 0x002B # PLUS SIGN
H A DISO8859-13.TXT88 0x2B 0x002B # PLUS SIGN
222 0xB1 0x00B1 # PLUS-MINUS SIGN
H A DISO8859-9.TXT94 0x2B 0x002B # PLUS SIGN
228 0xB1 0x00B1 # PLUS-MINUS SIGN
H A DISO8859-1.TXT92 0x2B 0x002B # PLUS SIGN
226 0xB1 0x00B1 # PLUS-MINUS SIGN
H A DISO8859-15.TXT91 0x2B 0x002B # PLUS SIGN
225 0xB1 0x00B1 # PLUS-MINUS SIGN
H A DISO8859-7.TXT100 0x2B 0x002B # PLUS SIGN
233 0xB1 0x00B1 # PLUS-MINUS SIGN
/freebsd/tools/tools/locale/etc/final-maps/
H A Dmap.CP1251277 <PLUS-MINUS_SIGN> \xb1
H A Dmap.ISO8859-7305 <PLUS-MINUS_SIGN> \xb1

1234