Searched refs:VerifyKey (Results 1 – 5 of 5) sorted by relevance
85 bool VerifyKey( sal_uInt16 nKey, sal_uInt16 nHash ) const;237 bool VerifyKey(
154 if ( maCodec.VerifyKey( mnKey, mnHash ) ) in OnVerifyPassword()189 if ( maCodec.VerifyKey( mnKey, mnHash ) ) in OnVerifyEncryptionData()252 if ( maCodec.VerifyKey( &maVerifier.front(), &maVerifierHash.front() ) ) in OnVerifyPassword()268 if ( maCodec.VerifyKey( &maVerifier.front(), &maVerifierHash.front() ) ) in OnVerifyEncryptionData()
600 mbValid = maCodec.VerifyKey( mpnSalt, mpnSaltDigest ); in Init()
203 bool MSCodec_Xor95::VerifyKey( sal_uInt16 nKey, sal_uInt16 nHash ) const in VerifyKey() function in msfilter::MSCodec_Xor95370 bool MSCodec_Std97::VerifyKey ( in VerifyKey() function in msfilter::MSCodec_Std97
5072 … if ( aEncryptionData.getLength() && aCtx.VerifyKey( pWwFib->nKey, pWwFib->nHash ) ) in LoadThroughDecryption()5123 if ( aEncryptionData.getLength() && aCtx.VerifyKey( aSaltData, aSaltHash ) ) in LoadThroughDecryption()
Completed in 42 milliseconds