SYMBOL INDEX (97 symbols across 21 files) FILE: Sparkle/SPUStandardUpdaterController.h function SU_EXPORT (line 43) | SU_EXPORT NS_SWIFT_UI_ACTOR @interface SPUStandardUpdaterController : NS... FILE: Sparkle/SPUUserUpdateState.h type SPUUserUpdateStageNotDownloaded (line 47) | typedef NS_ENUM(NSInteger, SPUUserUpdateStage) { FILE: Sparkle/SUErrors.h type SPUNoUpdateFoundReasonUnknown (line 80) | typedef NS_ENUM(OSStatus, SPUNoUpdateFoundReason) { FILE: Sparkle/SULog.h type SULogLevelDefault (line 14) | typedef NS_ENUM(uint8_t, SULogLevel) { FILE: Vendor/bsdiff/bscommon.c function u_char (line 11) | u_char *readfile(const char *filename, off_t *outSize) FILE: Vendor/bsdiff/bsdiff.c function off_t (line 48) | static off_t matchlen(u_char *old, off_t oldsize, u_char *newp, off_t ne... function off_t (line 68) | static off_t search(off_t *I, u_char *old, off_t oldsize, function offtout (line 99) | static void offtout(off_t x, u_char *buf) function bsdiff (line 124) | int bsdiff(int argc, char *argv[]) FILE: Vendor/bsdiff/bspatch.c type io_funcs_t (line 47) | typedef struct function stream_t (line 54) | static stream_t BSDIFF40_open(FILE *f) function BSDIFF40_close (line 64) | static void BSDIFF40_close(stream_t s) function off_t (line 70) | static off_t BSDIFF40_read(stream_t s, void *buf, off_t len) function stream_t (line 88) | static stream_t BSDIFN40_open(FILE *f) function BSDIFN40_close (line 93) | static void BSDIFN40_close(stream_t __unused s) function off_t (line 97) | static off_t BSDIFN40_read(stream_t s, void *buf, off_t len) type u_char (line 110) | typedef unsigned char u_char; function off_t (line 113) | static off_t offtin(u_char *buf) function bspatch (line 131) | int bspatch(int argc,const char * const argv[]) FILE: Vendor/bsdiff/sais.c function getCounts (line 53) | static function getBuckets (line 60) | static function LMSsort1 (line 69) | static function sais_index_type (line 110) | static function LMSsort2 (line 156) | static function sais_index_type (line 215) | static function induceSA (line 256) | static function sais_index_type (line 294) | static function sais_index_type (line 340) | static function sais_index_type (line 499) | sais_index_type function sais_index_type (line 506) | sais_index_type function sais_index_type (line 513) | sais_index_type function sais_index_type (line 528) | sais_index_type FILE: Vendor/ed25519-sparkle/src/add_scalar.c function ed25519_add_scalar (line 8) | void ed25519_add_scalar(unsigned char *public_key, unsigned char *privat... FILE: Vendor/ed25519-sparkle/src/fe.c function load_3 (line 8) | static uint64_t load_3(const unsigned char *in) { function load_4 (line 18) | static uint64_t load_4(const unsigned char *in) { function fe_0 (line 35) | void fe_0(fe h) { function fe_1 (line 54) | void fe_1(fe h) { function fe_add (line 81) | void fe_add(fe h, const fe f, const fe g) { function fe_cmov (line 134) | void fe_cmov(fe f, const fe g, unsigned int b) { function fe_cswap (line 197) | void fe_cswap(fe f,fe g,unsigned int b) { function fe_copy (line 267) | void fe_copy(fe h, const fe f) { function fe_frombytes (line 297) | void fe_frombytes(fe h, const unsigned char *s) { function fe_invert (line 364) | void fe_invert(fe out, const fe z) { function fe_isnegative (line 460) | int fe_isnegative(const fe f) { function fe_isnonzero (line 478) | int fe_isnonzero(const fe f) { function fe_mul (line 556) | void fe_mul(fe h, const fe f, const fe g) { function fe_mul121666 (line 779) | void fe_mul121666(fe h, fe f) { function fe_neg (line 846) | void fe_neg(fe h, const fe f) { function fe_pow22523 (line 881) | void fe_pow22523(fe out, const fe z) { function fe_sq (line 982) | void fe_sq(fe h, const fe f) { function fe_sq2 (line 1145) | void fe_sq2(fe h, const fe f) { function fe_sub (line 1315) | void fe_sub(fe h, const fe f, const fe g) { function fe_tobytes (line 1386) | void fe_tobytes(unsigned char *s, const fe h) { FILE: Vendor/ed25519-sparkle/src/fixedint.h type __int64 (line 66) | typedef __int64 int64_t; FILE: Vendor/ed25519-sparkle/src/ge.c function ge_add (line 9) | void ge_add(ge_p1p1 *r, const ge_p3 *p, const ge_cached *q) { function slide (line 25) | static void slide(signed char *r, const unsigned char *a) { function ge_double_scalarmult_vartime (line 67) | void ge_double_scalarmult_vartime(ge_p2 *r, const unsigned char *a, cons... function ge_frombytes_negate_vartime (line 141) | int ge_frombytes_negate_vartime(ge_p3 *h, const unsigned char *s) { function ge_madd (line 188) | void ge_madd(ge_p1p1 *r, const ge_p3 *p, const ge_precomp *q) { function ge_msub (line 207) | void ge_msub(ge_p1p1 *r, const ge_p3 *p, const ge_precomp *q) { function ge_p1p1_to_p2 (line 227) | void ge_p1p1_to_p2(ge_p2 *r, const ge_p1p1 *p) { function ge_p1p1_to_p3 (line 239) | void ge_p1p1_to_p3(ge_p3 *r, const ge_p1p1 *p) { function ge_p2_0 (line 247) | void ge_p2_0(ge_p2 *h) { function ge_p2_dbl (line 259) | void ge_p2_dbl(ge_p1p1 *r, const ge_p2 *p) { function ge_p3_0 (line 274) | void ge_p3_0(ge_p3 *h) { function ge_p3_dbl (line 286) | void ge_p3_dbl(ge_p1p1 *r, const ge_p3 *p) { function ge_p3_to_cached (line 302) | void ge_p3_to_cached(ge_cached *r, const ge_p3 *p) { function ge_p3_to_p2 (line 314) | void ge_p3_to_p2(ge_p2 *r, const ge_p3 *p) { function ge_p3_tobytes (line 321) | void ge_p3_tobytes(unsigned char *s, const ge_p3 *h) { function equal (line 333) | static unsigned char equal(signed char b, signed char c) { function negative (line 343) | static unsigned char negative(signed char b) { function cmov (line 349) | static void cmov(ge_precomp *t, const ge_precomp *u, unsigned char b) { function select (line 356) | static void select(ge_precomp *t, int pos, signed char b) { function ge_scalarmult_base (line 386) | void ge_scalarmult_base(ge_p3 *h, const unsigned char *a) { function ge_sub (line 441) | void ge_sub(ge_p1p1 *r, const ge_p3 *p, const ge_cached *q) { function ge_tobytes (line 458) | void ge_tobytes(unsigned char *s, const ge_p2 *h) { FILE: Vendor/ed25519-sparkle/src/ge.h type ge_p2 (line 21) | typedef struct { type ge_p3 (line 27) | typedef struct { type ge_p1p1 (line 34) | typedef struct { type ge_precomp (line 41) | typedef struct { type ge_cached (line 47) | typedef struct { FILE: Vendor/ed25519-sparkle/src/key_exchange.c function ed25519_key_exchange (line 4) | void ed25519_key_exchange(unsigned char *shared_secret, const unsigned c... FILE: Vendor/ed25519-sparkle/src/keypair.c function ed25519_create_keypair (line 6) | void ed25519_create_keypair(unsigned char *public_key, unsigned char *pr... FILE: Vendor/ed25519-sparkle/src/sc.c function load_3 (line 4) | static uint64_t load_3(const unsigned char *in) { function load_4 (line 14) | static uint64_t load_4(const unsigned char *in) { function sc_reduce (line 35) | void sc_reduce(unsigned char *s) { function sc_muladd (line 362) | void sc_muladd(unsigned char *s, const unsigned char *a, const unsigned ... FILE: Vendor/ed25519-sparkle/src/seed.c function ed25519_create_seed (line 12) | int ed25519_create_seed(unsigned char *seed) { FILE: Vendor/ed25519-sparkle/src/sha512.c function sha512_compress (line 91) | static int sha512_compress(sha512_context *md, unsigned char *buf) function sha512_init (line 147) | int sha512_init(sha512_context * md) { function sha512_update (line 171) | int sha512_update (sha512_context * md, const unsigned char *in, size_t ... function sha512_final (line 218) | int sha512_final(sha512_context * md, unsigned char *out) function sha512 (line 267) | int sha512(const unsigned char *message, size_t message_len, unsigned ch... FILE: Vendor/ed25519-sparkle/src/sha512.h type sha512_context (line 9) | typedef struct sha512_context_ { FILE: Vendor/ed25519-sparkle/src/sign.c function ed25519_sign (line 7) | void ed25519_sign(unsigned char *signature, const unsigned char *message... FILE: Vendor/ed25519-sparkle/src/verify.c function consttime_equal (line 6) | static int consttime_equal(const unsigned char *x, const unsigned char *... function ed25519_verify (line 47) | int ed25519_verify(const unsigned char *signature, const unsigned char *...