Searched refs:aTempKey (Results 1 – 1 of 1) sorted by relevance
1210 sal_uInt8 aTempKey[ENCRYPTION_KEY_LEN]; in check_user_password() local1211 for( sal_uInt32 j = 0; j < sizeof(aTempKey); j++ ) in check_user_password()1212 aTempKey[j] = static_cast<sal_uInt8>( aKey[j] ^ i ); in check_user_password()1215 aTempKey, sizeof(aTempKey), NULL, 0 ); in check_user_password()