Searched refs:_HMACOutputLengthSet (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/algorithms/implementations/
H A DIntegrityHmac.java70 private boolean _HMACOutputLengthSet = false; field in class:IntegrityHmac
110 _HMACOutputLengthSet = false;
126 if (this._HMACOutputLengthSet && this._HMACOutputLength < getDigestLength()) {
189 if (this._HMACOutputLengthSet && this._HMACOutputLength < getDigestLength()) {
375 this._HMACOutputLengthSet = true;
396 this._HMACOutputLengthSet = true;
412 if (this._HMACOutputLengthSet) {

Completed in 30 milliseconds