Searched defs:iPad (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DCRAMMD5SASLMechanismHandler.java81 private byte[] iPad; field in class:CRAMMD5SASLMechanismHandler
149 // Create and fill the iPad and oPad arrays.
150 iPad = new byte[HMAC_MD5_BLOCK_LENGTH];
152 Arrays.fill(iPad, CRAMMD5_IPAD_BYTE);
524 System.arraycopy(iPad, 0, iPadAndData, 0, HMAC_MD5_BLOCK_LENGTH);
531 // Iterate through the bytes in the key and XOR them with the iPad and
540 // Copy an MD5 digest of the iPad-XORed key and the data into the array to
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DCRAMMD5SASLMechanismHandler.java80 private byte[] iPad; field in class:CRAMMD5SASLMechanismHandler
148 // Create and fill the iPad and oPad arrays.
149 iPad = new byte[HMAC_MD5_BLOCK_LENGTH];
151 Arrays.fill(iPad, CRAMMD5_IPAD_BYTE);
520 System.arraycopy(iPad, 0, iPadAndData, 0, HMAC_MD5_BLOCK_LENGTH);
527 // Iterate through the bytes in the key and XOR them with the iPad and
536 // Copy an MD5 digest of the iPad-XORed key and the data into the array to
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DCRAMMD5SASLMechanismHandler.java81 private byte[] iPad; field in class:CRAMMD5SASLMechanismHandler
149 // Create and fill the iPad and oPad arrays.
150 iPad = new byte[HMAC_MD5_BLOCK_LENGTH];
152 Arrays.fill(iPad, CRAMMD5_IPAD_BYTE);
521 System.arraycopy(iPad, 0, iPadAndData, 0, HMAC_MD5_BLOCK_LENGTH);
528 // Iterate through the bytes in the key and XOR them with the iPad and
537 // Copy an MD5 digest of the iPad-XORed key and the data into the array to
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DCRAMMD5SASLMechanismHandler.java81 private byte[] iPad; field in class:CRAMMD5SASLMechanismHandler
149 // Create and fill the iPad and oPad arrays.
150 iPad = new byte[HMAC_MD5_BLOCK_LENGTH];
152 Arrays.fill(iPad, CRAMMD5_IPAD_BYTE);
524 System.arraycopy(iPad, 0, iPadAndData, 0, HMAC_MD5_BLOCK_LENGTH);
531 // Iterate through the bytes in the key and XOR them with the iPad and
540 // Copy an MD5 digest of the iPad-XORed key and the data into the array to
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DCRAMMD5SASLMechanismHandler.java80 private byte[] iPad; field in class:CRAMMD5SASLMechanismHandler
148 // Create and fill the iPad and oPad arrays.
149 iPad = new byte[HMAC_MD5_BLOCK_LENGTH];
151 Arrays.fill(iPad, CRAMMD5_IPAD_BYTE);
520 System.arraycopy(iPad, 0, iPadAndData, 0, HMAC_MD5_BLOCK_LENGTH);
527 // Iterate through the bytes in the key and XOR them with the iPad and
536 // Copy an MD5 digest of the iPad-XORed key and the data into the array to
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DCRAMMD5SASLMechanismHandler.java73 private byte[] iPad; field in class:CRAMMD5SASLMechanismHandler
139 // Create and fill the iPad and oPad arrays.
140 iPad = new byte[HMAC_MD5_BLOCK_LENGTH];
142 Arrays.fill(iPad, CRAMMD5_IPAD_BYTE);
474 System.arraycopy(iPad, 0, iPadAndData, 0, HMAC_MD5_BLOCK_LENGTH);
481 // Iterate through the bytes in the key and XOR them with the iPad and
490 // Copy an MD5 digest of the iPad-XORed key and the data into the array to
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DLDAPAuthenticationHandler.java117 private byte[] iPad; field in class:LDAPAuthenticationHandler
173 iPad = null;
1189 if (iPad == null)
1191 iPad = new byte[HMAC_MD5_BLOCK_LENGTH];
1193 Arrays.fill(iPad, CRAMMD5_IPAD_BYTE);
1213 System.arraycopy(iPad, 0, iPadAndData, 0, HMAC_MD5_BLOCK_LENGTH);
1220 // Iterate through the bytes in the key and XOR them with the iPad and
1229 // Copy an MD5 digest of the iPad-XORed key and the data into the array to
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DLDAPAuthenticationHandler.java116 private byte[] iPad; field in class:LDAPAuthenticationHandler
172 iPad = null;
1188 if (iPad == null)
1190 iPad = new byte[HMAC_MD5_BLOCK_LENGTH];
1192 Arrays.fill(iPad, CRAMMD5_IPAD_BYTE);
1212 System.arraycopy(iPad, 0, iPadAndData, 0, HMAC_MD5_BLOCK_LENGTH);
1219 // Iterate through the bytes in the key and XOR them with the iPad and
1228 // Copy an MD5 digest of the iPad-XORed key and the data into the array to
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DLDAPAuthenticationHandler.java117 private byte[] iPad; field in class:LDAPAuthenticationHandler
173 iPad = null;
1189 if (iPad == null)
1191 iPad = new byte[HMAC_MD5_BLOCK_LENGTH];
1193 Arrays.fill(iPad, CRAMMD5_IPAD_BYTE);
1213 System.arraycopy(iPad, 0, iPadAndData, 0, HMAC_MD5_BLOCK_LENGTH);
1220 // Iterate through the bytes in the key and XOR them with the iPad and
1229 // Copy an MD5 digest of the iPad-XORed key and the data into the array to
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DLDAPAuthenticationHandler.java117 private byte[] iPad; field in class:LDAPAuthenticationHandler
173 iPad = null;
1189 if (iPad == null)
1191 iPad = new byte[HMAC_MD5_BLOCK_LENGTH];
1193 Arrays.fill(iPad, CRAMMD5_IPAD_BYTE);
1213 System.arraycopy(iPad, 0, iPadAndData, 0, HMAC_MD5_BLOCK_LENGTH);
1220 // Iterate through the bytes in the key and XOR them with the iPad and
1229 // Copy an MD5 digest of the iPad-XORed key and the data into the array to
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DLDAPAuthenticationHandler.java116 private byte[] iPad; field in class:LDAPAuthenticationHandler
172 iPad = null;
1188 if (iPad == null)
1190 iPad = new byte[HMAC_MD5_BLOCK_LENGTH];
1192 Arrays.fill(iPad, CRAMMD5_IPAD_BYTE);
1212 System.arraycopy(iPad, 0, iPadAndData, 0, HMAC_MD5_BLOCK_LENGTH);
1219 // Iterate through the bytes in the key and XOR them with the iPad and
1228 // Copy an MD5 digest of the iPad-XORed key and the data into the array to
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DLDAPAuthenticationHandler.java118 private byte[] iPad; field in class:LDAPAuthenticationHandler
174 iPad = null;
1094 if (iPad == null)
1096 iPad = new byte[HMAC_MD5_BLOCK_LENGTH];
1098 Arrays.fill(iPad, CRAMMD5_IPAD_BYTE);
1118 System.arraycopy(iPad, 0, iPadAndData, 0, HMAC_MD5_BLOCK_LENGTH);
1125 // Iterate through the bytes in the key and XOR them with the iPad and
1134 // Copy an MD5 digest of the iPad-XORed key and the data into the array to

Completed in 77 milliseconds