Lines Matching defs:data

43  * data besides just the sequence number and checksum. This class
63 * 16..s+15 SGN_CKSUM Checksum of plaintext padded data,
66 * s+16..last Data encrypted or plaintext padded data
82 * Filler data as defined in the specification of the Kerberos v5 GSS-API
116 * IV for encrypting application data is zero.
249 * Used to determine if this token contains any encrypted data.
250 * @return true if it contains any encrypted data, false if there is only
251 * plaintext data or if there is no data.
280 * @param data the application data to checksum
281 * @param offset the offset where the data starts
282 * @param len the length of the data
286 * appended to the application data
293 byte[] data, int offset, int len,
317 getChecksum(optionalHeader, data, offset, len, optionalTrailer);
351 * are valid and consistent with the application data.
356 * @param data the application data
357 * @param offset the offset where the data begins
358 * @param len the length of the application data
362 * the application data
368 byte[] data, int offset, int len,
376 getChecksum(optionalHeader, data, offset, len, optionalTrailer);
427 * @param data the application data
428 * @param offset the offset where the data begins
429 * @param len the length of the application data
433 * the application data
438 byte[] data, int offset, int len,
447 * application data to bind the data to this particular token.
450 * application data for checksumming, although the cryptographic
469 checksumDataHeader, optionalTrailer, data, offset, len, tokenId);