Searched refs:aTempKey (Results 1 – 1 of 1) sorted by relevance
1204 sal_uInt8 aTempKey[ENCRYPTION_KEY_LEN]; in check_user_password() local1205 for( sal_uInt32 j = 0; j < sizeof(aTempKey); j++ ) in check_user_password()1206 aTempKey[j] = static_cast<sal_uInt8>( aKey[j] ^ i ); in check_user_password()1209 aTempKey, sizeof(aTempKey), NULL, 0 ); in check_user_password()
Completed in 16 milliseconds