Lines Matching defs:AgilePasswordKeyEncryptor
341 struct AgilePasswordKeyEncryptor struct
343 sal_Int32 saltSize;
344 sal_Int32 blockSize;
345 sal_Int32 keyBits;
346 sal_Int32 hashSize;
347 OUString cipherAlgorithm;
348 OUString cipherChaining;
349 OUString hashAlgorithm;
350 vector< sal_uInt8 > saltValue;
351 sal_Int32 spinCount;
352 vector< sal_uInt8 > encryptedVerifierHashInput;
353 vector< sal_uInt8 > encryptedVerifierHashValue;
354 vector< sal_uInt8 > encryptedKeyValue;