Loading ttcn/Security/LibItsSecurity_Functions.ttcn +6 −6 Original line number Original line Diff line number Diff line Loading @@ -137,8 +137,8 @@ module LibItsSecurity_Functions { function f_verifyWithEcdsaNistp256WithSha256( function f_verifyWithEcdsaNistp256WithSha256( in octetstring p_toBeVerifiedData, in octetstring p_toBeVerifiedData, in octetstring p_signature, in octetstring p_signature, in octetstring p_ecdsaNistp256PublicKeyX, in Oct32 p_ecdsaNistp256PublicKeyX, in octetstring p_ecdsaNistp256PublicKeyY in Oct32 p_ecdsaNistp256PublicKeyY ) return boolean { ) return boolean { // log("f_verifyWithEcdsaNistp256WithSha256: toBeVerifiedData", p_toBeVerifiedData); // log("f_verifyWithEcdsaNistp256WithSha256: toBeVerifiedData", p_toBeVerifiedData); // log("f_verifyWithEcdsaNistp256WithSha256: toBeVerifiedData length", lengthof(p_toBeVerifiedData)); // log("f_verifyWithEcdsaNistp256WithSha256: toBeVerifiedData length", lengthof(p_toBeVerifiedData)); Loading @@ -163,8 +163,8 @@ module LibItsSecurity_Functions { function f_verifyWithEcdsaBrainpoolp256WithSha256( function f_verifyWithEcdsaBrainpoolp256WithSha256( in octetstring p_toBeVerifiedData, in octetstring p_toBeVerifiedData, in octetstring p_signature, in octetstring p_signature, in octetstring p_ecdsaBrainpoolp256PublicKeyX, in Oct32 p_ecdsaBrainpoolp256PublicKeyX, in octetstring p_ecdsaBrainpoolp256PublicKeyY in Oct32 p_ecdsaBrainpoolp256PublicKeyY ) return boolean { ) return boolean { // log("f_verifyWithEcdsaBrainpoolp256WithSha256: toBeVerifiedData", p_toBeVerifiedData); // log("f_verifyWithEcdsaBrainpoolp256WithSha256: toBeVerifiedData", p_toBeVerifiedData); // log("f_verifyWithEcdsaBrainpoolp256WithSha256: toBeVerifiedData length", lengthof(p_toBeVerifiedData)); // log("f_verifyWithEcdsaBrainpoolp256WithSha256: toBeVerifiedData length", lengthof(p_toBeVerifiedData)); Loading @@ -189,8 +189,8 @@ module LibItsSecurity_Functions { function f_verifyWithEcdsaBrainpoolp384WithSha384( function f_verifyWithEcdsaBrainpoolp384WithSha384( in octetstring p_toBeVerifiedData, in octetstring p_toBeVerifiedData, in octetstring p_signature, in octetstring p_signature, in octetstring p_ecdsaBrainpoolp384PublicKeyX, in Oct48 p_ecdsaBrainpoolp384PublicKeyX, in octetstring p_ecdsaBrainpoolp384PublicKeyY in Oct48 p_ecdsaBrainpoolp384PublicKeyY ) return boolean { ) return boolean { // log("f_verifyWithEcdsaBrainpoolp384WithSha384: toBeVerifiedData", p_toBeVerifiedData); // log("f_verifyWithEcdsaBrainpoolp384WithSha384: toBeVerifiedData", p_toBeVerifiedData); // log("f_verifyWithEcdsaBrainpoolp384WithSha384: toBeVerifiedData length", lengthof(p_toBeVerifiedData)); // log("f_verifyWithEcdsaBrainpoolp384WithSha384: toBeVerifiedData length", lengthof(p_toBeVerifiedData)); Loading Loading
ttcn/Security/LibItsSecurity_Functions.ttcn +6 −6 Original line number Original line Diff line number Diff line Loading @@ -137,8 +137,8 @@ module LibItsSecurity_Functions { function f_verifyWithEcdsaNistp256WithSha256( function f_verifyWithEcdsaNistp256WithSha256( in octetstring p_toBeVerifiedData, in octetstring p_toBeVerifiedData, in octetstring p_signature, in octetstring p_signature, in octetstring p_ecdsaNistp256PublicKeyX, in Oct32 p_ecdsaNistp256PublicKeyX, in octetstring p_ecdsaNistp256PublicKeyY in Oct32 p_ecdsaNistp256PublicKeyY ) return boolean { ) return boolean { // log("f_verifyWithEcdsaNistp256WithSha256: toBeVerifiedData", p_toBeVerifiedData); // log("f_verifyWithEcdsaNistp256WithSha256: toBeVerifiedData", p_toBeVerifiedData); // log("f_verifyWithEcdsaNistp256WithSha256: toBeVerifiedData length", lengthof(p_toBeVerifiedData)); // log("f_verifyWithEcdsaNistp256WithSha256: toBeVerifiedData length", lengthof(p_toBeVerifiedData)); Loading @@ -163,8 +163,8 @@ module LibItsSecurity_Functions { function f_verifyWithEcdsaBrainpoolp256WithSha256( function f_verifyWithEcdsaBrainpoolp256WithSha256( in octetstring p_toBeVerifiedData, in octetstring p_toBeVerifiedData, in octetstring p_signature, in octetstring p_signature, in octetstring p_ecdsaBrainpoolp256PublicKeyX, in Oct32 p_ecdsaBrainpoolp256PublicKeyX, in octetstring p_ecdsaBrainpoolp256PublicKeyY in Oct32 p_ecdsaBrainpoolp256PublicKeyY ) return boolean { ) return boolean { // log("f_verifyWithEcdsaBrainpoolp256WithSha256: toBeVerifiedData", p_toBeVerifiedData); // log("f_verifyWithEcdsaBrainpoolp256WithSha256: toBeVerifiedData", p_toBeVerifiedData); // log("f_verifyWithEcdsaBrainpoolp256WithSha256: toBeVerifiedData length", lengthof(p_toBeVerifiedData)); // log("f_verifyWithEcdsaBrainpoolp256WithSha256: toBeVerifiedData length", lengthof(p_toBeVerifiedData)); Loading @@ -189,8 +189,8 @@ module LibItsSecurity_Functions { function f_verifyWithEcdsaBrainpoolp384WithSha384( function f_verifyWithEcdsaBrainpoolp384WithSha384( in octetstring p_toBeVerifiedData, in octetstring p_toBeVerifiedData, in octetstring p_signature, in octetstring p_signature, in octetstring p_ecdsaBrainpoolp384PublicKeyX, in Oct48 p_ecdsaBrainpoolp384PublicKeyX, in octetstring p_ecdsaBrainpoolp384PublicKeyY in Oct48 p_ecdsaBrainpoolp384PublicKeyY ) return boolean { ) return boolean { // log("f_verifyWithEcdsaBrainpoolp384WithSha384: toBeVerifiedData", p_toBeVerifiedData); // log("f_verifyWithEcdsaBrainpoolp384WithSha384: toBeVerifiedData", p_toBeVerifiedData); // log("f_verifyWithEcdsaBrainpoolp384WithSha384: toBeVerifiedData length", lengthof(p_toBeVerifiedData)); // log("f_verifyWithEcdsaBrainpoolp384WithSha384: toBeVerifiedData length", lengthof(p_toBeVerifiedData)); Loading