Searched refs:keyData (Results 1 – 4 of 4) sorted by relevance
| /AOO42X/main/oox/source/core/ |
| H A D | encryption.cxx | 384 AgileKeyData keyData; member in oox::core::AgileEncryptionInfo 397 : keyData( aKeyData ), in AgileEncryptionHandler() 428 AgileKeyData &keyData; member in oox::core::AgileEncryptionHandler 456 case ENCRYPTION_TOKEN( keyData ): in startFastElement() 531 keyData.saltSize = attribs.getInteger( XML_saltSize, 0 ); in parseKeyData() 532 keyData.blockSize = attribs.getInteger( XML_blockSize, 0 ); in parseKeyData() 533 keyData.keyBits = attribs.getInteger( XML_keyBits, 0 ); in parseKeyData() 534 keyData.hashSize = attribs.getInteger( XML_hashSize, 0 ); in parseKeyData() 535 keyData.cipherAlgorithm = attribs.getString( XML_cipherAlgorithm, OUString() ); in parseKeyData() 536 keyData.cipherChaining = attribs.getString( XML_cipherChaining, OUString() ); in parseKeyData() [all …]
|
| /AOO42X/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
| H A D | ImageProducer.java | 111 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()
|
| /AOO42X/main/libxmlsec/ |
| H A D | xmlsec1-nssmangleciphers.patch | 285 + xmlSecKeyDataPtr keyData = NULL ; 306 + keyData = xmlSecKeyGetValue( key ) ; 307 + if( keyData == NULL ) { 316 + if( ( symkey = xmlSecNssSymKeyDataGetKey( keyData ) ) == NULL ) { 318 + xmlSecErrorsSafeString( xmlSecKeyDataGetName( keyData ) ) ,
|
| H A D | xmlsec1-customkeymanage.patch | 2341 + xmlSecKeyDataPtr keyData = NULL ; 2360 + keyData = xmlSecKeyGetValue( key ) ; 2361 + if( keyData == NULL ) { 2370 + if( ( symkey = xmlSecNssSymKeyDataGetKey( keyData ) ) == NULL ) { 2372 + xmlSecErrorsSafeString( xmlSecKeyDataGetName( keyData ) ) ,
|