Searched refs:update (Results 26 - 50 of 786) sorted by relevance

1234567891011>>

/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DGenerationIdChecksum.java68 public void update(int b) method in class:GenerationIdChecksum
76 public void update(byte[] b, int off, int len) method in class:GenerationIdChecksum
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DGenerationIdChecksum.java63 public void update(int b) method in class:GenerationIdChecksum
69 public void update(byte[] b, int off, int len) method in class:GenerationIdChecksum
/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DBSDMD5Crypt.java145 ctx.update(password.getBytes());
148 ctx.update(magic.getBytes());
151 ctx.update(salt.getBytes());
155 ctx1.update(password.getBytes());
156 ctx1.update(salt.getBytes());
157 ctx1.update(password.getBytes());
163 ctx.update(digest1, 0, pl > 16 ? 16 : pl);
174 ctx.update(digest1[0]);
177 ctx.update(password.getBytes()[0]);
200 ctx1.update(passwor
[all...]
/forgerock/opendj2/src/server/org/opends/server/util/
H A DBSDMD5Crypt.java140 ctx.update(plaintextBytes);
143 ctx.update(magic.getBytes());
146 ctx.update(salt.getBytes());
150 ctx1.update(plaintextBytes);
151 ctx1.update(salt.getBytes());
152 ctx1.update(plaintextBytes);
158 ctx.update(digest1, 0, pl > 16 ? 16 : pl);
169 ctx.update(digest1[0]);
172 ctx.update(plaintextBytes[0]);
195 ctx1.update(plaintextByte
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DBSDMD5Crypt.java145 ctx.update(password.getBytes());
148 ctx.update(magic.getBytes());
151 ctx.update(salt.getBytes());
155 ctx1.update(password.getBytes());
156 ctx1.update(salt.getBytes());
157 ctx1.update(password.getBytes());
163 ctx.update(digest1, 0, pl > 16 ? 16 : pl);
174 ctx.update(digest1[0]);
177 ctx.update(password.getBytes()[0]);
200 ctx1.update(passwor
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DBSDMD5Crypt.java145 ctx.update(password.getBytes());
148 ctx.update(magic.getBytes());
151 ctx.update(salt.getBytes());
155 ctx1.update(password.getBytes());
156 ctx1.update(salt.getBytes());
157 ctx1.update(password.getBytes());
163 ctx.update(digest1, 0, pl > 16 ? 16 : pl);
174 ctx.update(digest1[0]);
177 ctx.update(password.getBytes()[0]);
200 ctx1.update(passwor
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DBSDMD5Crypt.java140 ctx.update(plaintextBytes);
143 ctx.update(magic.getBytes());
146 ctx.update(salt.getBytes());
150 ctx1.update(plaintextBytes);
151 ctx1.update(salt.getBytes());
152 ctx1.update(plaintextBytes);
158 ctx.update(digest1, 0, pl > 16 ? 16 : pl);
169 ctx.update(digest1[0]);
172 ctx.update(plaintextBytes[0]);
195 ctx1.update(plaintextByte
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DBSDMD5Crypt.java140 ctx.update(plaintextBytes);
143 ctx.update(magic.getBytes());
146 ctx.update(salt.getBytes());
150 ctx1.update(plaintextBytes);
151 ctx1.update(salt.getBytes());
152 ctx1.update(plaintextBytes);
158 ctx.update(digest1, 0, pl > 16 ? 16 : pl);
169 ctx.update(digest1[0]);
172 ctx.update(plaintextBytes[0]);
195 ctx1.update(plaintextByte
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DComputeBestServerTest.java96 mySt.update(cn);
98 mySt.update(cn);
107 aState.update(cn);
109 aState.update(cn);
144 mySt.update(cn);
146 mySt.update(cn);
155 aState.update(cn);
157 aState.update(cn);
159 aState.update(cn);
196 mySt.update(c
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DComputeBestServerTest.java96 mySt.update(cn);
98 mySt.update(cn);
107 aState.update(cn);
109 aState.update(cn);
144 mySt.update(cn);
146 mySt.update(cn);
155 aState.update(cn);
157 aState.update(cn);
159 aState.update(cn);
196 mySt.update(c
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DSha2Crypt.java303 ctx.update(keyBytes);
319 ctx.update(saltBytes);
332 altCtx.update(keyBytes);
338 altCtx.update(saltBytes);
344 altCtx.update(keyBytes);
362 ctx.update(altResult, 0, blocksize);
368 ctx.update(altResult, 0, cnt);
387 ctx.update(altResult, 0, blocksize);
389 ctx.update(keyBytes);
414 altCtx.update(keyByte
[all...]
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DSha2Crypt.java302 ctx.update(keyBytes);
318 ctx.update(saltBytes);
331 altCtx.update(keyBytes);
337 altCtx.update(saltBytes);
343 altCtx.update(keyBytes);
361 ctx.update(altResult, 0, blocksize);
367 ctx.update(altResult, 0, cnt);
386 ctx.update(altResult, 0, blocksize);
388 ctx.update(keyBytes);
413 altCtx.update(keyByte
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DSha2Crypt.java303 ctx.update(keyBytes);
319 ctx.update(saltBytes);
332 altCtx.update(keyBytes);
338 altCtx.update(saltBytes);
344 altCtx.update(keyBytes);
362 ctx.update(altResult, 0, blocksize);
368 ctx.update(altResult, 0, cnt);
387 ctx.update(altResult, 0, blocksize);
389 ctx.update(keyBytes);
414 altCtx.update(keyByte
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DSha2Crypt.java303 ctx.update(keyBytes);
319 ctx.update(saltBytes);
332 altCtx.update(keyBytes);
338 altCtx.update(saltBytes);
344 altCtx.update(keyBytes);
362 ctx.update(altResult, 0, blocksize);
368 ctx.update(altResult, 0, cnt);
387 ctx.update(altResult, 0, blocksize);
389 ctx.update(keyBytes);
414 altCtx.update(keyByte
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DSha2Crypt.java302 ctx.update(keyBytes);
318 ctx.update(saltBytes);
331 altCtx.update(keyBytes);
337 altCtx.update(saltBytes);
343 altCtx.update(keyBytes);
361 ctx.update(altResult, 0, blocksize);
367 ctx.update(altResult, 0, cnt);
386 ctx.update(altResult, 0, blocksize);
388 ctx.update(keyBytes);
413 altCtx.update(keyByte
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DSha2Crypt.java302 ctx.update(keyBytes);
318 ctx.update(saltBytes);
331 altCtx.update(keyBytes);
337 altCtx.update(saltBytes);
343 altCtx.update(keyBytes);
361 ctx.update(altResult, 0, blocksize);
367 ctx.update(altResult, 0, cnt);
386 ctx.update(altResult, 0, blocksize);
388 ctx.update(keyBytes);
413 altCtx.update(keyByte
[all...]
/forgerock/opendj2/resource/debian/control/
H A Dprerm7 update-rc.d -f opendj remove
/forgerock/opendj2-hg/resource/debian/control/
H A Dprerm7 update-rc.d -f opendj remove
/forgerock/openam-v13/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/
H A DRequestAuthenticator.java66 md5.update(authenticator);
67 md5.update(secret.getBytes(StandardCharsets.UTF_8));
/forgerock/openam/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/
H A DRequestAuthenticator.java66 md5.update(authenticator);
67 md5.update(secret.getBytes(StandardCharsets.UTF_8));
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/configuration/authentication/
H A DEditGlobalAuthenticationView.js34 updateInstance: (values) => AuthenticationService.authentication.update(type, values)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/spi/
H A DWriteableTransaction.java67 * computed by the update function.
74 * the update function
75 * @return {@code true} if an update was performed, {@code false} otherwise
78 boolean update(TreeName treeName, ByteSequence key, UpdateFunction f); method in interface:WriteableTransaction
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/common/
H A DServerStateTest.java70 // Check update
71 assertFalse(serverState.update((CSN)null));
72 assertTrue(serverState.update(csn));
73 assertFalse(serverState.update(csn));
78 assertTrue(serverState.update(csn1));
79 assertTrue(serverState.update(csn2));
80 assertTrue(serverState.update(csn3));
108 state1.update(csn1);
109 state1.update(csn3);
131 state.update(csn1Server
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/common/
H A DServerStateTest.java70 // Check update
71 assertFalse(serverState.update((CSN)null));
72 assertTrue(serverState.update(csn));
73 assertFalse(serverState.update(csn));
78 assertTrue(serverState.update(csn1));
79 assertTrue(serverState.update(csn2));
80 assertTrue(serverState.update(csn3));
108 state1.update(csn1);
109 state1.update(csn3);
131 state.update(csn1Server
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/common/
H A DServerStateTest.java70 // Check update
71 assertFalse(serverState.update((CSN)null));
72 assertTrue(serverState.update(csn));
73 assertFalse(serverState.update(csn));
78 assertTrue(serverState.update(csn1));
79 assertTrue(serverState.update(csn2));
80 assertTrue(serverState.update(csn3));
108 state1.update(csn1);
109 state1.update(csn3);
131 state.update(csn1Server
[all...]

Completed in 382 milliseconds

1234567891011>>