Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.969 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 66 | plugins/authentication/openid/Auth/OpenID/HMAC.php |
2 | 1 | 67 | plugins/authentication/openid/Auth/OpenID/HMAC.php |
| ||||
$hash1= Auth_OpenID_SHA1(($key^ $ipad) . $text, TRUE); |
| ||||
$hmac= Auth_OpenID_SHA1(($key^ $opad) . $hash1, TRUE); |
| |||
[[#variable40dbcd00]]=Auth_OpenID_SHA1(($key^ [[#variable40dbcc60]]) . [[#variable40dbcc20]],TRUE); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#40dbcd00]] | $hmac |
1 | 2 | [[#40dbcd00]] | $hash1 |
2 | 1 | [[#40dbcc60]] | $opad |
2 | 2 | [[#40dbcc60]] | $ipad |
3 | 1 | [[#40dbcc20]] | $hash1 |
3 | 2 | [[#40dbcc20]] | $text |