1 /* 2 * trfStubInit.c -- 3 * 4 * This file contains the initializers for the Trf stub vectors. 5 * 6 */ 7 8 #include "transformInt.h" 9 10 /* 11 * WARNING: The contents of this file is automatically generated by the 12 * tools/genStubs.tcl script. Any modifications to the function declarations 13 * below should be made in the generic/trf.decls script. 14 */ 15 16 /* !BEGIN!: Do not edit below this line. */ 17 18 TrfIntStubs trfIntStubs = { 19 TCL_STUB_MAGIC, 20 NULL, 21 }; 22 23 static TrfStubHooks trfStubHooks = { 24 &trfIntStubs 25 }; 26 27 TrfStubs trfStubs = { 28 TCL_STUB_MAGIC, 29 &trfStubHooks, 30 Trf_IsInitialized, /* 0 */ 31 Trf_Register, /* 1 */ 32 Trf_ConverterOptions, /* 2 */ 33 Trf_LoadLibrary, /* 3 */ 34 Trf_LoadFailed, /* 4 */ 35 Trf_RegisterMessageDigest, /* 5 */ 36 Trf_XorBuffer, /* 6 */ 37 Trf_ShiftRegister, /* 7 */ 38 Trf_FlipRegisterLong, /* 8 */ 39 Trf_FlipRegisterShort, /* 9 */ 40 }; 41 42 /* !END!: Do not edit above this line. */ 43