Loading ttcn/Security/LibItsSecurity_Functions.ttcn3 +1 −2 Original line number Diff line number Diff line Loading @@ -61,9 +61,8 @@ module LibItsSecurity_Functions { * @desc Compute the HashedId3 value from the HashedId8 value * @param p_hashp_hashedId8 The HashedId8 value * @return The HashedId3 value * @verdict * @verdict Unchanged */ function f_HashedId3FromHashedId8 ( in HashedId8 p_hashedId8 ) return HashedId3 { Loading Loading
ttcn/Security/LibItsSecurity_Functions.ttcn3 +1 −2 Original line number Diff line number Diff line Loading @@ -61,9 +61,8 @@ module LibItsSecurity_Functions { * @desc Compute the HashedId3 value from the HashedId8 value * @param p_hashp_hashedId8 The HashedId8 value * @return The HashedId3 value * @verdict * @verdict Unchanged */ function f_HashedId3FromHashedId8 ( in HashedId8 p_hashedId8 ) return HashedId3 { Loading