Loading ePassport/ttcn/ePassport_Functions.ttcn +2 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,8 @@ external function fx_verifySignature( in octetstring p_signature ) return boolean; external function fx_random( ) return integer; } // end securityExternalFunctions group fileExternalFunctions { Loading ePassport/ttcn/ePassport_Pixits.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ module ePassport_Pixits { /** * @desc Vendor name for the ePassport equipment */ modulepar charstring PXT_VENDOR_NAME := "raisonance"; modulepar ePassportReaderVendors PXT_VENDOR_NAME := Raisonance; /** * @desc Root directory to access to CFG.DFLT.PLAIN directories */ Loading ePassport/ttcn/ePassport_Types.ttcn +18 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,24 @@ module ePassport_Types { e_sha384, e_sha512 } /** * @desc List of supported ePassportReader vendors */ type enumerated ePassportReaderVendors { /** * @desc Raisonance */ Raisonance (0), /** * @desc ETSI Virtual ePassport */ ETSI (1), /** * @desc Vendor2 */ Vendor2 (2) } }//end enumeratedTypes // Group for EF file definition and Test file Configuration Loading Loading
ePassport/ttcn/ePassport_Functions.ttcn +2 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,8 @@ external function fx_verifySignature( in octetstring p_signature ) return boolean; external function fx_random( ) return integer; } // end securityExternalFunctions group fileExternalFunctions { Loading
ePassport/ttcn/ePassport_Pixits.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ module ePassport_Pixits { /** * @desc Vendor name for the ePassport equipment */ modulepar charstring PXT_VENDOR_NAME := "raisonance"; modulepar ePassportReaderVendors PXT_VENDOR_NAME := Raisonance; /** * @desc Root directory to access to CFG.DFLT.PLAIN directories */ Loading
ePassport/ttcn/ePassport_Types.ttcn +18 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,24 @@ module ePassport_Types { e_sha384, e_sha512 } /** * @desc List of supported ePassportReader vendors */ type enumerated ePassportReaderVendors { /** * @desc Raisonance */ Raisonance (0), /** * @desc ETSI Virtual ePassport */ ETSI (1), /** * @desc Vendor2 */ Vendor2 (2) } }//end enumeratedTypes // Group for EF file definition and Test file Configuration Loading