Searched refs:YARROWAPI (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/random/YarrowCoreLib/src/
H A Dprng.h56 // this is in yarrow.h...YARROWAPI prng_error_status prngInitialize(void);
57 // ditto.... YARROWAPI prng_error_status prngDestroy(void);
58 YARROWAPI prng_error_status prngInputEntropy(PrngRef prng, BYTE *inbuf,UINT inbuflen,UINT poolnum);
60 /* Declare YARROWAPI as __declspec(dllexport) before
62 #ifndef YARROWAPI
63 #define YARROWAPI __declspec(dllimport) macro
67 YARROWAPI int prngInitialize(void);
68 YARROWAPI int prngDestroy(void);
69 YARROWAPI int prngInputEntropy(BYTE *inbuf,UINT inbuflen,UINT poolnum);
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/random/YarrowCoreLib/include/
H A Dyarrow.h88 /* Declare YARROWAPI as __declspec(dllexport) before
90 #ifndef YARROWAPI
92 #define YARROWAPI macro
94 #define YARROWAPI __declspec(dllimport) macro
109 YARROWAPI prng_error_status
112 YARROWAPI prng_error_status
115 YARROWAPI prng_error_status
121 YARROWAPI prng_error_status
127 YARROWAPI prng_error_status
134 YARROWAPI prng_error_statu
[all...]

Completed in 24 milliseconds