CloneSet1786


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1230.969statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1166
plugins/authentication/openid/Auth/OpenID/HMAC.php
2167
plugins/authentication/openid/Auth/OpenID/HMAC.php
Clone Instance
1
Line Count
1
Source Line
66
Source File
plugins/authentication/openid/Auth/OpenID/HMAC.php

    $hash1=  Auth_OpenID_SHA1(($key^  $ipad)
                              .                $text, TRUE);


Clone Instance
2
Line Count
1
Source Line
67
Source File
plugins/authentication/openid/Auth/OpenID/HMAC.php

    $hmac=  Auth_OpenID_SHA1(($key^  $opad)
                             .                $hash1, TRUE);


Clone AbstractionParameter Count: 3Parameter Bindings

 [[#variable40dbcd00]]=Auth_OpenID_SHA1(($key^ [[#variable40dbcc60]])
                                        .  [[#variable40dbcc20]],TRUE);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#40dbcd00]]
$hmac 
12[[#40dbcd00]]
$hash1 
21[[#40dbcc60]]
$opad 
22[[#40dbcc60]]
$ipad 
31[[#40dbcc20]]
$hash1 
32[[#40dbcc20]]
$text