Searched refs:hashAlgorithm (Results 1 – 1 of 1) sorted by relevance
331 OUString hashAlgorithm; member349 OUString hashAlgorithm; member524 keyData.hashAlgorithm = attribs.getString( XML_hashAlgorithm, OUString() ); in parseKeyData()550 passwordKeyEncryptor.hashAlgorithm = attribs.getString( XML_hashAlgorithm, OUString() ); in parseEncryptedKey()599 static const EVP_MD* toOpenSSLDigestAlgorithm( const OUString& hashAlgorithm ) in toOpenSSLDigestAlgorithm() argument601 if( hashAlgorithm.equalsAscii( "SHA-1" ) ) in toOpenSSLDigestAlgorithm()603 …else if( hashAlgorithm.equalsAscii( "SHA1" ) ) // Typical Microsoft. The specification says "SHA-1… in toOpenSSLDigestAlgorithm()605 else if( hashAlgorithm.equalsAscii( "SHA256" ) ) in toOpenSSLDigestAlgorithm()607 else if( hashAlgorithm.equalsAscii( "SHA384" ) ) in toOpenSSLDigestAlgorithm()609 else if( hashAlgorithm.equalsAscii( "SHA512" ) ) in toOpenSSLDigestAlgorithm()[all …]