Home
last modified time | relevance | path

Searched refs:keyData (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DImageProducer.java111 private final byte[] keyData; field in ImageProducer.ByteDataImageKey
114 protected ByteDataImageKey(final byte[] keyData) in ByteDataImageKey() argument
116 if (keyData == null) in ByteDataImageKey()
120 this.keyData = keyData; in ByteDataImageKey()
133 if (!Arrays.equals(keyData, key.keyData)) in equals()
149 final int length = Math.min(keyData.length, 512); in hashCode()
153 final byte b = keyData[i]; in hashCode()
/aoo4110/main/libxmlsec/
H A Dxmlsec1-nssmangleciphers.patch285 + xmlSecKeyDataPtr keyData = NULL ;
306 + keyData = xmlSecKeyGetValue( key ) ;
307 + if( keyData == NULL ) {
316 + if( ( symkey = xmlSecNssSymKeyDataGetKey( keyData ) ) == NULL ) {
318 + xmlSecErrorsSafeString( xmlSecKeyDataGetName( keyData ) ) ,
H A Dxmlsec1-customkeymanage.patch2341 + xmlSecKeyDataPtr keyData = NULL ;
2360 + keyData = xmlSecKeyGetValue( key ) ;
2361 + if( keyData == NULL ) {
2370 + if( ( symkey = xmlSecNssSymKeyDataGetKey( keyData ) ) == NULL ) {
2372 + xmlSecErrorsSafeString( xmlSecKeyDataGetName( keyData ) ) ,

Completed in 37 milliseconds