| /forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/common/util/ |
| H A D | ExternalLinks.js | 31 }, function (hash) { 32 return backstageDocsUrl + hash;
|
| /forgerock/opendj2/src/server/org/opends/server/replication/common/ |
| H A D | DSInfo.java | 292 * Computes hash code for this object instance. 298 int hash = 7; 299 hash = 73 * hash + this.dsId; 300 hash = 73 * hash + this.rsId; 301 hash = 73 * hash + (int) (this.generationId ^ (this.generationId >>> 32)); 302 hash = 73 * hash [all...] |
| H A D | RSInfo.java | 135 * Computes hash code for this object instance. 141 int hash = 7; 142 hash = 17 * hash + this.rsServerId; 143 hash = 17 * hash + (int) (this.generationId ^ (this.generationId >>> 32)); 144 hash = 17 * hash + this.groupId; 145 hash = 17 * hash [all...] |
| /forgerock/opendj2-hg/src/server/org/opends/server/replication/common/ |
| H A D | DSInfo.java | 292 * Computes hash code for this object instance. 298 int hash = 7; 299 hash = 73 * hash + this.dsId; 300 hash = 73 * hash + this.rsId; 301 hash = 73 * hash + (int) (this.generationId ^ (this.generationId >>> 32)); 302 hash = 73 * hash [all...] |
| H A D | RSInfo.java | 135 * Computes hash code for this object instance. 141 int hash = 7; 142 hash = 17 * hash + this.rsServerId; 143 hash = 17 * hash + (int) (this.generationId ^ (this.generationId >>> 32)); 144 hash = 17 * hash + this.groupId; 145 hash = 17 * hash [all...] |
| /forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/common/ |
| H A D | DSInfo.java | 286 * Computes hash code for this object instance. 292 int hash = 7; 293 hash = 73 * hash + this.dsId; 294 hash = 73 * hash + this.rsId; 295 hash = 73 * hash + (int) (this.generationId ^ (this.generationId >>> 32)); 296 hash = 73 * hash [all...] |
| H A D | RSInfo.java | 135 * Computes hash code for this object instance. 141 int hash = 7; 142 hash = 17 * hash + this.rsServerId; 143 hash = 17 * hash + (int) (this.generationId ^ (this.generationId >>> 32)); 144 hash = 17 * hash + this.groupId; 145 hash = 17 * hash [all...] |
| /forgerock/openam-v13/openam-authentication/openam-auth-radius/src/main/java/com/sun/identity/authentication/modules/radius/ |
| H A D | RADIUSServer.java | 93 int hash = 7; 94 hash = 29 * hash + (this.host != null ? this.host.hashCode() : 0); 95 hash = 29 * hash + this.port; 96 return hash;
|
| /forgerock/openam/openam-authentication/openam-auth-radius/src/main/java/com/sun/identity/authentication/modules/radius/ |
| H A D | RADIUSServer.java | 93 int hash = 7; 94 hash = 29 * hash + (this.host != null ? this.host.hashCode() : 0); 95 hash = 29 * hash + this.port; 96 return hash;
|
| /forgerock/opendj-b2.6/src/server/org/opends/server/replication/common/ |
| H A D | RSInfo.java | 137 * Computes hash code for this object instance. 143 int hash = 7; 144 hash = 17 * hash + this.id; 145 hash = 17 * hash + (int) (this.generationId ^ (this.generationId >>> 32)); 146 hash = 17 * hash + this.groupId; 147 hash = 17 * hash [all...] |
| H A D | DSInfo.java | 280 * Computes hash code for this object instance. 286 int hash = 7; 287 hash = 73 * hash + this.dsId; 288 hash = 73 * hash + this.rsId; 289 hash = 73 * hash + (int) (this.generationId ^ (this.generationId >>> 32)); 290 hash = 73 * hash [all...] |
| /forgerock/opendj2.6.2/src/server/org/opends/server/replication/common/ |
| H A D | RSInfo.java | 137 * Computes hash code for this object instance. 143 int hash = 7; 144 hash = 17 * hash + this.id; 145 hash = 17 * hash + (int) (this.generationId ^ (this.generationId >>> 32)); 146 hash = 17 * hash + this.groupId; 147 hash = 17 * hash [all...] |
| H A D | DSInfo.java | 280 * Computes hash code for this object instance. 286 int hash = 7; 287 hash = 73 * hash + this.dsId; 288 hash = 73 * hash + this.rsId; 289 hash = 73 * hash + (int) (this.generationId ^ (this.generationId >>> 32)); 290 hash = 73 * hash [all...] |
| /forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/common/ |
| H A D | RSInfo.java | 137 * Computes hash code for this object instance. 143 int hash = 7; 144 hash = 17 * hash + this.id; 145 hash = 17 * hash + (int) (this.generationId ^ (this.generationId >>> 32)); 146 hash = 17 * hash + this.groupId; 147 hash = 17 * hash [all...] |
| H A D | DSInfo.java | 280 * Computes hash code for this object instance. 286 int hash = 7; 287 hash = 73 * hash + this.dsId; 288 hash = 73 * hash + this.rsId; 289 hash = 73 * hash + (int) (this.generationId ^ (this.generationId >>> 32)); 290 hash = 73 * hash [all...] |
| /forgerock/openam-v13/openam-authentication/openam-auth-oauth2/src/main/java/org/forgerock/openam/authentication/modules/oauth2/ |
| H A D | OAuthPrincipal.java | 58 int hash = 7; 59 hash = 79 * hash + (this.name != null ? this.name.hashCode() : 0); 60 return hash;
|
| /forgerock/openam/openam-authentication/openam-auth-oauth2/src/main/java/org/forgerock/openam/authentication/modules/oauth2/ |
| H A D | OAuthPrincipal.java | 58 int hash = 7; 59 hash = 79 * hash + (this.name != null ? this.name.hashCode() : 0); 60 return hash;
|
| /forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/common/util/ |
| H A D | ExternalLinks.js | 28 }, (hash) => `${backstageDocsUrl}admin-guide${hash}`),
|
| /forgerock/openam-v13/openam-authentication/openam-auth-adaptive/src/main/java/org/forgerock/openam/authentication/modules/adaptive/ |
| H A D | AdaptivePrincipal.java | 94 int hash = 3; 95 hash = 31 * hash + (this.name != null ? this.name.hashCode() : 0); 96 return hash;
|
| /forgerock/openam/openam-authentication/openam-auth-adaptive/src/main/java/org/forgerock/openam/authentication/modules/adaptive/ |
| H A D | AdaptivePrincipal.java | 94 int hash = 3; 95 hash = 31 * hash + (this.name != null ? this.name.hashCode() : 0); 96 return hash;
|
| /forgerock/openam-v13/openam-authentication/openam-auth-hotp/src/main/java/com/sun/identity/authentication/modules/hotp/ |
| H A D | HOTPAlgorithm.java | 95 * in this case SHA1 is the hash algorithm used. 169 // compute hmac hash 170 byte[] hash = hmac_sha1(secret, text); 173 int offset = hash[hash.length - 1] & 0xf; 175 (truncationOffset < (hash.length - 4))) { 179 ((hash[offset] & 0x7f) << 24) | 180 ((hash[offset + 1] & 0xff) << 16) | 181 ((hash[offset + 2] & 0xff) << 8) | 182 (hash[offse [all...] |
| /forgerock/openam/openam-authentication/openam-auth-hotp/src/main/java/com/sun/identity/authentication/modules/hotp/ |
| H A D | HOTPAlgorithm.java | 95 * in this case SHA1 is the hash algorithm used. 169 // compute hmac hash 170 byte[] hash = hmac_sha1(secret, text); 173 int offset = hash[hash.length - 1] & 0xf; 175 (truncationOffset < (hash.length - 4))) { 179 ((hash[offset] & 0x7f) << 24) | 180 ((hash[offset + 1] & 0xff) << 16) | 181 ((hash[offset + 2] & 0xff) << 8) | 182 (hash[offse [all...] |
| /forgerock/openam-v13/openam-authentication/openam-auth-oath/src/main/java/org/forgerock/openam/authentication/modules/oath/ |
| H A D | TOTPAlgorithm.java | 38 * crypto hash algorithm as a parameter. 142 byte[] hash = hmac_sha(crypto, key, msg); 145 int offset = hash[hash.length - 1] & 0xf; 148 ((hash[offset] & 0x7f) << 24) | 149 ((hash[offset + 1] & 0xff) << 16) | 150 ((hash[offset + 2] & 0xff) << 8) | 151 (hash[offset + 3] & 0xff);
|
| /forgerock/openam/openam-authentication/openam-auth-oath/src/main/java/org/forgerock/openam/authentication/modules/oath/ |
| H A D | TOTPAlgorithm.java | 38 * crypto hash algorithm as a parameter. 142 byte[] hash = hmac_sha(crypto, key, msg); 145 int offset = hash[hash.length - 1] & 0xf; 148 ((hash[offset] & 0x7f) << 24) | 149 ((hash[offset + 1] & 0xff) << 16) | 150 ((hash[offset + 2] & 0xff) << 8) | 151 (hash[offset + 3] & 0xff);
|
| /forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/util/ |
| H A D | Hash.java | 41 * The class <code>Hash</code> provides generic methods to hash data. 55 public static String hash(String string) { method in class:Hash 63 debug.warning("Hash.hash:", ex); 76 System.out.println(hash(args[0])); 80 System.out.println(hash(passwd.trim()));
|