Searched refs:keyData (Results 1 – 5 of 5) 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() 533 keyData.keyBits = attribs.getInteger( XML_keyBits, 0 ); in parseKeyData() 540 if( !decodeBase64( saltValue, keyData.saltValue ) ) in parseKeyData() 878 …P_CIPHER* keyDataCipher = toOpenSSLCipherAlgorithm( keyData.cipherAlgorithm, keyData.keyBits, keyD… in verifyPassword() 881 … integrityKeyIv = generateIv( keyDataDigestAlgorithm, keyData.saltValue, integrityKeyBlock, keyDat… in verifyPassword() 887 …tegrityValueIv = generateIv( keyDataDigestAlgorithm, keyData.saltValue, integrityValueBlock, keyDa… in verifyPassword() 913 …CIPHER* cipherAlgorithm = toOpenSSLCipherAlgorithm( keyData.cipherAlgorithm, keyData.keyBits, keyD… in decryptStream() [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 ) ) ,
|
/aoo42x/main/oox/source/token/ |
H A D | tokens.txt | 2859 keyData
|
Completed in 227 milliseconds