Searched refs:hashAlgorithm (Results 1 – 1 of 1) sorted by relevance
331 OUString hashAlgorithm; member349 OUString hashAlgorithm; member537 keyData.hashAlgorithm = attribs.getString( XML_hashAlgorithm, OUString() ); in parseKeyData()565 passwordKeyEncryptor.hashAlgorithm = attribs.getString( XML_hashAlgorithm, OUString() ); in parseEncryptedKey()614 static const EVP_MD* toOpenSSLDigestAlgorithm( const OUString& hashAlgorithm ) throw ( Exception ) in toOpenSSLDigestAlgorithm() argument616 if( hashAlgorithm.equalsAscii( "SHA-1" ) ) in toOpenSSLDigestAlgorithm()618 …else if( hashAlgorithm.equalsAscii( "SHA1" ) ) // Typical Microsoft. The specification says "SHA-1… in toOpenSSLDigestAlgorithm()620 else if( hashAlgorithm.equalsAscii( "SHA256" ) ) in toOpenSSLDigestAlgorithm()622 else if( hashAlgorithm.equalsAscii( "SHA384" ) ) in toOpenSSLDigestAlgorithm()624 else if( hashAlgorithm.equalsAscii( "SHA512" ) ) in toOpenSSLDigestAlgorithm()[all …]