SYMBOL INDEX (7476 symbols across 332 files) FILE: bench/crypto/ecdsa/ecdsa.c function time_diff_microseconds (line 16) | long time_diff_microseconds(struct timeval start, struct timeval end) { function main (line 22) | int main() { FILE: bench/crypto/ecdsa/ecdsa.go function main (line 11) | func main() { FILE: bench/vectors/vectors.cs type Vector (line 3) | internal readonly struct Vector method Vector (line 9) | public Vector(double x, double y, double z) method ToString (line 16) | public override string ToString() class Program (line 23) | class Program method Main (line 25) | static void Main(string[] args) FILE: cmd/tools/vdoc/theme/doc.js function setupScrollSpy (line 13) | function setupScrollSpy() { function setupMobileToggle (line 67) | function setupMobileToggle() { function setupDarkMode (line 85) | function setupDarkMode() { function setupSearch (line 96) | function setupSearch() { function setupSearchKeymaps (line 186) | function setupSearchKeymaps() { function createSearchResult (line 257) | function createSearchResult(data) { function setupCollapse (line 284) | function setupCollapse() { function debounce (line 294) | function debounce(func, timeout) { function setupCodeCopy (line 305) | function setupCodeCopy() { FILE: examples/call_v_from_python/test.py class VString (line 19) | class VString(Structure): FILE: examples/call_v_from_ruby/test.rb function shared_library_extension (line 12) | def shared_library_extension type Lib (line 22) | module Lib FILE: examples/database/psql/mydb.sql type public (line 40) | CREATE TABLE public.customers ( FILE: examples/js_dom_draw_benchmark_chart/typescript_vanilla_typeorm/src/index.ts type Response (line 4) | type Response = { class Task (line 11) | class Task { function sqlite_memory (line 31) | async function sqlite_memory(count: Number): Promise { FILE: thirdparty/android/android.h function android_print (line 18) | int android_print(FILE *stream, const char *format, ...) { FILE: thirdparty/cJSON/cJSON.c type error (line 92) | typedef struct { function cJSON_GetErrorPos (line 98) | CJSON_PUBLIC(size_t) cJSON_GetErrorPos(void) function cJSON_GetErrorPtr (line 103) | CJSON_PUBLIC(const char *) cJSON_GetErrorPtr(void) function cJSON_GetStringValue (line 108) | CJSON_PUBLIC(char *) cJSON_GetStringValue(const cJSON * const item) function cJSON_GetNumberValue (line 118) | CJSON_PUBLIC(double) cJSON_GetNumberValue(const cJSON * const item) function cJSON_Version (line 133) | CJSON_PUBLIC(const char*) cJSON_Version(void) function case_insensitive_strcmp (line 142) | static int case_insensitive_strcmp(const unsigned char *string1, const u... type internal_hooks (line 165) | typedef struct internal_hooks function internal_free (line 178) | static void CJSON_CDECL internal_free(void *pointer) function cJSON_InitHooks (line 218) | CJSON_PUBLIC(void) cJSON_InitHooks(cJSON_Hooks* hooks) function cJSON (line 250) | static cJSON *cJSON_New_Item(const internal_hooks * const hooks) function cJSON_Delete (line 262) | CJSON_PUBLIC(void) cJSON_Delete(cJSON *item) function get_decimal_point (line 286) | static unsigned char get_decimal_point(void) type parse_buffer (line 296) | typedef struct function cJSON_bool (line 314) | static cJSON_bool parse_number(cJSON * const item, parse_buffer * const ... function cJSON_SetNumberHelper (line 391) | CJSON_PUBLIC(double) cJSON_SetNumberHelper(cJSON *object, double number) function cJSON_SetValuestring (line 409) | CJSON_PUBLIC(char*) cJSON_SetValuestring(cJSON *object, const char *valu... type printbuffer (line 441) | typedef struct function update_offset (line 539) | static void update_offset(printbuffer * const buffer) function cJSON_bool (line 552) | static cJSON_bool compare_double(double a, double b) function cJSON_bool (line 559) | static cJSON_bool print_number(const cJSON * const item, printbuffer * c... function parse_hex4 (line 629) | static unsigned parse_hex4(const unsigned char * const input) function utf16_literal_to_utf8 (line 666) | static unsigned char utf16_literal_to_utf8(const unsigned char * const i... function cJSON_bool (line 787) | static cJSON_bool parse_string(cJSON * const item, parse_buffer * const ... function cJSON_bool (line 916) | static cJSON_bool print_string_ptr(const unsigned char * const input, pr... function cJSON_bool (line 1038) | static cJSON_bool print_string(const cJSON * const item, printbuffer * c... function parse_buffer (line 1052) | static parse_buffer *buffer_skip_whitespace(parse_buffer * const buffer) function parse_buffer (line 1078) | static parse_buffer *skip_utf8_bom(parse_buffer * const buffer) function cJSON_ParseWithOpts (line 1093) | CJSON_PUBLIC(cJSON *) cJSON_ParseWithOpts(const char *value, const char ... function cJSON_ParseWithLengthOpts (line 1109) | CJSON_PUBLIC(cJSON *) cJSON_ParseWithLengthOpts(const char *value, size_... function cJSON_Parse (line 1189) | CJSON_PUBLIC(cJSON *) cJSON_Parse(const char *value) function cJSON_ParseWithLength (line 1194) | CJSON_PUBLIC(cJSON *) cJSON_ParseWithLength(const char *value, size_t bu... function cJSON_Print (line 1266) | CJSON_PUBLIC(char *) cJSON_Print(const cJSON *item) function cJSON_PrintUnformatted (line 1271) | CJSON_PUBLIC(char *) cJSON_PrintUnformatted(const cJSON *item) function cJSON_PrintBuffered (line 1276) | CJSON_PUBLIC(char *) cJSON_PrintBuffered(const cJSON *item, int prebuffe... function cJSON_PrintPreallocated (line 1306) | CJSON_PUBLIC(cJSON_bool) cJSON_PrintPreallocated(cJSON *item, char *buff... function cJSON_bool (line 1326) | static cJSON_bool parse_value(cJSON * const item, parse_buffer * const i... function cJSON_bool (line 1381) | static cJSON_bool print_value(const cJSON * const item, printbuffer * co... function cJSON_bool (line 1455) | static cJSON_bool parse_array(cJSON * const item, parse_buffer * const i... function cJSON_bool (line 1553) | static cJSON_bool print_array(const cJSON * const item, printbuffer * co... function cJSON_bool (line 1615) | static cJSON_bool parse_object(cJSON * const item, parse_buffer * const ... function cJSON_bool (line 1728) | static cJSON_bool print_object(const cJSON * const item, printbuffer * c... function cJSON_GetArraySize (line 1842) | CJSON_PUBLIC(int) cJSON_GetArraySize(const cJSON *array) function cJSON (line 1865) | static cJSON* get_array_item(const cJSON *array, size_t index) function cJSON_GetArrayItem (line 1884) | CJSON_PUBLIC(cJSON *) cJSON_GetArrayItem(const cJSON *array, int index) function cJSON (line 1894) | static cJSON *get_object_item(const cJSON * const object, const char * c... function cJSON_GetObjectItem (line 1926) | CJSON_PUBLIC(cJSON *) cJSON_GetObjectItem(const cJSON * const object, co... function cJSON_GetObjectItemCaseSensitive (line 1931) | CJSON_PUBLIC(cJSON *) cJSON_GetObjectItemCaseSensitive(const cJSON * con... function cJSON_HasObjectItem (line 1936) | CJSON_PUBLIC(cJSON_bool) cJSON_HasObjectItem(const cJSON *object, const ... function suffix_object (line 1942) | static void suffix_object(cJSON *prev, cJSON *item) function cJSON (line 1949) | static cJSON *create_reference(const cJSON *item, const internal_hooks *... function cJSON_bool (line 1970) | static cJSON_bool add_item_to_array(cJSON *array, cJSON *item) function cJSON_AddItemToArray (line 2004) | CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToArray(cJSON *array, cJSON *item) function cJSON_bool (line 2025) | static cJSON_bool add_item_to_object(cJSON * const object, const char * ... function cJSON_AddItemToObject (line 2062) | CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToObject(cJSON *object, const char... function cJSON_AddItemToObjectCS (line 2068) | CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToObjectCS(cJSON *object, const ch... function cJSON_AddItemReferenceToArray (line 2073) | CJSON_PUBLIC(cJSON_bool) cJSON_AddItemReferenceToArray(cJSON *array, cJS... function cJSON_AddItemReferenceToObject (line 2083) | CJSON_PUBLIC(cJSON_bool) cJSON_AddItemReferenceToObject(cJSON *object, c... function cJSON_AddNullToObject (line 2093) | CJSON_PUBLIC(cJSON*) cJSON_AddNullToObject(cJSON * const object, const c... function cJSON_AddTrueToObject (line 2105) | CJSON_PUBLIC(cJSON*) cJSON_AddTrueToObject(cJSON * const object, const c... function cJSON_AddFalseToObject (line 2117) | CJSON_PUBLIC(cJSON*) cJSON_AddFalseToObject(cJSON * const object, const ... function cJSON_AddBoolToObject (line 2129) | CJSON_PUBLIC(cJSON*) cJSON_AddBoolToObject(cJSON * const object, const c... function cJSON_AddNumberToObject (line 2141) | CJSON_PUBLIC(cJSON*) cJSON_AddNumberToObject(cJSON * const object, const... function cJSON_AddStringToObject (line 2153) | CJSON_PUBLIC(cJSON*) cJSON_AddStringToObject(cJSON * const object, const... function cJSON_AddRawToObject (line 2165) | CJSON_PUBLIC(cJSON*) cJSON_AddRawToObject(cJSON * const object, const ch... function cJSON_AddObjectToObject (line 2177) | CJSON_PUBLIC(cJSON*) cJSON_AddObjectToObject(cJSON * const object, const... function cJSON_AddArrayToObject (line 2189) | CJSON_PUBLIC(cJSON*) cJSON_AddArrayToObject(cJSON * const object, const ... function cJSON_DetachItemViaPointer (line 2201) | CJSON_PUBLIC(cJSON *) cJSON_DetachItemViaPointer(cJSON *parent, cJSON * ... function cJSON_DetachItemFromArray (line 2237) | CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromArray(cJSON *array, int which) function cJSON_DeleteItemFromArray (line 2247) | CJSON_PUBLIC(void) cJSON_DeleteItemFromArray(cJSON *array, int which) function cJSON_DetachItemFromObject (line 2252) | CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromObject(cJSON *object, const ch... function cJSON_DetachItemFromObjectCaseSensitive (line 2259) | CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromObjectCaseSensitive(cJSON *obj... function cJSON_DeleteItemFromObject (line 2266) | CJSON_PUBLIC(void) cJSON_DeleteItemFromObject(cJSON *object, const char ... function cJSON_DeleteItemFromObjectCaseSensitive (line 2271) | CJSON_PUBLIC(void) cJSON_DeleteItemFromObjectCaseSensitive(cJSON *object... function cJSON_InsertItemInArray (line 2277) | CJSON_PUBLIC(cJSON_bool) cJSON_InsertItemInArray(cJSON *array, int which... function cJSON_ReplaceItemViaPointer (line 2311) | CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemViaPointer(cJSON * const paren... function cJSON_ReplaceItemInArray (line 2360) | CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInArray(cJSON *array, int whic... function cJSON_bool (line 2370) | static cJSON_bool replace_item_in_object(cJSON *object, const char *stri... function cJSON_ReplaceItemInObject (line 2393) | CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInObject(cJSON *object, const ... function cJSON_ReplaceItemInObjectCaseSensitive (line 2398) | CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInObjectCaseSensitive(cJSON *o... function cJSON_CreateNull (line 2404) | CJSON_PUBLIC(cJSON *) cJSON_CreateNull(void) function cJSON_CreateTrue (line 2415) | CJSON_PUBLIC(cJSON *) cJSON_CreateTrue(void) function cJSON_CreateFalse (line 2426) | CJSON_PUBLIC(cJSON *) cJSON_CreateFalse(void) function cJSON_CreateBool (line 2437) | CJSON_PUBLIC(cJSON *) cJSON_CreateBool(cJSON_bool boolean) function cJSON_CreateNumber (line 2448) | CJSON_PUBLIC(cJSON *) cJSON_CreateNumber(double num) function cJSON_CreateString (line 2474) | CJSON_PUBLIC(cJSON *) cJSON_CreateString(const char *string) function cJSON_CreateStringReference (line 2491) | CJSON_PUBLIC(cJSON *) cJSON_CreateStringReference(const char *string) function cJSON_CreateObjectReference (line 2503) | CJSON_PUBLIC(cJSON *) cJSON_CreateObjectReference(const cJSON *child) function cJSON_CreateArrayReference (line 2514) | CJSON_PUBLIC(cJSON *) cJSON_CreateArrayReference(const cJSON *child) { function cJSON_CreateRaw (line 2524) | CJSON_PUBLIC(cJSON *) cJSON_CreateRaw(const char *raw) function cJSON_CreateArray (line 2541) | CJSON_PUBLIC(cJSON *) cJSON_CreateArray(void) function cJSON_CreateObject (line 2552) | CJSON_PUBLIC(cJSON *) cJSON_CreateObject(void) function cJSON_CreateIntArray (line 2564) | CJSON_PUBLIC(cJSON *) cJSON_CreateIntArray(const int *numbers, int count) function cJSON_CreateFloatArray (line 2604) | CJSON_PUBLIC(cJSON *) cJSON_CreateFloatArray(const float *numbers, int c... function cJSON_CreateDoubleArray (line 2644) | CJSON_PUBLIC(cJSON *) cJSON_CreateDoubleArray(const double *numbers, int... function cJSON_CreateStringArray (line 2684) | CJSON_PUBLIC(cJSON *) cJSON_CreateStringArray(const char *const *strings... function cJSON_Duplicate (line 2725) | CJSON_PUBLIC(cJSON *) cJSON_Duplicate(const cJSON *item, cJSON_bool recu... function skip_oneline_comment (line 2808) | static void skip_oneline_comment(char **input) function skip_multiline_comment (line 2821) | static void skip_multiline_comment(char **input) function minify_string (line 2835) | static void minify_string(char **input, char **output) { function cJSON_Minify (line 2857) | CJSON_PUBLIC(void) cJSON_Minify(char *json) function cJSON_IsInvalid (line 2905) | CJSON_PUBLIC(cJSON_bool) cJSON_IsInvalid(const cJSON * const item) function cJSON_IsFalse (line 2915) | CJSON_PUBLIC(cJSON_bool) cJSON_IsFalse(const cJSON * const item) function cJSON_IsTrue (line 2925) | CJSON_PUBLIC(cJSON_bool) cJSON_IsTrue(const cJSON * const item) function cJSON_IsBool (line 2936) | CJSON_PUBLIC(cJSON_bool) cJSON_IsBool(const cJSON * const item) function cJSON_IsNull (line 2945) | CJSON_PUBLIC(cJSON_bool) cJSON_IsNull(const cJSON * const item) function cJSON_IsNumber (line 2955) | CJSON_PUBLIC(cJSON_bool) cJSON_IsNumber(const cJSON * const item) function cJSON_IsString (line 2965) | CJSON_PUBLIC(cJSON_bool) cJSON_IsString(const cJSON * const item) function cJSON_IsArray (line 2975) | CJSON_PUBLIC(cJSON_bool) cJSON_IsArray(const cJSON * const item) function cJSON_IsObject (line 2985) | CJSON_PUBLIC(cJSON_bool) cJSON_IsObject(const cJSON * const item) function cJSON_IsRaw (line 2995) | CJSON_PUBLIC(cJSON_bool) cJSON_IsRaw(const cJSON * const item) function cJSON_Compare (line 3005) | CJSON_PUBLIC(cJSON_bool) cJSON_Compare(const cJSON * const a, const cJSO... function cJSON_malloc (line 3130) | CJSON_PUBLIC(void *) cJSON_malloc(size_t size) function cJSON_free (line 3135) | CJSON_PUBLIC(void) cJSON_free(void *object) FILE: thirdparty/cJSON/cJSON.h type cJSON (line 103) | typedef struct cJSON type cJSON_Hooks (line 125) | typedef struct cJSON_Hooks type cJSON_bool (line 132) | typedef int cJSON_bool; FILE: thirdparty/fontstash/fontstash.h type FONSflags (line 46) | enum FONSflags { type FONSalign (line 51) | enum FONSalign { type FONSerrorCode (line 63) | enum FONSerrorCode { type FONSparams (line 74) | struct FONSparams { type FONSparams (line 84) | typedef struct FONSparams FONSparams; type FONSquad (line 86) | struct FONSquad type FONSquad (line 91) | typedef struct FONSquad FONSquad; type FONStextIter (line 93) | struct FONStextIter { type FONStextIter (line 104) | typedef struct FONStextIter FONStextIter; type FONScontext (line 106) | typedef struct FONScontext FONScontext; type FONSquad (line 147) | struct FONSquad type FONSttFontImpl (line 195) | struct FONSttFontImpl { type FONSttFontImpl (line 198) | typedef struct FONSttFontImpl FONSttFontImpl; function fons__tt_init (line 202) | static int fons__tt_init() function fons__tt_loadFont (line 211) | static int fons__tt_loadFont(FONScontext *context, FONSttFontImpl *font,... function fons__tt_getFontVMetrics (line 221) | static void fons__tt_getFontVMetrics(FONSttFontImpl *font, int *ascent, ... function fons__tt_getPixelHeightScale (line 228) | static float fons__tt_getPixelHeightScale(FONSttFontImpl *font, float size) function fons__tt_getGlyphIndex (line 233) | static int fons__tt_getGlyphIndex(FONSttFontImpl *font, int codepoint) function fons__tt_buildGlyphBitmap (line 238) | static int fons__tt_buildGlyphBitmap(FONSttFontImpl *font, int glyph, fl... function fons__tt_renderGlyphBitmap (line 262) | static void fons__tt_renderGlyphBitmap(FONSttFontImpl *font, unsigned ch... function fons__tt_getGlyphKernAdvance (line 281) | static int fons__tt_getGlyphKernAdvance(FONSttFontImpl *font, int glyph1... type FONSttFontImpl (line 298) | struct FONSttFontImpl { type FONSttFontImpl (line 301) | typedef struct FONSttFontImpl FONSttFontImpl; function fons__tt_init (line 303) | static int fons__tt_init(FONScontext *context) function fons__tt_loadFont (line 309) | static int fons__tt_loadFont(FONScontext *context, FONSttFontImpl *font,... function fons__tt_getFontVMetrics (line 319) | static void fons__tt_getFontVMetrics(FONSttFontImpl *font, int *ascent, ... function fons__tt_getPixelHeightScale (line 324) | static float fons__tt_getPixelHeightScale(FONSttFontImpl *font, float size) function fons__tt_getGlyphIndex (line 329) | static int fons__tt_getGlyphIndex(FONSttFontImpl *font, int codepoint) function fons__tt_buildGlyphBitmap (line 334) | static int fons__tt_buildGlyphBitmap(FONSttFontImpl *font, int glyph, fl... function fons__tt_renderGlyphBitmap (line 343) | static void fons__tt_renderGlyphBitmap(FONSttFontImpl *font, unsigned ch... function fons__tt_getGlyphKernAdvance (line 349) | static int fons__tt_getGlyphKernAdvance(FONSttFontImpl *font, int glyph1... function fons__hashint (line 381) | static unsigned int fons__hashint(unsigned int a) function fons__mini (line 392) | static int fons__mini(int a, int b) function fons__maxi (line 397) | static int fons__maxi(int a, int b) type FONSglyph (line 402) | struct FONSglyph type FONSglyph (line 411) | typedef struct FONSglyph FONSglyph; type FONSfont (line 413) | struct FONSfont type FONSfont (line 430) | typedef struct FONSfont FONSfont; type FONSstate (line 432) | struct FONSstate type FONSstate (line 441) | typedef struct FONSstate FONSstate; type FONSatlasNode (line 443) | struct FONSatlasNode { type FONSatlasNode (line 446) | typedef struct FONSatlasNode FONSatlasNode; type FONSatlas (line 448) | struct FONSatlas type FONSatlas (line 455) | typedef struct FONSatlas FONSatlas; type FONScontext (line 457) | struct FONScontext function fons__tmpfree (line 499) | static void fons__tmpfree(void* ptr, void* up) function fons__decutf8 (line 514) | static unsigned int fons__decutf8(unsigned int* state, unsigned int* cod... function fons__deleteAtlas (line 549) | static void fons__deleteAtlas(FONSatlas* atlas) function FONSatlas (line 556) | static FONSatlas* fons__allocAtlas(int w, int h, int nnodes) function fons__atlasInsertNode (line 588) | static int fons__atlasInsertNode(FONSatlas* atlas, int idx, int x, int y... function fons__atlasRemoveNode (line 608) | static void fons__atlasRemoveNode(FONSatlas* atlas, int idx) function fons__atlasExpand (line 617) | static void fons__atlasExpand(FONSatlas* atlas, int w, int h) function fons__atlasReset (line 626) | static void fons__atlasReset(FONSatlas* atlas, int w, int h) function fons__atlasAddSkylineLevel (line 639) | static int fons__atlasAddSkylineLevel(FONSatlas* atlas, int idx, int x, ... function fons__atlasRectFits (line 676) | static int fons__atlasRectFits(FONSatlas* atlas, int i, int w, int h) function fons__atlasAddRect (line 697) | static int fons__atlasAddRect(FONSatlas* atlas, int rw, int rh, int* rx,... function fons__addWhiteRect (line 729) | static void fons__addWhiteRect(FONScontext* stash, int w, int h) function FONScontext (line 750) | FONScontext* fonsCreateInternal(FONSparams* params) function FONSstate (line 808) | static FONSstate* fons__getState(FONScontext* stash) function fonsAddFallbackFont (line 813) | int fonsAddFallbackFont(FONScontext* stash, int base, int fallback) function fonsSetSize (line 823) | void fonsSetSize(FONScontext* stash, float size) function fonsSetColor (line 828) | void fonsSetColor(FONScontext* stash, unsigned int color) function fonsSetSpacing (line 833) | void fonsSetSpacing(FONScontext* stash, float spacing) function fonsSetBlur (line 838) | void fonsSetBlur(FONScontext* stash, float blur) function fonsSetAlign (line 843) | void fonsSetAlign(FONScontext* stash, int align) function fonsSetFont (line 848) | void fonsSetFont(FONScontext* stash, int font) function fonsPushState (line 853) | void fonsPushState(FONScontext* stash) function fonsPopState (line 865) | void fonsPopState(FONScontext* stash) function fonsClearState (line 875) | void fonsClearState(FONScontext* stash) function fons__freeFont (line 886) | static void fons__freeFont(FONSfont* font) function fons__allocFont (line 894) | static int fons__allocFont(FONScontext* stash) function fonsAddFontMem (line 921) | int fonsAddFontMem(FONScontext* stash, const char* name, unsigned char* ... function fonsGetFontByName (line 964) | int fonsGetFontByName(FONScontext* s, const char* name) function FONSglyph (line 975) | static FONSglyph* fons__allocGlyph(FONSfont* font) function fons__blurCols (line 992) | static void fons__blurCols(unsigned char* dst, int w, int h, int dstStri... function fons__blurRows (line 1012) | static void fons__blurRows(unsigned char* dst, int w, int h, int dstStri... function fons__blur (line 1033) | static void fons__blur(FONScontext* stash, unsigned char* dst, int w, in... function FONSglyph (line 1052) | static FONSglyph* fons__getGlyph(FONScontext* stash, FONSfont* font, uns... function fons__getQuad (line 1170) | static void fons__getQuad(FONScontext* stash, FONSfont* font, function fons__flush (line 1222) | static void fons__flush(FONScontext* stash) function fons__vertex (line 1243) | static __inline void fons__vertex(FONScontext* stash, float x, float y, ... function fons__getVertAlign (line 1253) | static float fons__getVertAlign(FONScontext* stash, FONSfont* font, int ... function FONS_DEF (line 1279) | FONS_DEF float fonsDrawText(FONScontext* stash, function FONS_DEF (line 1343) | FONS_DEF int fonsTextIterInit(FONScontext* stash, FONStextIter* iter, function FONS_DEF (line 1388) | FONS_DEF int fonsTextIterNext(FONScontext* stash, FONStextIter* iter, FO... function FONS_DEF (line 1415) | FONS_DEF void fonsDrawDebug(FONScontext* stash, float x, float y) function FONS_DEF (line 1463) | FONS_DEF float fonsTextBounds(FONScontext* stash, function FONS_DEF (line 1540) | FONS_DEF void fonsVertMetrics(FONScontext* stash, function FONS_DEF (line 1561) | FONS_DEF void fonsLineBounds(FONScontext* stash, float y, float* miny, f... function FONS_DEF (line 1593) | FONS_DEF int fonsValidateTexture(FONScontext* stash, int* dirty) function FONS_DEF (line 1610) | FONS_DEF void fonsDeleteInternal(FONScontext* stash) function FONS_DEF (line 1628) | FONS_DEF void fonsSetErrorCallback(FONScontext* stash, void (*callback)(... function FONS_DEF (line 1635) | FONS_DEF void fonsGetAtlasSize(FONScontext* stash, int* width, int* height) function FONS_DEF (line 1642) | FONS_DEF int fonsExpandAtlas(FONScontext* stash, int width, int height) function FONS_DEF (line 1698) | FONS_DEF int fonsResetAtlas(FONScontext* stash, int width, int height) FILE: thirdparty/fontstash/stb_truetype.h function my_stbtt_initfont (line 287) | void my_stbtt_initfont(void) function my_stbtt_print (line 299) | void my_stbtt_print(float x, float y, char *text) function main (line 334) | int main(int argc, char **argv) function main (line 375) | int main(int arg, char **argv) type stbtt_uint8 (line 428) | typedef unsigned char stbtt_uint8; type stbtt_int8 (line 429) | typedef signed char stbtt_int8; type stbtt_uint16 (line 430) | typedef unsigned short stbtt_uint16; type stbtt_int16 (line 431) | typedef signed short stbtt_int16; type stbtt_uint32 (line 432) | typedef unsigned int stbtt_uint32; type stbtt_int32 (line 433) | typedef signed int stbtt_int32; type stbtt__buf (line 513) | typedef struct type stbtt_bakedchar (line 527) | typedef struct type stbtt_aligned_quad (line 543) | typedef struct type stbtt_packedchar (line 575) | typedef struct type stbtt_pack_context (line 582) | typedef struct stbtt_pack_context stbtt_pack_context; type stbtt_fontinfo (line 583) | typedef struct stbtt_fontinfo stbtt_fontinfo; type stbrp_rect (line 585) | typedef struct stbrp_rect stbrp_rect; type stbtt_pack_range (line 619) | typedef struct type stbtt_pack_context (line 678) | struct stbtt_pack_context { type stbtt_fontinfo (line 713) | struct stbtt_fontinfo type stbtt_kerningentry (line 804) | typedef struct stbtt_kerningentry type stbtt_vertex (line 835) | typedef struct type stbtt__bitmap (line 924) | typedef struct function stbtt_uint8 (line 1133) | static stbtt_uint8 stbtt__buf_get8(stbtt__buf *b) function stbtt_uint8 (line 1140) | static stbtt_uint8 stbtt__buf_peek8(stbtt__buf *b) function stbtt__buf_seek (line 1147) | static void stbtt__buf_seek(stbtt__buf *b, int o) function stbtt__buf_skip (line 1153) | static void stbtt__buf_skip(stbtt__buf *b, int o) function stbtt_uint32 (line 1158) | static stbtt_uint32 stbtt__buf_get(stbtt__buf *b, int n) function stbtt__buf (line 1168) | static stbtt__buf stbtt__new_buf(const void *p, size_t size) function stbtt__buf (line 1181) | static stbtt__buf stbtt__buf_range(const stbtt__buf *b, int o, int s) function stbtt__buf (line 1190) | static stbtt__buf stbtt__cff_get_index(stbtt__buf *b) function stbtt_uint32 (line 1204) | static stbtt_uint32 stbtt__cff_int(stbtt__buf *b) function stbtt__cff_skip_operand (line 1216) | static void stbtt__cff_skip_operand(stbtt__buf *b) { function stbtt__buf (line 1231) | static stbtt__buf stbtt__dict_get(stbtt__buf *b, int key) function stbtt__dict_get_ints (line 1246) | static void stbtt__dict_get_ints(stbtt__buf *b, int key, int outcount, s... function stbtt__cff_index_count (line 1254) | static int stbtt__cff_index_count(stbtt__buf *b) function stbtt__buf (line 1260) | static stbtt__buf stbtt__cff_index_get(stbtt__buf b, int i) function stbtt_uint16 (line 1286) | static stbtt_uint16 ttUSHORT(stbtt_uint8 *p) { return p[0]*256 + p[1]; } function stbtt_int16 (line 1287) | static stbtt_int16 ttSHORT(stbtt_uint8 *p) { return p[0]*256 + p[1]; } function stbtt_uint32 (line 1288) | static stbtt_uint32 ttULONG(stbtt_uint8 *p) { return (p[0]<<24) + (p[1]... function stbtt_int32 (line 1289) | static stbtt_int32 ttLONG(stbtt_uint8 *p) { return (p[0]<<24) + (p[1]... function stbtt__isfont (line 1294) | static int stbtt__isfont(stbtt_uint8 *font) function stbtt_uint32 (line 1306) | static stbtt_uint32 stbtt__find_table(stbtt_uint8 *data, stbtt_uint32 fo... function stbtt_GetFontOffsetForIndex_internal (line 1319) | static int stbtt_GetFontOffsetForIndex_internal(unsigned char *font_coll... function stbtt_GetNumberOfFonts_internal (line 1338) | static int stbtt_GetNumberOfFonts_internal(unsigned char *font_collection) function stbtt__buf (line 1354) | static stbtt__buf stbtt__get_subrs(stbtt__buf cff, stbtt__buf fontdict) function stbtt__get_svg (line 1368) | static int stbtt__get_svg(stbtt_fontinfo *info) function stbtt_InitFont_internal (line 1383) | static int stbtt_InitFont_internal(stbtt_fontinfo *info, unsigned char *... function STBTT_DEF (line 1496) | STBTT_DEF int stbtt_FindGlyphIndex(const stbtt_fontinfo *info, int unico... function STBTT_DEF (line 1589) | STBTT_DEF int stbtt_GetCodepointShape(const stbtt_fontinfo *info, int un... function stbtt_setvertex (line 1594) | static void stbtt_setvertex(stbtt_vertex *v, stbtt_uint8 type, stbtt_int... function stbtt__GetGlyfOffset (line 1603) | static int stbtt__GetGlyfOffset(const stbtt_fontinfo *info, int glyph_in... function STBTT_DEF (line 1625) | STBTT_DEF int stbtt_GetGlyphBox(const stbtt_fontinfo *info, int glyph_in... function STBTT_DEF (line 1641) | STBTT_DEF int stbtt_GetCodepointBox(const stbtt_fontinfo *info, int code... function STBTT_DEF (line 1646) | STBTT_DEF int stbtt_IsGlyphEmpty(const stbtt_fontinfo *info, int glyph_i... function stbtt__close_shape (line 1658) | static int stbtt__close_shape(stbtt_vertex *vertices, int num_vertices, ... function stbtt__GetGlyphShapeTT (line 1674) | static int stbtt__GetGlyphShapeTT(const stbtt_fontinfo *info, int glyph_... type stbtt__csctx (line 1897) | typedef struct function stbtt__track_vertex (line 1911) | static void stbtt__track_vertex(stbtt__csctx *c, stbtt_int32 x, stbtt_in... function stbtt__csctx_v (line 1920) | static void stbtt__csctx_v(stbtt__csctx *c, stbtt_uint8 type, stbtt_int3... function stbtt__csctx_close_shape (line 1936) | static void stbtt__csctx_close_shape(stbtt__csctx *ctx) function stbtt__csctx_rmove_to (line 1942) | static void stbtt__csctx_rmove_to(stbtt__csctx *ctx, float dx, float dy) function stbtt__csctx_rline_to (line 1950) | static void stbtt__csctx_rline_to(stbtt__csctx *ctx, float dx, float dy) function stbtt__csctx_rccurve_to (line 1957) | static void stbtt__csctx_rccurve_to(stbtt__csctx *ctx, float dx1, float ... function stbtt__buf (line 1968) | static stbtt__buf stbtt__get_subr(stbtt__buf idx, int n) function stbtt__buf (line 1982) | static stbtt__buf stbtt__cid_get_glyph_subrs(const stbtt_fontinfo *info,... function stbtt__run_charstring (line 2010) | static int stbtt__run_charstring(const stbtt_fontinfo *info, int glyph_i... function stbtt__GetGlyphShapeT2 (line 2269) | static int stbtt__GetGlyphShapeT2(const stbtt_fontinfo *info, int glyph_... function stbtt__GetGlyphInfoT2 (line 2286) | static int stbtt__GetGlyphInfoT2(const stbtt_fontinfo *info, int glyph_i... function STBTT_DEF (line 2297) | STBTT_DEF int stbtt_GetGlyphShape(const stbtt_fontinfo *info, int glyph_... function STBTT_DEF (line 2305) | STBTT_DEF void stbtt_GetGlyphHMetrics(const stbtt_fontinfo *info, int gl... function STBTT_DEF (line 2317) | STBTT_DEF int stbtt_GetKerningTableLength(const stbtt_fontinfo *info) function STBTT_DEF (line 2332) | STBTT_DEF int stbtt_GetKerningTable(const stbtt_fontinfo *info, stbtt_ke... function stbtt__GetGlyphKernInfoAdvance (line 2359) | static int stbtt__GetGlyphKernInfoAdvance(const stbtt_fontinfo *info, in... function stbtt_int32 (line 2389) | static stbtt_int32 stbtt__GetCoverageIndex(stbtt_uint8 *coverageTable, i... function stbtt_int32 (line 2447) | static stbtt_int32 stbtt__GetGlyphClass(stbtt_uint8 *classDefTable, int... function stbtt_int32 (line 2496) | static stbtt_int32 stbtt__GetGlyphGPOSInfoAdvance(const stbtt_fontinfo *... function STBTT_DEF (line 2610) | STBTT_DEF int stbtt_GetGlyphKernAdvance(const stbtt_fontinfo *info, int... function STBTT_DEF (line 2622) | STBTT_DEF int stbtt_GetCodepointKernAdvance(const stbtt_fontinfo *info,... function STBTT_DEF (line 2629) | STBTT_DEF void stbtt_GetCodepointHMetrics(const stbtt_fontinfo *info, in... function STBTT_DEF (line 2634) | STBTT_DEF void stbtt_GetFontVMetrics(const stbtt_fontinfo *info, int *as... function STBTT_DEF (line 2641) | STBTT_DEF int stbtt_GetFontVMetricsOS2(const stbtt_fontinfo *info, int ... function STBTT_DEF (line 2652) | STBTT_DEF void stbtt_GetFontBoundingBox(const stbtt_fontinfo *info, int ... function STBTT_DEF (line 2660) | STBTT_DEF float stbtt_ScaleForPixelHeight(const stbtt_fontinfo *info, fl... function STBTT_DEF (line 2666) | STBTT_DEF float stbtt_ScaleForMappingEmToPixels(const stbtt_fontinfo *in... function STBTT_DEF (line 2672) | STBTT_DEF void stbtt_FreeShape(const stbtt_fontinfo *info, stbtt_vertex *v) function STBTT_DEF (line 2677) | STBTT_DEF stbtt_uint8 *stbtt_FindSVGDoc(const stbtt_fontinfo *info, int gl) function STBTT_DEF (line 2694) | STBTT_DEF int stbtt_GetGlyphSVG(const stbtt_fontinfo *info, int gl, cons... function STBTT_DEF (line 2711) | STBTT_DEF int stbtt_GetCodepointSVG(const stbtt_fontinfo *info, int unic... function STBTT_DEF (line 2721) | STBTT_DEF void stbtt_GetGlyphBitmapBoxSubpixel(const stbtt_fontinfo *fon... function STBTT_DEF (line 2739) | STBTT_DEF void stbtt_GetGlyphBitmapBox(const stbtt_fontinfo *font, int g... function STBTT_DEF (line 2744) | STBTT_DEF void stbtt_GetCodepointBitmapBoxSubpixel(const stbtt_fontinfo ... function STBTT_DEF (line 2749) | STBTT_DEF void stbtt_GetCodepointBitmapBox(const stbtt_fontinfo *font, i... type stbtt__hheap_chunk (line 2758) | typedef struct stbtt__hheap_chunk type stbtt__hheap (line 2763) | typedef struct stbtt__hheap function stbtt__hheap_free (line 2791) | static void stbtt__hheap_free(stbtt__hheap *hh, void *p) function stbtt__hheap_cleanup (line 2797) | static void stbtt__hheap_cleanup(stbtt__hheap *hh, void *userdata) type stbtt__edge (line 2807) | typedef struct stbtt__edge { type stbtt__active_edge (line 2813) | typedef struct stbtt__active_edge function stbtt__active_edge (line 2835) | static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__ed... function stbtt__active_edge (line 2857) | static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__ed... function stbtt__fill_active_edges (line 2882) | static void stbtt__fill_active_edges(unsigned char *scanline, int len, s... function stbtt__rasterize_sorted_edges (line 2924) | static void stbtt__rasterize_sorted_edges(stbtt__bitmap *result, stbtt__... function stbtt__handle_clipped_edge (line 3028) | static void stbtt__handle_clipped_edge(float *scanline, int x, stbtt__ac... function stbtt__sized_trapezoid_area (line 3065) | static float stbtt__sized_trapezoid_area(float height, float top_width, ... function stbtt__position_trapezoid_area (line 3072) | static float stbtt__position_trapezoid_area(float height, float tx0, flo... function stbtt__sized_triangle_area (line 3077) | static float stbtt__sized_triangle_area(float height, float width) function stbtt__fill_active_edges_new (line 3082) | static void stbtt__fill_active_edges_new(float *scanline, float *scanlin... function stbtt__rasterize_sorted_edges (line 3297) | static void stbtt__rasterize_sorted_edges(stbtt__bitmap *result, stbtt__... function stbtt__sort_edges_ins_sort (line 3399) | static void stbtt__sort_edges_ins_sort(stbtt__edge *p, int n) function stbtt__sort_edges_quicksort (line 3417) | static void stbtt__sort_edges_quicksort(stbtt__edge *p, int n) function stbtt__sort_edges (line 3479) | static void stbtt__sort_edges(stbtt__edge *p, int n) type stbtt__point (line 3485) | typedef struct function stbtt__rasterize (line 3490) | static void stbtt__rasterize(stbtt__bitmap *result, stbtt__point *pts, i... function stbtt__add_point (line 3547) | static void stbtt__add_point(stbtt__point *points, int n, float x, float y) function stbtt__tesselate_curve (line 3555) | static int stbtt__tesselate_curve(stbtt__point *points, int *num_points,... function stbtt__tesselate_cubic (line 3575) | static void stbtt__tesselate_cubic(stbtt__point *points, int *num_points... function stbtt__point (line 3618) | static stbtt__point *stbtt_FlattenCurves(stbtt_vertex *vertices, int num... function STBTT_DEF (line 3695) | STBTT_DEF void stbtt_Rasterize(stbtt__bitmap *result, float flatness_in_... function STBTT_DEF (line 3708) | STBTT_DEF void stbtt_FreeBitmap(unsigned char *bitmap, void *userdata) function STBTT_DEF (line 3758) | STBTT_DEF void stbtt_MakeGlyphBitmapSubpixel(const stbtt_fontinfo *info,... function STBTT_DEF (line 3777) | STBTT_DEF void stbtt_MakeGlyphBitmap(const stbtt_fontinfo *info, unsigne... function STBTT_DEF (line 3787) | STBTT_DEF void stbtt_MakeCodepointBitmapSubpixelPrefilter(const stbtt_fo... function STBTT_DEF (line 3792) | STBTT_DEF void stbtt_MakeCodepointBitmapSubpixel(const stbtt_fontinfo *i... function STBTT_DEF (line 3802) | STBTT_DEF void stbtt_MakeCodepointBitmap(const stbtt_fontinfo *info, uns... function stbtt_BakeFontBitmap_internal (line 3813) | static int stbtt_BakeFontBitmap_internal(unsigned char *data, int offset... function STBTT_DEF (line 3859) | STBTT_DEF void stbtt_GetBakedQuad(const stbtt_bakedchar *chardata, int p... type stbrp_coord (line 3887) | typedef int stbrp_coord; type stbrp_context (line 3900) | typedef struct type stbrp_node (line 3906) | typedef struct type stbrp_rect (line 3911) | struct stbrp_rect function stbrp_init_target (line 3917) | static void stbrp_init_target(stbrp_context *con, int pw, int ph, stbrp_... function stbrp_pack_rects (line 3928) | static void stbrp_pack_rects(stbrp_context *con, stbrp_rect *rects, int ... function STBTT_DEF (line 3957) | STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pi... function STBTT_DEF (line 3989) | STBTT_DEF void stbtt_PackEnd (stbtt_pack_context *spc) function STBTT_DEF (line 3995) | STBTT_DEF void stbtt_PackSetOversampling(stbtt_pack_context *spc, unsign... function STBTT_DEF (line 4005) | STBTT_DEF void stbtt_PackSetSkipMissingCodepoints(stbtt_pack_context *sp... function stbtt__h_prefilter (line 4012) | static void stbtt__h_prefilter(unsigned char *pixels, int w, int h, int ... function stbtt__v_prefilter (line 4074) | static void stbtt__v_prefilter(unsigned char *pixels, int w, int h, int ... function stbtt__oversample_shift (line 4136) | static float stbtt__oversample_shift(int oversample) function STBTT_DEF (line 4149) | STBTT_DEF int stbtt_PackFontRangesGatherRects(stbtt_pack_context *spc, c... function STBTT_DEF (line 4184) | STBTT_DEF void stbtt_MakeGlyphBitmapSubpixelPrefilter(const stbtt_fontin... function STBTT_DEF (line 4208) | STBTT_DEF int stbtt_PackFontRangesRenderIntoRects(stbtt_pack_context *sp... function STBTT_DEF (line 4297) | STBTT_DEF void stbtt_PackFontRangesPackRects(stbtt_pack_context *spc, st... function STBTT_DEF (line 4302) | STBTT_DEF int stbtt_PackFontRanges(stbtt_pack_context *spc, const unsign... function STBTT_DEF (line 4338) | STBTT_DEF int stbtt_PackFontRange(stbtt_pack_context *spc, const unsigne... function STBTT_DEF (line 4350) | STBTT_DEF void stbtt_GetScaledFontVMetrics(const unsigned char *fontdata... function STBTT_DEF (line 4363) | STBTT_DEF void stbtt_GetPackedQuad(const stbtt_packedchar *chardata, int... function stbtt__ray_intersect_bezier (line 4398) | static int stbtt__ray_intersect_bezier(float orig[2], float ray[2], floa... function equal (line 4462) | static int equal(float *a, float *b) function stbtt__compute_crossings_x (line 4467) | static int stbtt__compute_crossings_x(float x, float y, int nverts, stbt... function stbtt__cuberoot (line 4535) | static float stbtt__cuberoot( float x ) function stbtt__solve_cubic (line 4544) | static int stbtt__solve_cubic(float a, float b, float c, float* r) function STBTT_DEF (line 4765) | STBTT_DEF void stbtt_FreeSDF(unsigned char *bitmap, void *userdata) function stbtt_int32 (line 4776) | static stbtt_int32 stbtt__CompareUTF8toUTF16_bigendian_prefix(stbtt_uint... function stbtt_CompareUTF8toUTF16_bigendian_internal (line 4815) | static int stbtt_CompareUTF8toUTF16_bigendian_internal(char *s1, int len... function STBTT_DEF (line 4822) | STBTT_DEF const char *stbtt_GetFontNameString(const stbtt_fontinfo *font... function stbtt__matchpair (line 4843) | static int stbtt__matchpair(stbtt_uint8 *fc, stbtt_uint32 nm, stbtt_uint... function stbtt__matches (line 4890) | static int stbtt__matches(stbtt_uint8 *fc, stbtt_uint32 offset, stbtt_ui... function stbtt_FindMatchingFont_internal (line 4919) | static int stbtt_FindMatchingFont_internal(unsigned char *font_collectio... function STBTT_DEF (line 4935) | STBTT_DEF int stbtt_BakeFontBitmap(const unsigned char *data, int offset, function STBTT_DEF (line 4942) | STBTT_DEF int stbtt_GetFontOffsetForIndex(const unsigned char *data, int... function STBTT_DEF (line 4947) | STBTT_DEF int stbtt_GetNumberOfFonts(const unsigned char *data) function STBTT_DEF (line 4952) | STBTT_DEF int stbtt_InitFont(stbtt_fontinfo *info, const unsigned char *... function STBTT_DEF (line 4957) | STBTT_DEF int stbtt_FindMatchingFont(const unsigned char *fontdata, cons... function STBTT_DEF (line 4962) | STBTT_DEF int stbtt_CompareUTF8toUTF16_bigendian(const char *s1, int len... FILE: thirdparty/libatomic_ops/atomic_ops.c function lock_ool (line 148) | static void lock_ool(volatile AO_TS_t *l) function AO_INLINE (line 156) | AO_INLINE void lock(volatile AO_TS_t *l) function AO_INLINE (line 162) | AO_INLINE void unlock(volatile AO_TS_t *l) function AO_INLINE (line 172) | AO_INLINE void block_all_signals(sigset_t *old_sigs_ptr) function AO_API (line 193) | AO_API AO_t AO_fetch_compare_and_swap_emulation(volatile AO_t *addr, function AO_API (line 214) | AO_API int function AO_API (line 242) | AO_API void AO_store_full_emulation(volatile AO_t *addr, AO_t val) function AO_spin (line 264) | static void AO_spin(int n) function AO_API (line 275) | AO_API void AO_pause(int n) FILE: thirdparty/libatomic_ops/atomic_ops.h type AO_uintptr_t (line 169) | typedef unsigned __int128 AO_uintptr_t; type AO_uintptr_t_size_static_assert (line 176) | struct AO_uintptr_t_size_static_assert { FILE: thirdparty/libatomic_ops/atomic_ops/generalize-arithm.h function AO_INLINE (line 26) | AO_INLINE int function AO_INLINE (line 38) | AO_INLINE int function AO_INLINE (line 50) | AO_INLINE int function AO_INLINE (line 62) | AO_INLINE int function AO_INLINE (line 74) | AO_INLINE int function AO_INLINE (line 86) | AO_INLINE int function AO_INLINE (line 97) | AO_INLINE int function AO_INLINE (line 109) | AO_INLINE int function AO_INLINE (line 121) | AO_INLINE int function AO_char_fetch_and_add_full (line 137) | unsigned/**/char function AO_char_fetch_and_add_acquire (line 156) | unsigned/**/char function AO_char_fetch_and_add_release (line 175) | unsigned/**/char function AO_char_fetch_and_add (line 194) | unsigned/**/char function AO_char_fetch_and_add_acquire (line 235) | AO_INLINE unsigned/**/char function AO_char_and_full (line 608) | void function AO_char_or_full (line 691) | void function AO_char_xor_full (line 773) | void function AO_INLINE (line 878) | AO_INLINE int function AO_INLINE (line 890) | AO_INLINE int function AO_INLINE (line 902) | AO_INLINE int function AO_INLINE (line 914) | AO_INLINE int function AO_INLINE (line 926) | AO_INLINE int function AO_INLINE (line 938) | AO_INLINE int function AO_INLINE (line 949) | AO_INLINE int function AO_INLINE (line 961) | AO_INLINE int function AO_INLINE (line 973) | AO_INLINE int function AO_short_fetch_and_add_full (line 989) | unsigned/**/short function AO_short_fetch_and_add_acquire (line 1008) | unsigned/**/short function AO_short_fetch_and_add_release (line 1027) | unsigned/**/short function AO_short_fetch_and_add (line 1046) | unsigned/**/short function AO_short_fetch_and_add_acquire (line 1087) | AO_INLINE unsigned/**/short function AO_short_and_full (line 1460) | void function AO_short_or_full (line 1543) | void function AO_short_xor_full (line 1625) | void function AO_INLINE (line 1730) | AO_INLINE int function AO_INLINE (line 1742) | AO_INLINE int function AO_INLINE (line 1754) | AO_INLINE int function AO_INLINE (line 1766) | AO_INLINE int function AO_INLINE (line 1778) | AO_INLINE int function AO_INLINE (line 1790) | AO_INLINE int function AO_INLINE (line 1801) | AO_INLINE int function AO_INLINE (line 1813) | AO_INLINE int function AO_INLINE (line 1825) | AO_INLINE int function AO_int_fetch_and_add_full (line 1841) | unsigned function AO_int_fetch_and_add_acquire (line 1860) | unsigned function AO_int_fetch_and_add_release (line 1879) | unsigned function AO_int_fetch_and_add (line 1898) | unsigned function AO_int_fetch_and_add_acquire (line 1939) | AO_INLINE unsigned function AO_int_and_full (line 2312) | void function AO_int_or_full (line 2395) | void function AO_int_xor_full (line 2477) | void function AO_INLINE (line 2582) | AO_INLINE int function AO_INLINE (line 2594) | AO_INLINE int function AO_INLINE (line 2606) | AO_INLINE int function AO_INLINE (line 2618) | AO_INLINE int function AO_INLINE (line 2630) | AO_INLINE int function AO_INLINE (line 2642) | AO_INLINE int function AO_INLINE (line 2653) | AO_INLINE int function AO_INLINE (line 2665) | AO_INLINE int function AO_INLINE (line 2677) | AO_INLINE int function AO_t (line 2693) | AO_t function AO_t (line 2712) | AO_t function AO_t (line 2731) | AO_t function AO_t (line 2750) | AO_t function AO_INLINE (line 2791) | AO_INLINE AO_t function AO_and_full (line 3164) | void function AO_or_full (line 3247) | void function AO_xor_full (line 3329) | void FILE: thirdparty/libatomic_ops/atomic_ops/generalize-small.h function AO_char_fetch_compare_and_swap_acquire (line 27) | AO_INLINE unsigned/**/char function AO_INLINE (line 144) | AO_INLINE int function AO_char_load_acquire (line 280) | AO_INLINE unsigned/**/char function AO_char_load_read (line 295) | AO_INLINE unsigned/**/char function AO_char_load_read (line 316) | unsigned/**/char function AO_char_load_full (line 347) | unsigned/**/char function AO_char_load_acquire (line 365) | unsigned/**/char function AO_char_load (line 382) | unsigned/**/char function AO_char_store_write (line 455) | void function AO_char_store (line 485) | void function AO_char_store_release (line 501) | void function AO_char_store_full (line 517) | void function AO_short_fetch_compare_and_swap_acquire (line 555) | AO_INLINE unsigned/**/short function AO_INLINE (line 672) | AO_INLINE int function AO_short_load_acquire (line 808) | AO_INLINE unsigned/**/short function AO_short_load_read (line 823) | AO_INLINE unsigned/**/short function AO_short_load_read (line 844) | unsigned/**/short function AO_short_load_full (line 875) | unsigned/**/short function AO_short_load_acquire (line 893) | unsigned/**/short function AO_short_load (line 910) | unsigned/**/short function AO_short_store_write (line 983) | void function AO_short_store (line 1013) | void function AO_short_store_release (line 1029) | void function AO_short_store_full (line 1045) | void function AO_int_fetch_compare_and_swap_acquire (line 1083) | AO_INLINE unsigned function AO_INLINE (line 1200) | AO_INLINE int function AO_int_load_acquire (line 1336) | AO_INLINE unsigned function AO_int_load_read (line 1351) | AO_INLINE unsigned function AO_int_load_read (line 1372) | unsigned function AO_int_load_full (line 1403) | unsigned function AO_int_load_acquire (line 1421) | unsigned function AO_int_load (line 1438) | unsigned function AO_int_store_write (line 1511) | void function AO_int_store (line 1541) | void function AO_int_store_release (line 1557) | void function AO_int_store_full (line 1573) | void function AO_INLINE (line 1611) | AO_INLINE AO_t function AO_INLINE (line 1728) | AO_INLINE int function AO_INLINE (line 1864) | AO_INLINE AO_t function AO_INLINE (line 1879) | AO_INLINE AO_t function AO_t (line 1900) | AO_t function AO_t (line 1931) | AO_t function AO_t (line 1949) | AO_t function AO_t (line 1966) | AO_t function AO_store_write (line 2039) | void function AO_store (line 2069) | void function AO_store_release (line 2085) | void function AO_store_full (line 2101) | void function AO_INLINE (line 2139) | AO_INLINE AO_double_t function AO_INLINE (line 2256) | AO_INLINE int function AO_INLINE (line 2392) | AO_INLINE AO_double_t function AO_INLINE (line 2407) | AO_INLINE AO_double_t function AO_double_t (line 2428) | AO_double_t function AO_double_t (line 2459) | AO_double_t function AO_double_t (line 2477) | AO_double_t function AO_double_t (line 2494) | AO_double_t function AO_double_store_write (line 2567) | void function AO_double_store (line 2597) | void function AO_double_store_release (line 2613) | void function AO_double_store_full (line 2629) | void FILE: thirdparty/libatomic_ops/atomic_ops/generalize.h function AO_INLINE (line 59) | AO_INLINE int function AO_INLINE (line 69) | AO_INLINE int function AO_INLINE (line 80) | AO_INLINE int function AO_INLINE (line 92) | AO_INLINE int function AO_INLINE (line 123) | AO_INLINE AO_TS_VAL_t function AO_INLINE (line 137) | AO_INLINE AO_TS_VAL_t function AO_INLINE (line 151) | AO_INLINE AO_TS_VAL_t function AO_INLINE (line 164) | AO_INLINE AO_TS_VAL_t function AO_INLINE (line 178) | AO_INLINE void AO_nop(void) {} function AO_INLINE (line 183) | AO_INLINE void function AO_INLINE (line 219) | AO_INLINE AO_TS_VAL_t function AO_INLINE (line 314) | AO_INLINE int function AO_INLINE (line 331) | AO_INLINE int function AO_INLINE (line 348) | AO_INLINE int function AO_INLINE (line 365) | AO_INLINE int function AO_INLINE (line 386) | AO_INLINE int function AO_INLINE (line 503) | AO_INLINE int function AO_INLINE (line 620) | AO_INLINE int function AO_INLINE (line 632) | AO_INLINE int function AO_INLINE (line 644) | AO_INLINE int function AO_INLINE (line 656) | AO_INLINE int function AO_INLINE (line 668) | AO_INLINE int function AO_INLINE (line 680) | AO_INLINE int function AO_INLINE (line 692) | AO_INLINE int function AO_INLINE (line 704) | AO_INLINE int FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/armcc/arm_v6.h function AO_INLINE (line 50) | AO_INLINE void function double_ptr_storage (line 224) | double_ptr_storage AO_load_ex(const volatile AO_double_t *addr) { function AO_INLINE (line 243) | AO_INLINE int FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/gcc/aarch64.h function AO_INLINE (line 23) | AO_INLINE void function AO_INLINE (line 46) | AO_INLINE AO_double_t function AO_INLINE (line 70) | AO_INLINE AO_double_t function AO_INLINE (line 92) | AO_INLINE void function AO_INLINE (line 117) | AO_INLINE void function AO_INLINE (line 140) | AO_INLINE int function AO_INLINE (line 171) | AO_INLINE int function AO_INLINE (line 202) | AO_INLINE int function AO_INLINE (line 233) | AO_INLINE int FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/gcc/alpha.h function AO_INLINE (line 26) | AO_INLINE void function AO_INLINE (line 33) | AO_INLINE void function AO_INLINE (line 45) | AO_INLINE int FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/gcc/arm.h function AO_INLINE (line 104) | AO_INLINE void function AO_INLINE (line 128) | AO_INLINE void function AO_INLINE (line 140) | AO_INLINE void function AO_INLINE (line 151) | AO_INLINE void function AO_INLINE (line 313) | AO_INLINE AO_TS_VAL_t function AO_INLINE (line 337) | AO_INLINE AO_t function AO_INLINE (line 361) | AO_INLINE AO_t function AO_INLINE (line 385) | AO_INLINE AO_t function AO_INLINE (line 409) | AO_INLINE void function AO_INLINE (line 431) | AO_INLINE void function AO_INLINE (line 453) | AO_INLINE void function AO_char_fetch_and_add (line 477) | AO_INLINE unsigned char function AO_short_fetch_and_add (line 501) | AO_INLINE unsigned short function AO_INLINE (line 528) | AO_INLINE int function AO_INLINE (line 595) | AO_INLINE AO_double_t function AO_INLINE (line 611) | AO_INLINE void function AO_INLINE (line 676) | AO_INLINE AO_TS_VAL_t FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/gcc/avr32.h function AO_INLINE (line 32) | AO_INLINE AO_TS_VAL_t function AO_INLINE (line 48) | AO_INLINE int FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/gcc/cris.h function AO_INLINE (line 46) | AO_INLINE AO_TS_VAL_t FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/gcc/generic-arithm.h function AO_char_fetch_and_add (line 20) | AO_INLINE unsigned/**/char function AO_INLINE (line 28) | AO_INLINE void function AO_INLINE (line 37) | AO_INLINE void function AO_INLINE (line 46) | AO_INLINE void function AO_short_fetch_and_add (line 74) | AO_INLINE unsigned/**/short function AO_INLINE (line 82) | AO_INLINE void function AO_INLINE (line 91) | AO_INLINE void function AO_INLINE (line 100) | AO_INLINE void function AO_int_fetch_and_add (line 128) | AO_INLINE unsigned function AO_INLINE (line 136) | AO_INLINE void function AO_INLINE (line 145) | AO_INLINE void function AO_INLINE (line 154) | AO_INLINE void function AO_INLINE (line 182) | AO_INLINE AO_t function AO_INLINE (line 190) | AO_INLINE void function AO_INLINE (line 199) | AO_INLINE void function AO_INLINE (line 208) | AO_INLINE void function AO_char_fetch_and_add_acquire (line 236) | AO_INLINE unsigned/**/char function AO_INLINE (line 244) | AO_INLINE void function AO_INLINE (line 253) | AO_INLINE void function AO_INLINE (line 262) | AO_INLINE void function AO_short_fetch_and_add_acquire (line 290) | AO_INLINE unsigned/**/short function AO_INLINE (line 298) | AO_INLINE void function AO_INLINE (line 307) | AO_INLINE void function AO_INLINE (line 316) | AO_INLINE void function AO_int_fetch_and_add_acquire (line 344) | AO_INLINE unsigned function AO_INLINE (line 352) | AO_INLINE void function AO_INLINE (line 361) | AO_INLINE void function AO_INLINE (line 370) | AO_INLINE void function AO_INLINE (line 398) | AO_INLINE AO_t function AO_INLINE (line 406) | AO_INLINE void function AO_INLINE (line 415) | AO_INLINE void function AO_INLINE (line 424) | AO_INLINE void function AO_char_fetch_and_add_release (line 452) | AO_INLINE unsigned/**/char function AO_INLINE (line 460) | AO_INLINE void function AO_INLINE (line 469) | AO_INLINE void function AO_INLINE (line 478) | AO_INLINE void function AO_short_fetch_and_add_release (line 506) | AO_INLINE unsigned/**/short function AO_INLINE (line 514) | AO_INLINE void function AO_INLINE (line 523) | AO_INLINE void function AO_INLINE (line 532) | AO_INLINE void function AO_int_fetch_and_add_release (line 560) | AO_INLINE unsigned function AO_INLINE (line 568) | AO_INLINE void function AO_INLINE (line 577) | AO_INLINE void function AO_INLINE (line 586) | AO_INLINE void function AO_INLINE (line 614) | AO_INLINE AO_t function AO_INLINE (line 622) | AO_INLINE void function AO_INLINE (line 631) | AO_INLINE void function AO_INLINE (line 640) | AO_INLINE void function AO_char_fetch_and_add_full (line 668) | AO_INLINE unsigned/**/char function AO_INLINE (line 676) | AO_INLINE void function AO_INLINE (line 685) | AO_INLINE void function AO_INLINE (line 694) | AO_INLINE void function AO_short_fetch_and_add_full (line 722) | AO_INLINE unsigned/**/short function AO_INLINE (line 730) | AO_INLINE void function AO_INLINE (line 739) | AO_INLINE void function AO_INLINE (line 748) | AO_INLINE void function AO_int_fetch_and_add_full (line 776) | AO_INLINE unsigned function AO_INLINE (line 784) | AO_INLINE void function AO_INLINE (line 793) | AO_INLINE void function AO_INLINE (line 802) | AO_INLINE void function AO_INLINE (line 830) | AO_INLINE AO_t function AO_INLINE (line 838) | AO_INLINE void function AO_INLINE (line 847) | AO_INLINE void function AO_INLINE (line 856) | AO_INLINE void FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/gcc/generic-small.h function AO_char_load (line 20) | AO_INLINE unsigned/**/char function AO_char_load_acquire (line 27) | AO_INLINE unsigned/**/char function AO_INLINE (line 50) | AO_INLINE void function AO_INLINE (line 59) | AO_INLINE void function AO_char_fetch_compare_and_swap (line 71) | AO_INLINE unsigned/**/char function AO_char_fetch_compare_and_swap_acquire (line 85) | AO_INLINE unsigned/**/char function AO_char_fetch_compare_and_swap_release (line 95) | AO_INLINE unsigned/**/char function AO_char_fetch_compare_and_swap_full (line 106) | AO_INLINE unsigned/**/char function AO_INLINE (line 118) | AO_INLINE int function AO_INLINE (line 127) | AO_INLINE int function AO_INLINE (line 136) | AO_INLINE int function AO_INLINE (line 146) | AO_INLINE int function AO_short_load (line 178) | AO_INLINE unsigned/**/short function AO_short_load_acquire (line 185) | AO_INLINE unsigned/**/short function AO_INLINE (line 208) | AO_INLINE void function AO_INLINE (line 217) | AO_INLINE void function AO_short_fetch_compare_and_swap (line 229) | AO_INLINE unsigned/**/short function AO_short_fetch_compare_and_swap_acquire (line 243) | AO_INLINE unsigned/**/short function AO_short_fetch_compare_and_swap_release (line 253) | AO_INLINE unsigned/**/short function AO_short_fetch_compare_and_swap_full (line 264) | AO_INLINE unsigned/**/short function AO_INLINE (line 276) | AO_INLINE int function AO_INLINE (line 285) | AO_INLINE int function AO_INLINE (line 294) | AO_INLINE int function AO_INLINE (line 304) | AO_INLINE int function AO_int_load (line 336) | AO_INLINE unsigned function AO_int_load_acquire (line 343) | AO_INLINE unsigned function AO_INLINE (line 366) | AO_INLINE void function AO_INLINE (line 375) | AO_INLINE void function AO_int_fetch_compare_and_swap (line 387) | AO_INLINE unsigned function AO_int_fetch_compare_and_swap_acquire (line 401) | AO_INLINE unsigned function AO_int_fetch_compare_and_swap_release (line 411) | AO_INLINE unsigned function AO_int_fetch_compare_and_swap_full (line 422) | AO_INLINE unsigned function AO_INLINE (line 434) | AO_INLINE int function AO_INLINE (line 443) | AO_INLINE int function AO_INLINE (line 452) | AO_INLINE int function AO_INLINE (line 462) | AO_INLINE int function AO_INLINE (line 494) | AO_INLINE AO_t function AO_INLINE (line 501) | AO_INLINE AO_t function AO_INLINE (line 524) | AO_INLINE void function AO_INLINE (line 533) | AO_INLINE void function AO_INLINE (line 545) | AO_INLINE AO_t function AO_INLINE (line 559) | AO_INLINE AO_t function AO_INLINE (line 569) | AO_INLINE AO_t function AO_INLINE (line 580) | AO_INLINE AO_t function AO_INLINE (line 592) | AO_INLINE int function AO_INLINE (line 601) | AO_INLINE int function AO_INLINE (line 610) | AO_INLINE int function AO_INLINE (line 620) | AO_INLINE int FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/gcc/generic.h function AO_INLINE (line 54) | AO_INLINE void function AO_INLINE (line 66) | AO_INLINE void function AO_INLINE (line 74) | AO_INLINE void function AO_INLINE (line 82) | AO_INLINE void function AO_INLINE (line 99) | AO_INLINE AO_TS_VAL_t function AO_INLINE (line 107) | AO_INLINE AO_TS_VAL_t function AO_INLINE (line 115) | AO_INLINE AO_TS_VAL_t function AO_INLINE (line 123) | AO_INLINE AO_TS_VAL_t function AO_INLINE (line 145) | AO_INLINE AO_double_t function AO_INLINE (line 158) | AO_INLINE AO_double_t function AO_INLINE (line 170) | AO_INLINE void function AO_INLINE (line 180) | AO_INLINE void function AO_INLINE (line 194) | AO_INLINE int function AO_INLINE (line 209) | AO_INLINE int function AO_INLINE (line 222) | AO_INLINE int function AO_INLINE (line 236) | AO_INLINE int FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/gcc/hexagon.h function AO_INLINE (line 33) | AO_INLINE void function AO_INLINE (line 44) | AO_INLINE AO_t function AO_INLINE (line 62) | AO_INLINE AO_TS_VAL_t function AO_INLINE (line 87) | AO_INLINE int function AO_INLINE (line 112) | AO_INLINE AO_t FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/gcc/hppa.h type AO_pa_clearable_loc (line 34) | struct AO_pa_clearable_loc { type AO_PA_TS_val (line 43) | typedef enum {AO_PA_TS_set = 0, AO_PA_TS_clear = 1} AO_PA_TS_val; function AO_INLINE (line 70) | AO_INLINE AO_TS_VAL_t function AO_INLINE (line 81) | AO_INLINE void FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/gcc/ia64.h function AO_INLINE (line 57) | AO_INLINE void function AO_INLINE (line 65) | AO_INLINE AO_t function AO_INLINE (line 77) | AO_INLINE AO_t function AO_INLINE (line 89) | AO_INLINE AO_t function AO_INLINE (line 101) | AO_INLINE AO_t function AO_INLINE (line 114) | AO_INLINE AO_t function AO_INLINE (line 129) | AO_INLINE AO_t function AO_char_fetch_compare_and_swap_acquire (line 144) | AO_INLINE unsigned char function AO_char_fetch_compare_and_swap_release (line 158) | AO_INLINE unsigned char function AO_short_fetch_compare_and_swap_acquire (line 172) | AO_INLINE unsigned short function AO_short_fetch_compare_and_swap_release (line 186) | AO_INLINE unsigned short function AO_int_fetch_and_add1_acquire (line 208) | AO_INLINE unsigned int function AO_int_fetch_and_add1_release (line 219) | AO_INLINE unsigned int function AO_int_fetch_and_sub1_acquire (line 230) | AO_INLINE unsigned int function AO_int_fetch_and_sub1_release (line 241) | AO_INLINE unsigned int function AO_int_fetch_compare_and_swap_acquire (line 253) | AO_INLINE unsigned int function AO_int_fetch_compare_and_swap_release (line 266) | AO_INLINE unsigned int FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/gcc/m68k.h type AO_t (line 21) | typedef unsigned long AO_t __attribute__((__aligned__(4))); function AO_INLINE (line 32) | AO_INLINE AO_TS_VAL_t function AO_INLINE (line 51) | AO_INLINE int FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/gcc/mips.h function AO_INLINE (line 71) | AO_INLINE void function AO_INLINE (line 86) | AO_INLINE AO_t function AO_INLINE (line 111) | AO_INLINE AO_TS_VAL_t function AO_INLINE (line 140) | AO_INLINE int function AO_INLINE (line 168) | AO_INLINE AO_t FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/gcc/powerpc.h function AO_INLINE (line 50) | AO_INLINE void function AO_INLINE (line 58) | AO_INLINE void function AO_INLINE (line 109) | AO_INLINE AO_t function AO_INLINE (line 127) | AO_INLINE void function AO_INLINE (line 139) | AO_INLINE AO_TS_VAL_t function AO_INLINE (line 162) | AO_INLINE AO_TS_VAL_t function AO_INLINE (line 170) | AO_INLINE AO_TS_VAL_t function AO_INLINE (line 177) | AO_INLINE AO_TS_VAL_t function AO_INLINE (line 190) | AO_INLINE int function AO_INLINE (line 212) | AO_INLINE int function AO_INLINE (line 221) | AO_INLINE int function AO_INLINE (line 229) | AO_INLINE int function AO_INLINE (line 243) | AO_INLINE AO_t function AO_INLINE (line 263) | AO_INLINE AO_t function AO_INLINE (line 273) | AO_INLINE AO_t function AO_INLINE (line 282) | AO_INLINE AO_t function AO_INLINE (line 296) | AO_INLINE AO_t function AO_INLINE (line 314) | AO_INLINE AO_t function AO_INLINE (line 322) | AO_INLINE AO_t function AO_INLINE (line 329) | AO_INLINE AO_t FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/gcc/riscv.h function AO_INLINE (line 38) | AO_INLINE int function AO_INLINE (line 51) | AO_INLINE int function AO_INLINE (line 64) | AO_INLINE int function AO_INLINE (line 77) | AO_INLINE int FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/gcc/s390.h function AO_INLINE (line 53) | AO_INLINE int AO_compare_and_swap_full(volatile AO_t *addr, function AO_INLINE (line 73) | AO_INLINE AO_t FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/gcc/sh.h function AO_INLINE (line 21) | AO_INLINE AO_TS_VAL_t FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/gcc/sparc.h function AO_INLINE (line 34) | AO_INLINE AO_TS_VAL_t function AO_INLINE (line 49) | AO_INLINE int function AO_INLINE (line 66) | AO_INLINE AO_t FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/gcc/tile.h function AO_INLINE (line 25) | AO_INLINE void function AO_INLINE (line 32) | AO_INLINE AO_t function AO_INLINE (line 39) | AO_INLINE AO_t FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/gcc/x86.h function AO_INLINE (line 105) | AO_INLINE void function AO_INLINE (line 123) | AO_INLINE AO_t function AO_char_fetch_and_add_full (line 137) | AO_INLINE unsigned char function AO_short_fetch_and_add_full (line 150) | AO_INLINE unsigned short function AO_INLINE (line 164) | AO_INLINE void function AO_INLINE (line 174) | AO_INLINE void function AO_INLINE (line 184) | AO_INLINE void function AO_INLINE (line 198) | AO_INLINE void function AO_INLINE (line 208) | AO_INLINE void function AO_INLINE (line 218) | AO_INLINE void function AO_INLINE (line 228) | AO_INLINE void function AO_INLINE (line 238) | AO_INLINE void function AO_INLINE (line 248) | AO_INLINE void function AO_INLINE (line 259) | AO_INLINE AO_TS_VAL_t function AO_INLINE (line 274) | AO_INLINE int function AO_INLINE (line 304) | AO_INLINE AO_t function AO_char_fetch_compare_and_swap_full (line 322) | AO_INLINE unsigned char function AO_short_fetch_compare_and_swap_full (line 342) | AO_INLINE unsigned short function AO_int_fetch_compare_and_swap_full (line 363) | AO_INLINE unsigned int function AO_int_fetch_and_add_full (line 384) | AO_INLINE unsigned int function AO_INLINE (line 397) | AO_INLINE void function AO_INLINE (line 407) | AO_INLINE void function AO_INLINE (line 417) | AO_INLINE void function AO_INLINE (line 464) | AO_INLINE int function AO_INLINE (line 554) | AO_INLINE int function AO_INLINE (line 591) | AO_INLINE int function AO_INLINE (line 637) | AO_INLINE int FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/generic_pthread.h function AO_INLINE (line 48) | AO_INLINE void function AO_INLINE (line 56) | AO_INLINE AO_t function AO_INLINE (line 67) | AO_INLINE void function AO_char_load_full (line 76) | AO_INLINE unsigned char function AO_INLINE (line 87) | AO_INLINE void function AO_short_load_full (line 96) | AO_INLINE unsigned short function AO_INLINE (line 107) | AO_INLINE void function AO_int_load_full (line 116) | AO_INLINE unsigned int function AO_INLINE (line 127) | AO_INLINE void function AO_INLINE (line 136) | AO_INLINE AO_TS_VAL_t function AO_INLINE (line 149) | AO_INLINE AO_t function AO_char_fetch_and_add_full (line 162) | AO_INLINE unsigned char function AO_short_fetch_and_add_full (line 175) | AO_INLINE unsigned short function AO_int_fetch_and_add_full (line 188) | AO_INLINE unsigned int function AO_INLINE (line 201) | AO_INLINE void function AO_INLINE (line 210) | AO_INLINE void function AO_INLINE (line 219) | AO_INLINE void function AO_INLINE (line 228) | AO_INLINE void function AO_INLINE (line 237) | AO_INLINE void function AO_INLINE (line 246) | AO_INLINE void function AO_INLINE (line 255) | AO_INLINE void function AO_INLINE (line 264) | AO_INLINE void function AO_INLINE (line 273) | AO_INLINE void function AO_INLINE (line 282) | AO_INLINE void function AO_INLINE (line 291) | AO_INLINE void function AO_INLINE (line 300) | AO_INLINE void function AO_INLINE (line 309) | AO_INLINE AO_t function AO_char_fetch_compare_and_swap_full (line 324) | AO_INLINE unsigned char function AO_short_fetch_compare_and_swap_full (line 340) | AO_INLINE unsigned short function AO_int_fetch_compare_and_swap_full (line 356) | AO_INLINE unsigned type AO_double_t (line 373) | typedef struct { function AO_INLINE (line 381) | AO_INLINE AO_double_t function AO_INLINE (line 394) | AO_INLINE void function AO_INLINE (line 404) | AO_INLINE int function AO_INLINE (line 423) | AO_INLINE int FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/hpc/hppa.h type AO_pa_clearable_loc (line 42) | struct AO_pa_clearable_loc { type AO_PA_TS_val (line 51) | typedef enum {AO_PA_TS_set = 0, AO_PA_TS_clear = 1} AO_PA_TS_val; function AO_INLINE (line 77) | AO_INLINE AO_TS_VAL_t function AO_INLINE (line 91) | AO_INLINE void FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/hpc/ia64.h function AO_INLINE (line 45) | AO_INLINE void function AO_INLINE (line 53) | AO_INLINE AO_t function AO_INLINE (line 61) | AO_INLINE AO_t function AO_INLINE (line 69) | AO_INLINE AO_t function AO_INLINE (line 77) | AO_INLINE AO_t function AO_INLINE (line 86) | AO_INLINE AO_t function AO_INLINE (line 96) | AO_INLINE AO_t function AO_char_fetch_compare_and_swap_acquire (line 106) | AO_INLINE unsigned char function AO_char_fetch_compare_and_swap_release (line 116) | AO_INLINE unsigned char function AO_short_fetch_compare_and_swap_acquire (line 126) | AO_INLINE unsigned short function AO_short_fetch_compare_and_swap_release (line 137) | AO_INLINE unsigned short FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/ibmc/powerpc.h function AO_INLINE (line 38) | AO_INLINE AO_t function AO_INLINE (line 47) | AO_INLINE void function AO_INLINE (line 59) | AO_INLINE AO_TS_VAL_t function AO_INLINE (line 95) | AO_INLINE AO_TS_VAL_t function AO_INLINE (line 103) | AO_INLINE AO_TS_VAL_t function AO_INLINE (line 110) | AO_INLINE AO_TS_VAL_t function AO_INLINE (line 121) | AO_INLINE AO_t function AO_INLINE (line 152) | AO_INLINE AO_t function AO_INLINE (line 162) | AO_INLINE AO_t function AO_INLINE (line 171) | AO_INLINE AO_t FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/icc/ia64.h function AO_INLINE (line 41) | AO_INLINE AO_t function AO_INLINE (line 48) | AO_INLINE void function AO_char_load_acquire (line 55) | AO_INLINE unsigned char function AO_INLINE (line 63) | AO_INLINE void function AO_short_load_acquire (line 70) | AO_INLINE unsigned short function AO_INLINE (line 78) | AO_INLINE void function AO_int_load_acquire (line 85) | AO_INLINE unsigned int function AO_INLINE (line 93) | AO_INLINE void function AO_INLINE (line 100) | AO_INLINE void function AO_INLINE (line 108) | AO_INLINE AO_t function AO_INLINE (line 115) | AO_INLINE AO_t function AO_INLINE (line 122) | AO_INLINE AO_t function AO_INLINE (line 129) | AO_INLINE AO_t function AO_INLINE (line 137) | AO_INLINE AO_t function AO_INLINE (line 145) | AO_INLINE AO_t function AO_char_fetch_compare_and_swap_acquire (line 153) | AO_INLINE unsigned char function AO_char_fetch_compare_and_swap_release (line 162) | AO_INLINE unsigned char function AO_short_fetch_compare_and_swap_acquire (line 171) | AO_INLINE unsigned short function AO_short_fetch_compare_and_swap_release (line 180) | AO_INLINE unsigned short function AO_int_fetch_compare_and_swap_acquire (line 189) | AO_INLINE unsigned int function AO_int_fetch_compare_and_swap_release (line 198) | AO_INLINE unsigned int FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/loadstore/acquire_release_volatile.h function AO_INLINE (line 44) | AO_INLINE AO_t function AO_INLINE (line 55) | AO_INLINE void FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/loadstore/atomic_load.h function AO_INLINE (line 27) | AO_INLINE AO_t FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/loadstore/atomic_store.h function AO_INLINE (line 27) | AO_INLINE void FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/loadstore/char_acquire_release_volatile.h function AO_char_load_acquire (line 44) | AO_INLINE unsigned/**/char function AO_INLINE (line 55) | AO_INLINE void FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/loadstore/char_atomic_load.h function AO_char_load (line 27) | AO_INLINE unsigned/**/char FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/loadstore/char_atomic_store.h function AO_INLINE (line 27) | AO_INLINE void FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/loadstore/double_atomic_load_store.h function AO_INLINE (line 28) | AO_INLINE AO_double_t function AO_INLINE (line 42) | AO_INLINE void FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/loadstore/int_acquire_release_volatile.h function AO_int_load_acquire (line 44) | AO_INLINE unsigned function AO_INLINE (line 55) | AO_INLINE void FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/loadstore/int_atomic_load.h function AO_int_load (line 27) | AO_INLINE unsigned FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/loadstore/int_atomic_store.h function AO_INLINE (line 27) | AO_INLINE void FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/loadstore/short_acquire_release_volatile.h function AO_short_load_acquire (line 44) | AO_INLINE unsigned/**/short function AO_INLINE (line 55) | AO_INLINE void FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/loadstore/short_atomic_load.h function AO_short_load (line 27) | AO_INLINE unsigned/**/short FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/loadstore/short_atomic_store.h function AO_INLINE (line 27) | AO_INLINE void FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/msftc/arm.h function AO_INLINE (line 40) | AO_INLINE void AO_nop_full(void) function AO_INLINE (line 64) | AO_INLINE int function AO_INLINE (line 76) | AO_INLINE int function AO_INLINE (line 88) | AO_INLINE int function AO_INLINE (line 100) | AO_INLINE int FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/msftc/arm64.h function AO_INLINE (line 48) | AO_INLINE int function AO_INLINE (line 65) | AO_INLINE int function AO_INLINE (line 82) | AO_INLINE int function AO_INLINE (line 99) | AO_INLINE int FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/msftc/common32_defs.h function AO_INLINE (line 94) | AO_INLINE AO_t function AO_INLINE (line 105) | AO_INLINE AO_t function AO_INLINE (line 116) | AO_INLINE AO_t function AO_int_fetch_and_add_full (line 128) | AO_INLINE unsigned int function AO_int_fetch_and_add1_full (line 135) | AO_INLINE unsigned int function AO_int_fetch_and_sub1_full (line 142) | AO_INLINE unsigned int function AO_INLINE (line 152) | AO_INLINE AO_t function AO_int_fetch_compare_and_swap_full (line 171) | AO_INLINE unsigned int function AO_INLINE (line 190) | AO_INLINE void function AO_INLINE (line 197) | AO_INLINE void function AO_INLINE (line 204) | AO_INLINE void function AO_short_fetch_compare_and_swap_full (line 214) | AO_INLINE unsigned short function AO_short_fetch_and_add1_full (line 228) | AO_INLINE unsigned short function AO_short_fetch_and_sub1_full (line 235) | AO_INLINE unsigned short function AO_INLINE (line 252) | AO_INLINE void function AO_INLINE (line 259) | AO_INLINE void function AO_INLINE (line 266) | AO_INLINE void function AO_INLINE (line 278) | AO_INLINE void function AO_INLINE (line 285) | AO_INLINE void function AO_INLINE (line 292) | AO_INLINE void function AO_INLINE (line 304) | AO_INLINE void function AO_INLINE (line 315) | AO_INLINE void function AO_INLINE (line 326) | AO_INLINE void function AO_INLINE (line 349) | AO_INLINE void function AO_INLINE (line 356) | AO_INLINE void function AO_INLINE (line 363) | AO_INLINE void function AO_INLINE (line 370) | AO_INLINE void function AO_INLINE (line 377) | AO_INLINE void function AO_INLINE (line 384) | AO_INLINE void function AO_INLINE (line 391) | AO_INLINE void function AO_INLINE (line 398) | AO_INLINE void function AO_INLINE (line 405) | AO_INLINE void function AO_INLINE (line 422) | AO_INLINE void function AO_INLINE (line 429) | AO_INLINE void function AO_INLINE (line 436) | AO_INLINE void function AO_INLINE (line 443) | AO_INLINE void function AO_INLINE (line 450) | AO_INLINE void function AO_INLINE (line 457) | AO_INLINE void function AO_INLINE (line 464) | AO_INLINE void function AO_INLINE (line 471) | AO_INLINE void function AO_INLINE (line 478) | AO_INLINE void function AO_INLINE (line 496) | AO_INLINE void function AO_INLINE (line 503) | AO_INLINE void function AO_INLINE (line 510) | AO_INLINE void function AO_INLINE (line 517) | AO_INLINE void function AO_INLINE (line 524) | AO_INLINE void function AO_INLINE (line 531) | AO_INLINE void function AO_INLINE (line 538) | AO_INLINE void function AO_INLINE (line 545) | AO_INLINE void function AO_INLINE (line 552) | AO_INLINE void function AO_INLINE (line 570) | AO_INLINE void function AO_INLINE (line 581) | AO_INLINE void function AO_INLINE (line 592) | AO_INLINE void function AO_INLINE (line 603) | AO_INLINE void function AO_INLINE (line 614) | AO_INLINE void function AO_INLINE (line 625) | AO_INLINE void function AO_INLINE (line 636) | AO_INLINE void function AO_INLINE (line 647) | AO_INLINE void function AO_INLINE (line 658) | AO_INLINE void function AO_short_fetch_and_add1 (line 676) | AO_INLINE unsigned short function AO_short_fetch_and_sub1 (line 683) | AO_INLINE unsigned short function AO_short_fetch_and_add1_acquire (line 690) | AO_INLINE unsigned short function AO_short_fetch_and_sub1_acquire (line 697) | AO_INLINE unsigned short function AO_short_fetch_and_add1_release (line 704) | AO_INLINE unsigned short function AO_short_fetch_and_sub1_release (line 711) | AO_INLINE unsigned short function AO_INLINE (line 742) | AO_INLINE AO_t function AO_INLINE (line 753) | AO_INLINE AO_t function AO_INLINE (line 764) | AO_INLINE AO_t function AO_INLINE (line 775) | AO_INLINE AO_t function AO_INLINE (line 786) | AO_INLINE AO_t function AO_INLINE (line 797) | AO_INLINE AO_t function AO_INLINE (line 808) | AO_INLINE AO_t function AO_INLINE (line 819) | AO_INLINE AO_t function AO_INLINE (line 830) | AO_INLINE AO_t function AO_int_fetch_and_add (line 842) | AO_INLINE unsigned int function AO_int_fetch_and_add1 (line 849) | AO_INLINE unsigned int function AO_int_fetch_and_sub1 (line 856) | AO_INLINE unsigned int function AO_int_fetch_and_add_acquire (line 863) | AO_INLINE unsigned int function AO_int_fetch_and_add1_acquire (line 871) | AO_INLINE unsigned int function AO_int_fetch_and_sub1_acquire (line 878) | AO_INLINE unsigned int function AO_int_fetch_and_add_release (line 885) | AO_INLINE unsigned int function AO_int_fetch_and_add1_release (line 893) | AO_INLINE unsigned int function AO_int_fetch_and_sub1_release (line 900) | AO_INLINE unsigned int function AO_char_fetch_compare_and_swap_full (line 912) | AO_INLINE unsigned char function AO_INLINE (line 933) | AO_INLINE AO_t function AO_INLINE (line 946) | AO_INLINE AO_t function AO_INLINE (line 960) | AO_INLINE AO_t function AO_int_fetch_compare_and_swap (line 975) | AO_INLINE unsigned int function AO_int_fetch_compare_and_swap_acquire (line 985) | AO_INLINE unsigned int function AO_int_fetch_compare_and_swap_release (line 995) | AO_INLINE unsigned int function AO_short_fetch_compare_and_swap (line 1013) | AO_INLINE unsigned short function AO_short_fetch_compare_and_swap_acquire (line 1023) | AO_INLINE unsigned short function AO_short_fetch_compare_and_swap_release (line 1033) | AO_INLINE unsigned short function AO_char_fetch_compare_and_swap (line 1043) | AO_INLINE unsigned char function AO_char_fetch_compare_and_swap_acquire (line 1053) | AO_INLINE unsigned char function AO_char_fetch_compare_and_swap_release (line 1063) | AO_INLINE unsigned char function AO_char_fetch_and_add_full (line 1078) | AO_INLINE unsigned char function AO_short_fetch_and_add_full (line 1085) | AO_INLINE unsigned short function AO_char_fetch_and_add (line 1101) | AO_INLINE unsigned char function AO_short_fetch_and_add (line 1108) | AO_INLINE unsigned short function AO_char_fetch_and_add_acquire (line 1115) | AO_INLINE unsigned char function AO_short_fetch_and_add_acquire (line 1123) | AO_INLINE unsigned short function AO_char_fetch_and_add_release (line 1131) | AO_INLINE unsigned char function AO_short_fetch_and_add_release (line 1139) | AO_INLINE unsigned short function AO_INLINE (line 1155) | AO_INLINE AO_TS_VAL_t function AO_INLINE (line 1172) | AO_INLINE AO_TS_VAL_t function AO_INLINE (line 1180) | AO_INLINE AO_TS_VAL_t function AO_INLINE (line 1188) | AO_INLINE AO_TS_VAL_t FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/msftc/x86.h function AO_INLINE (line 60) | AO_INLINE void function AO_char_fetch_and_add_full (line 76) | AO_INLINE unsigned char function AO_INLINE (line 137) | AO_INLINE int FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/msftc/x86_64.h function AO_INLINE (line 111) | AO_INLINE int function AO_INLINE (line 133) | AO_INLINE int FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/ordered.h function AO_INLINE (line 28) | AO_INLINE void FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/ordered_except_wr.h function AO_INLINE (line 32) | AO_INLINE void FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/read_ordered.h function AO_INLINE (line 30) | AO_INLINE void FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/standard_ao_double_t.h type double_ptr_storage (line 40) | typedef unsigned __int128 double_ptr_storage; type double_ptr_storage (line 43) | typedef unsigned __int128 double_ptr_storage; type __m128 (line 55) | typedef __m128 double_ptr_storage; type double_ptr_storage (line 57) | typedef unsigned __int64 double_ptr_storage; type double_ptr_storage (line 59) | typedef unsigned long long double_ptr_storage type double_ptr_storage (line 62) | typedef unsigned long long double_ptr_storage; type AO_double_t (line 66) | typedef union { type AO_double_t_size_static_assert (line 84) | struct AO_double_t_size_static_assert { FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/sunc/x86.h function AO_INLINE (line 31) | AO_INLINE void function AO_INLINE (line 49) | AO_INLINE AO_t function AO_char_fetch_and_add_full (line 63) | AO_INLINE unsigned char function AO_short_fetch_and_add_full (line 76) | AO_INLINE unsigned short function AO_INLINE (line 90) | AO_INLINE void function AO_INLINE (line 100) | AO_INLINE void function AO_INLINE (line 110) | AO_INLINE void function AO_INLINE (line 121) | AO_INLINE AO_TS_VAL_t function AO_INLINE (line 136) | AO_INLINE int function AO_INLINE (line 149) | AO_INLINE AO_t function AO_INLINE (line 174) | AO_INLINE int function AO_int_fetch_and_add_full (line 196) | AO_INLINE unsigned int function AO_INLINE (line 214) | AO_INLINE int FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/test_and_set_t_is_ao_t.h type AO_TS_val (line 29) | typedef enum {AO_TS_clear = 0, AO_TS_set = 1} AO_TS_val; FILE: thirdparty/libatomic_ops/atomic_ops/sysdeps/test_and_set_t_is_char.h type AO_BYTE_TS_val (line 38) | typedef enum { FILE: thirdparty/libatomic_ops/atomic_ops_malloc.c function AO_API (line 131) | AO_API void function AO_free_large (line 207) | static void function AO_API (line 218) | AO_API void function AO_INLINE (line 232) | AO_INLINE int function AO_INLINE (line 240) | AO_INLINE int function add_chunk_as (line 307) | static void add_chunk_as(void * chunk, unsigned log_sz) function msb (line 331) | static unsigned msb(size_t s) function AO_API (line 406) | AO_API void FILE: thirdparty/libbacktrace/backtrace.h type backtrace_state (line 47) | struct backtrace_state type backtrace_state (line 87) | struct backtrace_state type backtrace_state (line 114) | struct backtrace_state type backtrace_state (line 133) | struct backtrace_state type backtrace_state (line 143) | struct backtrace_state type backtrace_state (line 154) | struct backtrace_state type backtrace_state (line 180) | struct backtrace_state FILE: thirdparty/libbacktrace/base.c type backtrace_state (line 15) | struct backtrace_state type backtrace_state (line 20) | struct backtrace_state type backtrace_state (line 28) | struct backtrace_state type backtrace_state (line 34) | struct backtrace_state type backtrace_state (line 39) | struct backtrace_state type backtrace_state (line 41) | struct backtrace_state type backtrace_state (line 50) | struct backtrace_state type backtrace_state (line 131) | struct backtrace_state type backtrace_state (line 135) | struct backtrace_state type backtrace_state (line 139) | struct backtrace_state { type backtrace_view (line 165) | struct backtrace_view { type backtrace_state (line 173) | struct backtrace_state type backtrace_view (line 176) | struct backtrace_view type backtrace_state (line 178) | struct backtrace_state type backtrace_view (line 179) | struct backtrace_view type backtrace_state (line 189) | struct backtrace_state type backtrace_state (line 193) | struct backtrace_state type backtrace_vector (line 197) | struct backtrace_vector { type backtrace_state (line 205) | struct backtrace_state type backtrace_vector (line 207) | struct backtrace_vector type backtrace_state (line 209) | struct backtrace_state type backtrace_vector (line 210) | struct backtrace_vector type backtrace_state (line 214) | struct backtrace_state type backtrace_vector (line 215) | struct backtrace_vector function backtrace_vector_free (line 219) | static inline void backtrace_vector_free( type backtrace_state (line 227) | struct backtrace_state type dwarf_section (line 232) | enum dwarf_section { type dwarf_sections (line 246) | struct dwarf_sections { type dwarf_data (line 251) | struct dwarf_data type backtrace_state (line 253) | struct backtrace_state type dwarf_sections (line 255) | struct dwarf_sections type dwarf_data (line 257) | struct dwarf_data type dwarf_data (line 260) | struct dwarf_data type backtrace_call_full (line 262) | struct backtrace_call_full { type backtrace_state (line 276) | struct backtrace_state type backtrace_state (line 283) | struct backtrace_state type dwarf_tag (line 324) | enum dwarf_tag { type dwarf_form (line 332) | enum dwarf_form { type dwarf_attribute (line 382) | enum dwarf_attribute { type dwarf_line_number_op (line 602) | enum dwarf_line_number_op { type dwarf_extended_line_number_op (line 618) | enum dwarf_extended_line_number_op { type dwarf_line_number_content_type (line 625) | enum dwarf_line_number_content_type { type dwarf_range_list_entry (line 635) | enum dwarf_range_list_entry { type dwarf_unit_type (line 646) | enum dwarf_unit_type { function xstrnlen (line 659) | static size_t xstrnlen(const char *s, size_t maxlen) { type dwarf_buf (line 671) | struct dwarf_buf { type attr (line 689) | struct attr { type abbrev (line 697) | struct abbrev { type abbrevs (line 709) | struct abbrevs { type attr_val_encoding (line 715) | enum attr_val_encoding { type attr_val (line 748) | struct attr_val { type line_header (line 760) | struct line_header { type line_header_format (line 786) | struct line_header_format { type line (line 791) | struct line { type line_vector (line 801) | struct line_vector { type function (line 807) | struct function { type function_addrs (line 818) | struct function_addrs { type function_vector (line 825) | struct function_vector { type unit (line 831) | struct unit { type unit_addrs (line 872) | struct unit_addrs { type unit_addrs_vector (line 879) | struct unit_addrs_vector { type unit_vector (line 885) | struct unit_vector { type dwarf_data (line 890) | struct dwarf_data { function dwarf_buf_error (line 912) | static void dwarf_buf_error(struct dwarf_buf *buf, const char *msg, function require (line 921) | static int require(struct dwarf_buf *buf, size_t count) { function advance (line 932) | static int advance(struct dwarf_buf *buf, size_t count) { type dwarf_buf (line 939) | struct dwarf_buf function read_byte (line 950) | static unsigned char read_byte(struct dwarf_buf *buf) { function read_sbyte (line 957) | static signed char read_sbyte(struct dwarf_buf *buf) { function read_uint16 (line 964) | static uint16_t read_uint16(struct dwarf_buf *buf) { function read_uint24 (line 974) | static uint32_t read_uint24(struct dwarf_buf *buf) { function read_uint32 (line 984) | static uint32_t read_uint32(struct dwarf_buf *buf) { function read_uint64 (line 996) | static uint64_t read_uint64(struct dwarf_buf *buf) { function read_offset (line 1012) | static uint64_t read_offset(struct dwarf_buf *buf, int is_dwarf64) { function read_address (line 1019) | static uint64_t read_address(struct dwarf_buf *buf, int addrsize) { function is_highest_address (line 1035) | static int is_highest_address(uint64_t address, int addrsize) { function read_uleb128 (line 1050) | static uint64_t read_uleb128(struct dwarf_buf *buf) { function read_sleb128 (line 1077) | static int64_t read_sleb128(struct dwarf_buf *buf) { function leb128_len (line 1106) | static size_t leb128_len(const unsigned char *p) { function read_initial_length (line 1117) | static uint64_t read_initial_length(struct dwarf_buf *buf, int *is_dwarf... function free_abbrevs (line 1130) | static void free_abbrevs(struct backtrace_state *state, struct abbrevs *... function read_attribute (line 1145) | static int read_attribute(enum dwarf_form form, uint64_t implicit_val, function resolve_string (line 1405) | static int resolve_string(const struct dwarf_sections *dwarf_sections, function resolve_addr_index (line 1449) | static int resolve_addr_index(const struct dwarf_sections *dwarf_sections, function units_search (line 1476) | static int units_search(const void *vkey, const void *ventry) { type unit (line 1490) | struct unit type unit (line 1490) | struct unit type unit (line 1492) | struct unit type unit (line 1493) | struct unit function function_addrs_compare (line 1497) | static int function_addrs_compare(const void *v1, const void *v2) { function function_addrs_search (line 1508) | static int function_addrs_search(const void *vkey, const void *ventry) { function add_unit_addr (line 1522) | static int add_unit_addr(struct backtrace_state *state, void *rdata, function unit_addrs_compare (line 1551) | static int unit_addrs_compare(const void *v1, const void *v2) { function unit_addrs_search (line 1564) | static int unit_addrs_search(const void *vkey, const void *ventry) { function line_compare (line 1578) | static int line_compare(const void *v1, const void *v2) { function line_search (line 1594) | static int line_search(const void *vkey, const void *ventry) { function abbrev_compare (line 1608) | static int abbrev_compare(const void *v1, const void *v2) { function read_abbrevs (line 1621) | static int read_abbrevs(struct backtrace_state *state, uint64_t abbrev_o... type abbrev (line 1748) | struct abbrev type abbrevs (line 1749) | struct abbrevs type abbrev (line 1751) | struct abbrev type abbrev (line 1761) | struct abbrev type abbrev (line 1766) | struct abbrev type pcrange (line 1769) | struct pcrange { function update_pcrange (line 1782) | static void update_pcrange(const struct attr *attr, const struct attr_va... function add_low_high_range (line 1828) | static int add_low_high_range( function add_ranges_from_ranges (line 1862) | static int add_ranges_from_ranges( function add_ranges_from_rnglists (line 1912) | static int add_ranges_from_rnglists( function add_ranges (line 2055) | static int add_ranges( function find_address_ranges (line 2083) | static int find_address_ranges( function build_address_map (line 2215) | static int build_address_map(struct backtrace_state *state, function add_line (line 2382) | static int add_line(struct backtrace_state *state, struct dwarf_data *dd... function free_line_header (line 2409) | static void free_line_header(struct backtrace_state *state, function read_v2_paths (line 2420) | static int read_v2_paths(struct backtrace_state *state, struct unit *u, function read_lnct (line 2517) | static int read_lnct(struct backtrace_state *state, struct dwarf_data *d... function read_line_header_format_entries (line 2588) | static int read_line_header_format_entries( function read_line_header (line 2653) | static int read_line_header(struct backtrace_state *state, function read_line_program (line 2717) | static int read_line_program(struct backtrace_state *state, function read_line_info (line 2885) | static int read_line_info(struct backtrace_state *state, type dwarf_data (line 2956) | struct dwarf_data type unit (line 2956) | struct unit type dwarf_data (line 2961) | struct dwarf_data type unit (line 2961) | struct unit type attr (line 2961) | struct attr type attr_val (line 2962) | struct attr_val type unit (line 2974) | struct unit type unit (line 2986) | struct unit type dwarf_data (line 2998) | struct dwarf_data type unit (line 2999) | struct unit type dwarf_buf (line 3002) | struct dwarf_buf type abbrev (line 3004) | struct abbrev type attr_val (line 3036) | struct attr_val function add_function_range (line 3085) | static int add_function_range(struct backtrace_state *state, void *rdata, function read_function_entry (line 3114) | static int read_function_entry(struct backtrace_state *state, function read_function_info (line 3311) | static void read_function_info( function report_inlined_functions (line 3375) | static int report_inlined_functions(uintptr_t pc, struct function *funct... function dwarf_lookup_pc (line 3420) | static int dwarf_lookup_pc(struct backtrace_state *state, function dwarf_fileline (line 3596) | static int dwarf_fileline(struct backtrace_state *state, uintptr_t pc, type dwarf_data (line 3629) | struct dwarf_data type backtrace_state (line 3630) | struct backtrace_state type dwarf_sections (line 3631) | struct dwarf_sections type dwarf_data (line 3632) | struct dwarf_data type unit_addrs_vector (line 3634) | struct unit_addrs_vector type unit_addrs (line 3635) | struct unit_addrs type unit_vector (line 3637) | struct unit_vector type unit (line 3638) | struct unit type dwarf_data (line 3640) | struct dwarf_data type unit_addrs (line 3650) | struct unit_addrs type unit (line 3651) | struct unit type unit_addrs (line 3654) | struct unit_addrs type dwarf_data (line 3657) | struct dwarf_data type dwarf_data (line 3658) | struct dwarf_data function backtrace_dwarf_add (line 3675) | int backtrace_dwarf_add(struct backtrace_state *state, uintptr_t base_ad... type backtrace_state (line 3747) | struct backtrace_state type backtrace_state (line 3774) | struct backtrace_state type backtrace_state (line 3789) | struct backtrace_state type backtrace_state (line 3805) | struct backtrace_state function fileline_initialize (line 3827) | static int fileline_initialize(struct backtrace_state *state, function backtrace_pcinfo (line 3934) | int backtrace_pcinfo(struct backtrace_state *state, uintptr_t pc, function backtrace_syminfo (line 3944) | int backtrace_syminfo(struct backtrace_state *state, uintptr_t pc, function backtrace_syminfo_to_full_callback (line 3955) | void backtrace_syminfo_to_full_callback(void *data, uintptr_t pc, function backtrace_syminfo_to_full_error_callback (line 3964) | void backtrace_syminfo_to_full_error_callback(void *data, const char *msg, function backtrace_open (line 3990) | int backtrace_open(const char *filename, function backtrace_close (line 4014) | int backtrace_close(int descriptor, backtrace_error_callback error_callb... type print_data (line 4028) | struct print_data { function print_callback (line 4033) | static int print_callback(void *data, uintptr_t pc, const char *filename, function error_callback (line 4043) | static void error_callback(void *data, const char *msg, int errnum) { function backtrace_print (line 4053) | void __attribute__((noinline)) function swap (line 4067) | static void swap(char *a, char *b, size_t size) { function backtrace_qsort (line 4079) | void backtrace_qsort(void *basearg, size_t count, size_t size, type backtrace_state (line 4116) | struct backtrace_state type backtrace_state (line 4119) | struct backtrace_state type backtrace_state (line 4120) | struct backtrace_state type backtrace_state (line 4133) | struct backtrace_state type backtrace_data (line 4147) | struct backtrace_data { function _Unwind_Reason_Code (line 4163) | static _Unwind_Reason_Code unwind(struct _Unwind_Context *context, function backtrace_full (line 4192) | int __attribute__((noinline)) function backtrace_full (line 4219) | int type backtrace_simple_data (line 4236) | struct backtrace_simple_data { function _Unwind_Reason_Code (line 4250) | static _Unwind_Reason_Code simple_unwind(struct _Unwind_Context *context, function backtrace_simple (line 4276) | int __attribute__((noinline)) function backtrace_simple (line 4292) | int FILE: thirdparty/libbacktrace/darwin.c type macho_header_32 (line 11) | struct macho_header_32 { type macho_header_64 (line 21) | struct macho_header_64 { type macho_header_fat (line 32) | struct macho_header_fat { type macho_fat_arch (line 48) | struct macho_fat_arch { type macho_fat_arch_64 (line 56) | struct macho_fat_arch_64 { type macho_load_command (line 75) | struct macho_load_command { type macho_segment_command (line 87) | struct macho_segment_command { type macho_segment_64_command (line 101) | struct macho_segment_64_command { type macho_symtab_command (line 115) | struct macho_symtab_command { type macho_uuid_command (line 126) | struct macho_uuid_command { type macho_section (line 132) | struct macho_section { type macho_section_64 (line 146) | struct macho_section_64 { type macho_nlist (line 161) | struct macho_nlist { type macho_nlist_64 (line 169) | struct macho_nlist_64 { type macho_symbol (line 183) | struct macho_symbol { type macho_syminfo_data (line 188) | struct macho_syminfo_data { type backtrace_state (line 201) | struct backtrace_state function macho_nodebug (line 205) | static int macho_nodebug(struct backtrace_state *state ATTRIBUTE_UNUSED, function macho_nosyms (line 213) | static void macho_nosyms(struct backtrace_state *state ATTRIBUTE_UNUSED, function macho_add_dwarf_section (line 220) | static int macho_add_dwarf_section(struct backtrace_state *state, function macho_add_dwarf_segment (line 244) | static int macho_add_dwarf_segment(struct backtrace_state *state, function macho_symbol_compare (line 302) | static int macho_symbol_compare(const void *v1, const void *v2) { function macho_symbol_search (line 314) | static int macho_symbol_search(const void *vkey, const void *ventry) { function macho_defined_symbol (line 333) | static int macho_defined_symbol(uint8_t type) { function macho_add_symtab (line 346) | static int macho_add_symtab(struct backtrace_state *state, int descriptor, function macho_syminfo (line 503) | static void macho_syminfo( function macho_add_fat (line 542) | static int macho_add_fat(struct backtrace_state *state, const char *file... function macho_add_dsym (line 628) | static int macho_add_dsym(struct backtrace_state *state, const char *fil... function macho_add (line 715) | static int macho_add(struct backtrace_state *state, const char *filename, function backtrace_initialize (line 920) | int backtrace_initialize(struct backtrace_state *state, const char *file... function backtrace_initialize (line 994) | int backtrace_initialize(struct backtrace_state *state, const char *file... function backtrace_get_view (line 1046) | int backtrace_get_view(struct backtrace_state *state ATTRIBUTE_UNUSED, function backtrace_release_view (line 1080) | void backtrace_release_view(struct backtrace_state *state ATTRIBUTE_UNUSED, type backtrace_freelist_struct (line 1114) | struct backtrace_freelist_struct { function backtrace_free_locked (line 1120) | static void backtrace_free_locked(struct backtrace_state *state, void *a... type backtrace_state (line 1146) | struct backtrace_state type backtrace_freelist_struct (line 1150) | struct backtrace_freelist_struct type backtrace_freelist_struct (line 1165) | struct backtrace_freelist_struct function backtrace_free (line 1203) | void backtrace_free(struct backtrace_state *state, void *addr, size_t size, type backtrace_state (line 1230) | struct backtrace_state type backtrace_vector (line 1232) | struct backtrace_vector type backtrace_state (line 1268) | struct backtrace_state type backtrace_vector (line 1269) | struct backtrace_vector function backtrace_vector_release (line 1281) | int backtrace_vector_release(struct backtrace_state *state, FILE: thirdparty/libbacktrace/linux.c function xstrnlen (line 32) | static size_t xstrnlen(const char *s, size_t maxlen) { function xlstat (line 46) | static int xlstat(const char *path ATTRIBUTE_UNUSED, function xreadlink (line 57) | static ssize_t xreadlink(const char *path ATTRIBUTE_UNUSED, type dl_phdr_info (line 72) | struct dl_phdr_info { function dl_iterate_phdr (line 77) | static int dl_iterate_phdr(int (*callback)(struct dl_phdr_info *, size_t, type b_elf_half (line 122) | typedef uint16_t b_elf_half; type b_elf_word (line 123) | typedef uint32_t b_elf_word; type b_elf_sword (line 124) | typedef int32_t b_elf_sword; type b_elf_addr (line 127) | typedef uint32_t b_elf_addr; type b_elf_off (line 128) | typedef uint32_t b_elf_off; type b_elf_wxword (line 129) | typedef uint32_t b_elf_wxword; type b_elf_addr (line 132) | typedef uint64_t b_elf_addr; type b_elf_off (line 133) | typedef uint64_t b_elf_off; type b_elf_xword (line 134) | typedef uint64_t b_elf_xword; type b_elf_sxword (line 135) | typedef int64_t b_elf_sxword; type b_elf_wxword (line 136) | typedef uint64_t b_elf_wxword; type b_elf_ehdr (line 141) | typedef struct { type b_elf_shdr (line 183) | typedef struct { type b_elf_sym (line 207) | typedef struct { type b_elf_sym (line 216) | typedef struct { type b_elf_note (line 228) | typedef struct { type b_elf_chdr (line 239) | typedef struct { type b_elf_chdr (line 245) | typedef struct { type debug_section_info (line 259) | struct debug_section_info { type elf_symbol (line 269) | struct elf_symbol { type elf_syminfo_data (line 277) | struct elf_syminfo_data { type elf_view (line 285) | struct elf_view { type elf_ppc64_opd_data (line 290) | struct elf_ppc64_opd_data { function elf_get_view (line 300) | static int elf_get_view(struct backtrace_state *state, int descriptor, function elf_release_view (line 322) | static void elf_release_view(struct backtrace_state *state, function elf_crc32 (line 330) | static uint32_t elf_crc32(uint32_t crc, const unsigned char *buf, size_t... function elf_crc32_file (line 383) | static uint32_t elf_crc32_file(struct backtrace_state *state, int descri... function elf_nosyms (line 406) | static void elf_nosyms(struct backtrace_state *state ATTRIBUTE_UNUSED, function elf_nodebug (line 413) | static int elf_nodebug(struct backtrace_state *state, uintptr_t pc, function elf_symbol_compare (line 432) | static int elf_symbol_compare(const void *v1, const void *v2) { function elf_symbol_search (line 444) | static int elf_symbol_search(const void *vkey, const void *ventry) { function elf_initialize_syminfo (line 458) | static int elf_initialize_syminfo( function elf_add_syminfo_data (line 525) | static void elf_add_syminfo_data(struct backtrace_state *state, function elf_syminfo (line 555) | static void elf_syminfo( function elf_is_symlink (line 593) | static int elf_is_symlink(const char *filename) { type backtrace_state (line 600) | struct backtrace_state function elf_open_debugfile_by_buildid (line 629) | static int elf_open_debugfile_by_buildid( function elf_try_debugfile (line 671) | static int elf_try_debugfile(struct backtrace_state *state, const char *... function elf_find_debugfile_by_debuglink (line 699) | static int elf_find_debugfile_by_debuglink( function elf_open_debugfile_by_debuglink (line 787) | static int elf_open_debugfile_by_debuglink( function elf_uncompress_failed (line 810) | static void elf_uncompress_failed(void) {} function elf_zlib_fetch (line 812) | static int elf_zlib_fetch(const unsigned char **ppin, function elf_zlib_inflate_table (line 878) | static int elf_zlib_inflate_table(unsigned char *codes, size_t codes_len, function elf_zlib_inflate (line 1142) | static int elf_zlib_inflate(const unsigned char *pin, size_t sin, function elf_zlib_verify_checksum (line 1658) | static int elf_zlib_verify_checksum(const unsigned char *checkbytes, function elf_zlib_inflate_and_verify (line 1769) | static int elf_zlib_inflate_and_verify(const unsigned char *pin, size_t ... function elf_uncompress_zdebug (line 1777) | static int elf_uncompress_zdebug(struct backtrace_state *state, function elf_uncompress_chdr (line 1812) | static int elf_uncompress_chdr(struct backtrace_state *state, function backtrace_uncompress_zdebug (line 1851) | int backtrace_uncompress_zdebug(struct backtrace_state *state, function elf_lzma_varint (line 1990) | static int elf_lzma_varint(const unsigned char *compressed, function elf_lzma_range_normalize (line 2022) | static void elf_lzma_range_normalize(const unsigned char *compressed, function elf_lzma_bit (line 2037) | static int elf_lzma_bit(const unsigned char *compressed, size_t compress... function elf_lzma_integer (line 2056) | static uint32_t elf_lzma_integer(const unsigned char *compressed, function elf_lzma_reverse_integer (line 2075) | static uint32_t elf_lzma_reverse_integer(const unsigned char *compressed, function elf_lzma_len (line 2098) | static uint32_t elf_lzma_len(const unsigned char *compressed, function elf_uncompress_lzma_block (line 2137) | static int elf_uncompress_lzma_block(const unsigned char *compressed, function elf_uncompress_lzma (line 2657) | static int elf_uncompress_lzma(struct backtrace_state *state, function backtrace_uncompress_lzma (line 2829) | int backtrace_uncompress_lzma(struct backtrace_state *state, function elf_add (line 2839) | static int elf_add(struct backtrace_state *state, const char *filename, type phdr_data (line 3497) | struct phdr_data { type dl_phdr_info (line 3512) | struct dl_phdr_info type phdr_data (line 3514) | struct phdr_data function backtrace_initialize (line 3550) | int backtrace_initialize(struct backtrace_state *state, const char *file... function backtrace_get_view (line 3613) | int backtrace_get_view(struct backtrace_state *state ATTRIBUTE_UNUSED, function backtrace_release_view (line 3647) | void backtrace_release_view(struct backtrace_state *state ATTRIBUTE_UNUSED, type backtrace_freelist_struct (line 3681) | struct backtrace_freelist_struct { function backtrace_free_locked (line 3687) | static void backtrace_free_locked(struct backtrace_state *state, void *a... type backtrace_state (line 3713) | struct backtrace_state type backtrace_freelist_struct (line 3717) | struct backtrace_freelist_struct type backtrace_freelist_struct (line 3732) | struct backtrace_freelist_struct function backtrace_free (line 3770) | void backtrace_free(struct backtrace_state *state, void *addr, size_t size, type backtrace_state (line 3797) | struct backtrace_state type backtrace_vector (line 3799) | struct backtrace_vector type backtrace_state (line 3835) | struct backtrace_state type backtrace_vector (line 3836) | struct backtrace_vector function backtrace_vector_release (line 3848) | int backtrace_vector_release(struct backtrace_state *state, FILE: thirdparty/libbacktrace/windows.c type b_coff_file_header (line 6) | typedef struct { type b_coff_optional_header (line 16) | typedef struct { type b_coff_section_header (line 39) | typedef struct { type b_coff_name (line 52) | typedef union { type b_coff_external_symbol (line 60) | typedef struct { type b_coff_internal_symbol (line 74) | typedef struct { type debug_section_info (line 87) | struct debug_section_info { type coff_symbol (line 93) | struct coff_symbol { type coff_syminfo_data (line 99) | struct coff_syminfo_data { function coff_nodebug (line 107) | static int coff_nodebug(struct backtrace_state *state ATTRIBUTE_UNUSED, function coff_nosyms (line 115) | static void coff_nosyms(struct backtrace_state *state ATTRIBUTE_UNUSED, function coff_read4 (line 122) | static uint32_t coff_read4(const unsigned char *p) { function coff_read2 (line 129) | static uint16_t coff_read2(const unsigned char *p) { function coff_short_name_len (line 136) | static size_t coff_short_name_len(const char *name) { function coff_short_name_eq (line 144) | static int coff_short_name_eq(const char *name, const char *cname) { function coff_long_name_eq (line 154) | static int coff_long_name_eq(const char *name, unsigned int off, function coff_symbol_compare (line 160) | static int coff_symbol_compare(const void *v1, const void *v2) { function coff_expand_symbol (line 172) | static int coff_expand_symbol(b_coff_internal_symbol *isym, function coff_is_function_symbol (line 192) | static int coff_is_function_symbol(const b_coff_internal_symbol *isym) { function coff_initialize_syminfo (line 196) | static int coff_initialize_syminfo( function coff_add_syminfo_data (line 300) | static void coff_add_syminfo_data(struct backtrace_state *state, function coff_symbol_search (line 330) | static int coff_symbol_search(const void *vkey, const void *ventry) { function coff_syminfo (line 344) | static void coff_syminfo( function coff_add (line 382) | static int coff_add(struct backtrace_state *state, int descriptor, function backtrace_initialize (line 629) | int backtrace_initialize(struct backtrace_state *state, function backtrace_get_view (line 674) | int backtrace_get_view(struct backtrace_state *state, int descriptor, function backtrace_release_view (line 717) | void backtrace_release_view(struct backtrace_state *state, type backtrace_state (line 731) | struct backtrace_state function backtrace_free (line 743) | void backtrace_free(struct backtrace_state *state ATTRIBUTE_UNUSED, void... type backtrace_state (line 750) | struct backtrace_state type backtrace_vector (line 753) | struct backtrace_vector type backtrace_state (line 785) | struct backtrace_state type backtrace_vector (line 786) | struct backtrace_vector function backtrace_vector_release (line 799) | int backtrace_vector_release(struct backtrace_state *state ATTRIBUTE_UNU... FILE: thirdparty/libgc/gc.c type GC_word (line 471) | typedef GC_word word; type GC_bool (line 4142) | typedef bool GC_bool; type GC_bool (line 4144) | typedef int GC_bool; type GC_bool (line 4146) | typedef char GC_bool; type unsigned32 (line 4237) | typedef unsigned int unsigned32; type hblk (line 4240) | struct hblk type hdr (line 4242) | typedef struct hblkhdr hdr; type hdr_cache_entry (line 4317) | typedef struct hce { type bottom_index (line 4373) | typedef struct bi { type AO_t (line 4594) | typedef size_t AO_t; type AO_TS_t (line 4613) | typedef unsigned char AO_TS_t; function AO_INLINE (line 4633) | AO_INLINE void function AO_INLINE (line 4679) | AO_INLINE int function AO_INLINE (line 4726) | AO_INLINE int type callinfo (line 5382) | struct callinfo { type callinfo (line 5398) | struct callinfo type callinfo (line 5402) | struct callinfo function GC_INLINE (line 5754) | GC_INLINE char * type word (line 6023) | typedef word page_hash_table[PHT_SIZE]; type hb_map_entry_t (line 6078) | typedef unsigned char hb_map_entry_t; type hb_map_entry_t (line 6080) | typedef unsigned short hb_map_entry_t; type hblkhdr (line 6084) | struct hblkhdr { type hblk (line 6230) | struct hblk { type exclusion (line 6266) | struct exclusion { type roots (line 6277) | struct roots { type mse (line 6316) | typedef struct GC_ms_entry { type mark_state_t (line 6333) | typedef int mark_state_t; type disappearing_link (line 6335) | struct disappearing_link type finalizable_object (line 6336) | struct finalizable_object type dl_hashtbl_s (line 6338) | struct dl_hashtbl_s { type fnlz_roots_s (line 6344) | struct fnlz_roots_s { type typed_ext_descr_t (line 6361) | typedef struct { type HeapSect (line 6370) | struct HeapSect { type back_edges_s (line 6379) | struct back_edges_s { type _GC_arrays (line 6421) | struct _GC_arrays { function GC_EXTERN (line 7205) | GC_EXTERN struct obj_kind { type hblk (line 7340) | struct hblk type blocking_data (line 7345) | struct blocking_data { type GC_traced_stack_sect_s (line 7351) | struct GC_traced_stack_sect_s { type GC_traced_stack_sect_s (line 7367) | struct GC_traced_stack_sect_s type GC_traced_stack_sect_s (line 7398) | struct GC_traced_stack_sect_s type hblk (line 7497) | struct hblk type hblk (line 7504) | struct hblk type hblk (line 8005) | struct hblk type hblk (line 8025) | struct hblk type hblk (line 8067) | struct hblk type hblk (line 8184) | struct hblk type hblk (line 8190) | struct hblk type hblk (line 8193) | struct hblk type hblk (line 8196) | struct hblk function GC_INLINE (line 8302) | GC_INLINE int type hblk (line 8493) | struct hblk type hblk (line 8506) | struct hblk type hblk (line 8748) | struct hblk type hblk (line 8767) | struct hblk function hblk (line 8858) | hblk * type oh (line 9359) | typedef struct { type callinfo (line 9432) | struct callinfo type back_edges (line 9550) | typedef struct back_edges_s back_edges; function back_edges (line 9558) | static back_edges * function deallocate_back_edges (line 9589) | static void function push_in_progress (line 9603) | static void function GC_bool (line 9642) | static GC_bool function GC_INLINE (line 9653) | GC_INLINE void function ensure_struct (line 9667) | static void function add_edge (line 9698) | static void function GC_CALLBACK (line 9792) | static GC_CALLBACK void function GC_INLINE (line 9807) | GC_INLINE void function reset_back_edge (line 9813) | static void function add_back_edges (line 9854) | static void function GC_INNER (line 9879) | GC_INNER void function word (line 9890) | static word function update_deepest_height (line 9982) | static void function GC_INNER (line 10066) | GC_INNER void function GC_print_back_graph_stats (line 10078) | void function STATIC (line 10141) | STATIC void function STATIC (line 10147) | STATIC void function STATIC (line 10154) | STATIC void function GC_INNER (line 10177) | GC_INNER void function GC_INNER (line 10194) | GC_INNER void function GC_INNER (line 10215) | GC_INNER void function GC_INNER (line 10250) | GC_INNER void function GC_INNER (line 10272) | GC_INNER void function GC_INNER (line 10302) | GC_INNER void type GC_hblk_s (line 10327) | struct GC_hblk_s function STATIC (line 10368) | STATIC word function word (line 10384) | static word type page_entry (line 10424) | typedef struct { function GC_reset_check_page (line 10444) | void function GC_record_fault (line 10453) | void function STATIC (line 10463) | STATIC GC_bool function STATIC (line 10476) | STATIC word function STATIC (line 10494) | STATIC void function GC_check_dirty (line 10535) | void function GC_INLINE (line 10703) | GC_INLINE mse * function GC_CALL (line 11081) | GC_CALL function GC_CALL (line 11090) | GC_CALL function GC_INNER (line 11249) | GC_INNER hdr * function GC_INNER (line 11319) | GC_INNER ptr_t function hdr (line 11384) | static hdr * function GC_INLINE (line 11399) | GC_INLINE void function GC_INNER (line 11412) | GC_INNER void function GC_bool (line 11434) | static GC_bool function GC_INNER (line 11487) | GC_INNER hdr * function GC_INNER (line 11507) | GC_INNER GC_bool function GC_INNER (line 11531) | GC_INNER void function GC_INNER (line 11540) | GC_INNER void function GC_CALL (line 11564) | GC_CALL function hblk (line 11588) | hblk * function hblk (line 11624) | hblk * function STATIC (line 11680) | STATIC ptr_t function STATIC (line 11700) | STATIC ptr_t function STATIC (line 11716) | STATIC ptr_t function STATIC (line 11736) | STATIC ptr_t function GC_INNER (line 11754) | GC_INNER ptr_t function GC_INNER (line 11820) | GC_INNER void function GC_CALL (line 11849) | GC_CALL function GC_INNER (line 11857) | GC_INNER void function GC_INNER (line 11871) | GC_INNER GC_bool function GC_INNER (line 11914) | GC_INNER void function GC_CALLBACK (line 11948) | GC_CALLBACK function GC_API (line 11958) | GC_API void *GC_CALL function GC_CALLBACK (line 12022) | GC_CALLBACK function GC_API (line 12031) | GC_API void *GC_CALL function GC_CALLBACK (line 12064) | GC_CALLBACK function STATIC (line 12075) | STATIC GC_bool function STATIC (line 12082) | STATIC GC_bool function GC_API (line 12106) | GC_API void *GC_CALL function GC_API (line 12195) | GC_API void *GC_CALL function GC_API (line 12208) | GC_API void *GC_CALL function GC_CALL (line 12221) | GC_CALL function GC_CALL (line 12228) | GC_CALL function GC_CALL (line 12234) | GC_CALL function GC_CALL (line 12241) | GC_CALL function GC_CALL (line 12247) | GC_CALL function GC_CALL (line 12254) | GC_CALL type hblk (line 12320) | struct hblk function GC_CALL (line 12322) | GC_CALL function GC_INNER (line 12343) | GC_INNER void function GC_INLINE (line 12356) | GC_INLINE size_t function STATIC (line 12372) | STATIC size_t function add_hb_sz (line 12393) | static void GC_CALLBACK function GC_INNER (line 12403) | GC_INNER word function print_hblkfreelist_item (line 12414) | static void GC_CALLBACK function GC_print_hblkfreelist (line 12439) | void function free_list_index_of (line 12457) | static int function GC_CALL (line 12475) | GC_CALL function dump_regions_proc (line 12544) | static void GC_CALLBACK function GC_CALL (line 12584) | GC_CALL function GC_bool (line 12595) | static GC_bool function STATIC (line 12688) | STATIC void function GC_INLINE (line 12716) | GC_INLINE void type hblk (line 12723) | struct hblk type hblk (line 12724) | struct hblk type hblk (line 12726) | struct hblk function hblk (line 12744) | hblk * function STATIC (line 12763) | STATIC void function calc_num_unmapped_regions_delta (line 12813) | static int function GC_INLINE (line 12862) | GC_INLINE void function GC_INNER (line 12873) | GC_INNER void function GC_INNER (line 12924) | GC_INNER GC_bool function hblk (line 13016) | hblk * function STATIC (line 13061) | STATIC void function hblk (line 13101) | hblk * function GC_bool (line 13168) | static GC_bool type hblk (line 13192) | struct hblk type hblk (line 13193) | struct hblk type hblk (line 13205) | struct hblk function drop_hblk_in_chunks (line 13222) | static void function GC_bool (line 13247) | static GC_bool type hblk (line 13288) | struct hblk type hblk (line 13371) | struct hblk function GC_free_profiler_hook (line 13480) | void GC_CALLBACK function GC_INNER (line 13491) | GC_INNER void function GC_CALL (line 13632) | GC_CALL function GC_get_full_gc_total_time (line 13638) | GC_API unsigned long GC_CALL function GC_get_stopped_mark_total_time (line 13644) | GC_API unsigned long GC_CALL function GC_get_avg_stopped_mark_time_ns (line 13658) | GC_API unsigned long GC_CALL function GC_CALL (line 13695) | GC_CALL function GC_CALL (line 13721) | GC_CALL function GC_CALL (line 13729) | GC_CALL function GC_CALL (line 13754) | GC_CALL function GC_CALL (line 13761) | GC_CALL function GC_CALLBACK (line 13786) | GC_CALLBACK function GC_CALL (line 13818) | GC_CALL function GC_timeval_s (line 13827) | GC_timeval_s GC_CALL function GC_CALL (line 13847) | GC_CALL function GC_CALL (line 13856) | GC_CALL function GC_CALLBACK (line 13870) | GC_CALLBACK function GC_CALL (line 13909) | GC_CALL function GC_CALL (line 13916) | GC_CALL function word (line 13926) | static word function STATIC (line 13977) | STATIC word function STATIC (line 14023) | STATIC void function GC_CALL (line 14034) | GC_CALL function GC_INNER (line 14049) | GC_INNER GC_bool function GC_CALL (line 14082) | GC_CALL function GC_CALL (line 14090) | GC_CALL function GC_INLINE (line 14101) | GC_INLINE void function STATIC (line 14118) | STATIC void function GC_CALL (line 14173) | GC_CALL function GC_CALL (line 14182) | GC_CALL function GC_INNER (line 14193) | GC_INNER GC_bool function GC_CALL (line 14314) | GC_CALL function GC_CALL (line 14321) | GC_CALL function GC_CALL (line 14339) | GC_CALL function GC_CALL (line 14346) | GC_CALL function GC_INNER (line 14352) | GC_INNER void function GC_CALL (line 14414) | GC_CALL function GC_CALL (line 14435) | GC_CALL function GC_CALL (line 14450) | GC_CALL function STATIC (line 14483) | STATIC GC_bool function GC_INNER (line 14647) | GC_INNER void function GC_check_fl_marks (line 14712) | void function STATIC (line 14759) | STATIC void function set_all_fl_marks (line 14807) | static void function clear_all_fl_marks (line 14828) | static void function GC_INLINE (line 14852) | GC_INLINE int function STATIC (line 14878) | STATIC void function STATIC (line 15006) | STATIC GC_bool function GC_CALL (line 15054) | GC_CALL function GC_CALL (line 15061) | GC_CALL function GC_CALL (line 15073) | GC_CALL function GC_INNER (line 15080) | GC_INNER ptr_t function STATIC (line 15106) | STATIC void function GC_print_heap_sects (line 15238) | void function GC_CALL (line 15271) | GC_CALL function GC_INNER (line 15279) | GC_INNER void function GC_INNER (line 15303) | GC_INNER GC_bool function GC_CALL (line 15365) | GC_CALL function GC_CALL (line 15405) | GC_CALL function GC_CALL (line 15411) | GC_CALL function GC_INNER (line 15417) | GC_INNER GC_bool function GC_INNER (line 15546) | GC_INNER ptr_t function GC_rand (line 15642) | static int function GC_INNER (line 15652) | GC_INNER void function GC_INNER (line 15665) | GC_INNER void function GC_CALL (line 15671) | GC_CALL function GC_API (line 15726) | GC_API void *GC_CALL function GC_API (line 15758) | GC_API void *GC_CALL function GC_CALL (line 15771) | GC_CALL function GC_CALL (line 15817) | GC_CALL function STATIC (line 15846) | STATIC void * function STATIC (line 15879) | STATIC ptr_t function GC_CALL (line 15910) | GC_CALL function STATIC (line 15929) | STATIC void function STATIC (line 16003) | STATIC void function do_nothing (line 16017) | static void function STATIC (line 16027) | STATIC void function GC_CALL (line 16071) | GC_CALL function GC_CALL (line 16077) | GC_CALL function STATIC (line 16091) | STATIC void function STATIC (line 16155) | STATIC void * function GC_INNER (line 16165) | GC_INNER void * function GC_API (line 16186) | GC_API void *GC_CALL function GC_CALL (line 16192) | GC_CALL function GC_CALL (line 16199) | GC_CALL function GC_CALL (line 16210) | GC_CALL function GC_CALL (line 16382) | GC_CALL function GC_INNER (line 16482) | GC_INNER void function GC_API (line 16501) | GC_API void *GC_CALL function GC_CALLBACK (line 16572) | GC_CALLBACK function STATIC (line 16599) | STATIC void type closure (line 16612) | struct closure { function STATIC (line 16617) | STATIC void * function GC_CALLBACK (line 16637) | GC_CALLBACK function store_old (line 16649) | static void function GC_CALL (line 16676) | GC_CALL function GC_CALL (line 16711) | GC_CALL function GC_CALL (line 16745) | GC_CALL function GC_CALL (line 16779) | GC_CALL function GC_CALL (line 16814) | GC_CALL function GC_API (line 16836) | GC_API void *GC_CALL type hash_chain_entry (line 16914) | struct hash_chain_entry { type disappearing_link (line 16919) | struct disappearing_link { type finalizable_object (line 16928) | struct finalizable_object { function GC_CALL (line 16954) | GC_CALL function STATIC (line 16981) | STATIC void function GC_CALL (line 17038) | GC_CALL function STATIC (line 17049) | STATIC int function GC_CALL (line 17123) | GC_CALL function disappearing_link (line 17138) | disappearing_link * function GC_CALL (line 17170) | GC_CALL function GC_INLINE (line 17196) | GC_INLINE void function GC_INLINE (line 17207) | GC_INLINE void type GCToggleRef (line 17220) | typedef union toggle_ref_u GCToggleRef; function GC_INNER (line 17224) | GC_INNER void function STATIC (line 17269) | STATIC void function STATIC (line 17290) | STATIC void function GC_CALL (line 17309) | GC_CALL function GC_CALL (line 17317) | GC_CALL function GC_bool (line 17328) | static GC_bool function GC_CALL (line 17367) | GC_CALL function GC_CALL (line 17400) | GC_CALL function GC_CALL (line 17408) | GC_CALL function GC_CALL (line 17420) | GC_CALL function GC_CALL (line 17429) | GC_CALL function STATIC (line 17449) | STATIC int function GC_CALL (line 17507) | GC_CALL function GC_CALL (line 17526) | GC_CALL function STATIC (line 17555) | STATIC void function STATIC (line 17567) | STATIC void function STATIC (line 17591) | STATIC void function STATIC (line 17604) | STATIC void function STATIC (line 17624) | STATIC void function GC_CALL (line 17776) | GC_CALL function GC_CALL (line 17784) | GC_CALL function GC_CALL (line 17792) | GC_CALL function GC_CALL (line 17800) | GC_CALL function STATIC (line 17810) | STATIC void function GC_CALL (line 17835) | GC_CALL function GC_INLINE (line 17887) | GC_INLINE void function GC_INNER (line 17944) | GC_INNER void function STATIC (line 18134) | STATIC void function GC_CALL (line 18173) | GC_CALL function GC_CALL (line 18199) | GC_CALL function GC_get_interrupt_finalizers (line 18207) | GC_API unsigned GC_CALL function GC_CALL (line 18218) | GC_CALL type finalizable_object (line 18236) | struct finalizable_object function GC_INNER (line 18288) | GC_INNER void function GC_INNER (line 18396) | GC_INNER void function GC_CALLBACK (line 18445) | GC_CALLBACK function STATIC (line 18477) | STATIC void function GC_CALL (line 18489) | GC_CALL function GC_CALL (line 18525) | GC_CALL type GC_finalizer_closure (line 18536) | struct GC_finalizer_closure function STATIC (line 18590) | STATIC GC_bool function STATIC (line 18616) | STATIC ptr_t function STATIC (line 18679) | STATIC ptr_t function STATIC (line 18699) | STATIC void function STATIC (line 18757) | STATIC void * function GC_INNER (line 18797) | GC_INNER void * function GC_INNER (line 18829) | GC_INNER void * function GC_INNER (line 18928) | GC_INNER void * function GC_INNER (line 19133) | GC_INNER void function free_internal (line 19251) | static void function GC_CALL (line 19286) | GC_CALL function GC_INNER (line 19323) | GC_INNER void function free (line 19343) | void function GC_CALL (line 19419) | GC_CALL function GC_API (line 19447) | GC_API void *GC_CALL function GC_incr_bytes_allocd (line 19611) | void GC_CALL function GC_incr_bytes_freed (line 19618) | void GC_CALL function GC_CALL (line 19624) | GC_CALL function GC_CALL (line 19630) | GC_CALL function GC_CALL (line 19865) | GC_CALL function wchar_t (line 19978) | wchar_t * function GC_API (line 19987) | GC_API void *GC_CALL function GC_CALL (line 19993) | GC_CALL function GC_CALL (line 20000) | GC_CALL function GC_CALL (line 20006) | GC_CALL function GC_ATTR_NOINLINE (line 20035) | GC_ATTR_NOINLINE function GC_CALL (line 20053) | GC_CALL function GC_CALL (line 20063) | GC_CALL function GC_INNER (line 20111) | GC_INNER void function GC_CALL (line 20147) | GC_CALL function GC_CALL (line 20166) | GC_CALL function GC_CALL (line 20184) | GC_CALL function GC_get_pointer_shift (line 20201) | GC_API unsigned GC_CALL function GC_INNER (line 20214) | GC_INNER GC_bool function GC_INNER (line 20220) | GC_INNER void function GC_INNER (line 20241) | GC_INNER void function clear_marks_for_block (line 20272) | static void GC_CALLBACK function GC_CALL (line 20294) | GC_CALL function GC_CALL (line 20307) | GC_CALL function GC_CALL (line 20334) | GC_CALL function GC_INNER (line 20344) | GC_INNER void function GC_INNER (line 20356) | GC_INNER void type hblk (line 20389) | struct hblk type hblk (line 20392) | struct hblk type hblk (line 20393) | struct hblk function push_roots_and_advance (line 20397) | static void function GC_CALL (line 20412) | GC_CALL function GC_CALL (line 20420) | GC_CALL function STATIC (line 20437) | STATIC GC_bool function GC_INNER (line 20577) | GC_INNER GC_bool function GC_INNER (line 20677) | GC_INNER void function STATIC (line 20684) | STATIC mse * function GC_INNER (line 21056) | GC_INNER void function STATIC (line 21104) | STATIC mse * function STATIC (line 21146) | STATIC void function GC_bool (line 21186) | static GC_bool function STATIC (line 21202) | STATIC void function STATIC (line 21250) | STATIC void function STATIC (line 21365) | STATIC void function GC_INNER (line 21395) | GC_INNER void function alloc_mark_stack (line 21433) | static void function GC_INNER (line 21485) | GC_INNER void function GC_CALL (line 21491) | GC_CALL function GC_CALL (line 21549) | GC_CALL function STATIC (line 21568) | STATIC void function GC_CALL (line 21613) | GC_CALL function STATIC (line 21637) | STATIC GC_bool function GC_INNER (line 21644) | GC_INNER void function GC_CALL (line 21664) | GC_CALL function GC_push_one (line 21673) | void function GC_INNER (line 21681) | GC_INNER void type trace_entry (line 21757) | struct trace_entry { function GC_add_trace_entry (line 21765) | void function GC_CALL (line 21781) | GC_CALL function GC_CALL (line 21808) | GC_CALL function GC_push_all_eager (line 21818) | void GC_CALL function GC_push_conditional_eager (line 21872) | void function GC_push_marked1 (line 21937) | void function GC_push_marked2 (line 21992) | void function GC_push_marked4 (line 22046) | void function STATIC (line 22097) | STATIC void function GC_push_unconditionally (line 22162) | void function STATIC (line 22192) | STATIC GC_bool function hblk (line 22220) | hblk * function hblk (line 22242) | hblk * function hblk (line 22292) | hblk * function GC_INNER (line 22356) | GC_INNER word function GC_print_static_roots (line 22371) | void function GC_INLINE (line 22391) | GC_INLINE size_t function GC_INNER (line 22406) | GC_INNER void * function GC_INLINE (line 22422) | GC_INLINE void function GC_CALL (line 22432) | GC_CALL function GC_INNER (line 22442) | GC_INNER void function GC_CALL (line 22549) | GC_CALL function STATIC (line 22569) | STATIC void function STATIC (line 22589) | STATIC void function STATIC (line 22601) | STATIC void function GC_CALL (line 22626) | GC_CALL function STATIC (line 22639) | STATIC void function GC_INLINE (line 22667) | GC_INLINE void function GC_INNER (line 22683) | GC_INNER void function GC_CALL (line 22764) | GC_CALL function GC_INNER (line 22809) | GC_INNER ptr_t function GC_CALL (line 22822) | GC_CALL function exclusion (line 22836) | exclusion * function GC_INNER (line 22861) | GC_INNER void function GC_CALL (line 22908) | GC_CALL function STATIC (line 22938) | STATIC void function GC_INNER (line 22961) | GC_INNER void function GC_INNER (line 22989) | GC_INNER void function STATIC (line 23028) | STATIC void function STATIC (line 23061) | STATIC void function STATIC (line 23106) | STATIC void function GC_INNER (line 23175) | GC_INNER void function STATIC (line 23188) | STATIC void function GC_INNER (line 23201) | GC_INNER void function GC_INNER (line 23353) | GC_INNER void function GC_INNER (line 23369) | GC_INNER void function GC_INNER (line 23394) | GC_INNER void function GC_INNER (line 23417) | GC_INNER int function GC_INNER (line 23439) | GC_INNER void function GC_INNER (line 23455) | GC_INNER void function GC_INNER (line 23520) | GC_INNER GC_bool function STATIC (line 23526) | STATIC GC_bool function GC_INLINE (line 23537) | GC_INLINE ptr_t function STATIC (line 23567) | STATIC ptr_t function STATIC (line 23600) | STATIC ptr_t function STATIC (line 23633) | STATIC ptr_t function GC_INLINE (line 23701) | GC_INLINE void function STATIC (line 23719) | STATIC void function GC_INNER (line 23753) | GC_INNER ptr_t function STATIC (line 23791) | STATIC void function STATIC (line 23814) | STATIC void function GC_CALLBACK (line 23849) | GC_CALLBACK type Print_stats (line 23989) | struct Print_stats { function GC_n_set_marks (line 24006) | GC_ATTR_NO_SANITIZE_THREAD function count_ones (line 24026) | static unsigned function GC_n_set_marks (line 24038) | unsigned function GC_count_set_marks_in_hblk (line 24076) | GC_API unsigned GC_CALL function GC_CALLBACK (line 24082) | GC_CALLBACK function GC_print_block_list (line 24104) | void function GC_CALL (line 24121) | GC_CALL function STATIC (line 24145) | STATIC void function GC_INNER (line 24156) | GC_INNER void function GC_INNER (line 24223) | GC_INNER void function GC_INNER (line 24250) | GC_INNER GC_bool function STATIC (line 24309) | STATIC void type enumerate_reachable_s (line 24338) | struct enumerate_reachable_s { function GC_CALLBACK (line 24343) | GC_CALLBACK function GC_CALL (line 24371) | GC_CALL function STATIC (line 24439) | STATIC void function STATIC (line 24449) | STATIC GC_signed_word function STATIC (line 24513) | STATIC GC_descr function STATIC (line 24530) | STATIC void function STATIC (line 24556) | STATIC mse *GC_CALLBACK function GC_CALL (line 24595) | GC_CALL function set_obj_descr (line 24673) | static void type LeafDescriptor (line 24739) | struct LeafDescriptor { type ComplexArrayDescriptor (line 24750) | struct ComplexArrayDescriptor { type SequenceDescriptor (line 24757) | struct SequenceDescriptor { type complex_descriptor (line 24764) | typedef union ComplexDescriptor { function STATIC (line 24770) | STATIC complex_descriptor * function STATIC (line 24787) | STATIC complex_descriptor * function STATIC (line 24833) | STATIC int type GC_calloc_typed_descr_s (line 24900) | struct GC_calloc_typed_descr_s { function GC_CALL (line 24908) | GC_CALL type GC_calloc_typed_descr_s (line 24950) | struct GC_calloc_typed_descr_s type GC_calloc_typed_descr_s (line 24956) | struct GC_calloc_typed_descr_s type LeafDescriptor (line 24977) | struct LeafDescriptor type LeafDescriptor (line 24978) | struct LeafDescriptor type LeafDescriptor (line 24980) | struct LeafDescriptor type LeafDescriptor (line 24999) | struct LeafDescriptor type GC_calloc_typed_descr_s (line 25029) | struct GC_calloc_typed_descr_s function STATIC (line 25040) | STATIC size_t function STATIC (line 25062) | STATIC mse * function GC_ATTR_NO_SANITIZE_THREAD (line 25116) | GC_ATTR_NO_SANITIZE_THREAD function STATIC (line 25124) | STATIC mse *GC_CALLBACK type _GC_arrays (line 25250) | struct _GC_arrays function STATIC (line 25346) | STATIC void *GC_CALLBACK function GC_CALL (line 25364) | GC_CALL function GC_CALL (line 25372) | GC_CALL function GC_CALL (line 25378) | GC_CALL function GC_CALL (line 25385) | GC_CALL function STATIC (line 25417) | STATIC void function GC_API (line 25450) | GC_API void *GC_CALL function next_random_no (line 25516) | static unsigned function GC_API (line 25531) | GC_API void *GC_CALL function GC_API (line 25615) | GC_API void *GC_CALL function GC_CALL (line 25657) | GC_CALL function GC_CALL (line 25667) | GC_CALL function GC_CALL (line 25685) | GC_CALL function GC_CALL (line 25695) | GC_CALL function GC_CALL (line 25701) | GC_CALL function GC_CALL (line 25708) | GC_CALL function GC_CALL (line 25714) | GC_CALL function GC_CALL (line 25720) | GC_CALL function GC_CALL (line 25728) | GC_CALL function GC_CALL (line 25736) | GC_CALL function fill_prof_stats (line 25756) | static void function GC_CALL (line 25781) | GC_CALL function GC_CALL (line 25804) | GC_CALL function GC_CALL (line 25829) | GC_CALL function GC_CALL (line 25835) | GC_CALL function GC_CALL (line 25841) | GC_CALL function GC_CALL (line 25847) | GC_CALL function STATIC (line 25868) | STATIC void function GC_INNER (line 25938) | GC_INNER char * function GC_CALL (line 25976) | GC_CALL function STATIC (line 25988) | STATIC void function looping_handler (line 26011) | static void function maybe_install_looping_handler (line 26022) | static void function GC_CALL (line 26054) | GC_CALL function STATIC (line 26063) | STATIC void function callee_saves_pushed_dummy_fn (line 26084) | static void function GC_CALL (line 26098) | GC_CALL function GC_CALL (line 26104) | GC_CALL function GC_get_supported_vdbs (line 26110) | GC_API unsigned GC_CALL function set_incremental_mode_on (line 26149) | static void function STATIC (line 26169) | STATIC word type hblk (line 26613) | struct hblk function GC_CALL (line 26752) | GC_CALL function GC_CALL (line 26807) | GC_CALL function GC_CALL (line 26825) | GC_CALL function GC_bool (line 26887) | static GC_bool function STATIC (line 26946) | STATIC HANDLE function STATIC (line 27025) | STATIC int function STATIC (line 27093) | STATIC void function GC_INLINE (line 27107) | GC_INLINE int function STATIC (line 27147) | STATIC int function GC_printf (line 27245) | void function GC_err_printf (line 27265) | void function GC_INNER (line 27295) | GC_INNER void function GC_INNER (line 27302) | GC_INNER void function STATIC (line 27310) | STATIC void function GC_err_puts (line 27319) | void function GC_CALLBACK (line 27326) | GC_CALLBACK function GC_CALLBACK (line 27335) | GC_CALLBACK function GC_CALL (line 27344) | GC_CALL function GC_CALL (line 27353) | GC_CALL function GC_CALLBACK (line 27369) | GC_CALLBACK function GC_CALL (line 27431) | GC_CALL function GC_CALL (line 27444) | GC_CALL function GC_INNER (line 27461) | GC_INNER void function GC_CALL (line 27516) | GC_CALL function GC_CALL (line 27529) | GC_CALL function GC_CALL (line 27539) | GC_CALL function GC_API (line 27547) | GC_API void **GC_CALL function GC_API (line 27560) | GC_API void **GC_CALL function GC_new_kind_inner (line 27571) | GC_API unsigned GC_CALL function GC_new_kind (line 27603) | GC_API unsigned GC_CALL function GC_new_proc_inner (line 27614) | GC_API unsigned GC_CALL function GC_new_proc (line 27628) | GC_API unsigned GC_CALL function GC_API (line 27639) | GC_API void *GC_CALL function GC_CALL (line 27651) | GC_CALL function GC_CALL (line 27657) | GC_CALL function GC_API (line 27663) | GC_API void *GC_CALL type GC_stack_base (line 27690) | struct GC_stack_base type GC_traced_stack_sect_s (line 27732) | struct GC_traced_stack_sect_s function STATIC (line 27783) | STATIC void function GC_CALL (line 27809) | GC_CALL function GC_API (line 27824) | GC_API void *GC_CALL function GC_API (line 27839) | GC_API void *GC_CALL function GC_CALL (line 27851) | GC_CALL function GC_CALL (line 27859) | GC_CALL function GC_CALL (line 27892) | GC_CALL function GC_CALL (line 27906) | GC_CALL function GC_CALL (line 27913) | GC_CALL function GC_CALL (line 27920) | GC_CALL function GC_CALL (line 27936) | GC_CALL function GC_CALL (line 27945) | GC_CALL function GC_CALL (line 27956) | GC_CALL function GC_CALL (line 27965) | GC_CALL function GC_CALL (line 27976) | GC_CALL function GC_CALL (line 27985) | GC_CALL function GC_CALL (line 28006) | GC_CALL function GC_CALL (line 28018) | GC_CALL function GC_CALL (line 28024) | GC_CALL function GC_CALL (line 28045) | GC_CALL function GC_CALL (line 28051) | GC_CALL function GC_CALL (line 28060) | GC_CALL function GC_CALL (line 28066) | GC_CALL function GC_CALL (line 28075) | GC_CALL function GC_CALL (line 28081) | GC_CALL function GC_CALL (line 28090) | GC_CALL function GC_CALL (line 28096) | GC_CALL function GC_CALL (line 28105) | GC_CALL function GC_CALL (line 28111) | GC_CALL function GC_CALL (line 28117) | GC_CALL function GC_CALL (line 28123) | GC_CALL function GC_CALL (line 28130) | GC_CALL function GC_CALL (line 28136) | GC_CALL function GC_CALL (line 28144) | GC_CALL function GC_CALL (line 28150) | GC_CALL function GC_CALL (line 28159) | GC_CALL function GC_CALL (line 28165) | GC_CALL function GC_CALL (line 28172) | GC_CALL function GC_CALL (line 28178) | GC_CALL function GC_get_time_limit (line 28186) | GC_API unsigned long GC_CALL function GC_CALL (line 28192) | GC_CALL function GC_CALL (line 28198) | GC_CALL function GC_abort_on_oom (line 28204) | void GC_CALL function GC_CALL (line 28211) | GC_CALL type caddr_t (line 28283) | typedef long unsigned int caddr_t; function STATIC (line 28309) | STATIC ssize_t function STATIC (line 28346) | STATIC size_t function STATIC (line 28372) | STATIC size_t function GC_INNER (line 28388) | GC_INNER const char * function GC_INNER (line 28512) | GC_INNER const char * function GC_INNER (line 28571) | GC_INNER GC_bool function GC_INNER (line 28600) | GC_INNER GC_bool function ptr_t (line 28642) | static ptr_t function GC_INNER (line 28687) | GC_INNER void type sigaction (line 28777) | struct sigaction function STATIC (line 28780) | STATIC void function STATIC (line 28793) | STATIC ptr_t type exe_hdr (line 28837) | struct exe_hdr { type e32_exe (line 28847) | struct e32_exe { type o32_obj (line 28873) | struct o32_obj { function STATIC (line 28947) | STATIC word function GC_CALL (line 28965) | GC_CALL function GC_CALL (line 28993) | GC_CALL function os2_getpagesize (line 29015) | static int function GC_INNER (line 29031) | GC_INNER void function GC_CALL (line 29118) | GC_CALL function GC_CALL (line 29136) | GC_CALL function GC_CALL (line 29155) | GC_CALL type sigaction (line 29180) | struct sigaction type sigaction (line 29183) | struct sigaction function GC_INNER (line 29192) | GC_INNER void function STATIC (line 29242) | STATIC void function GC_INNER (line 29249) | GC_INNER void function GC_INNER (line 29260) | GC_INNER void function ptr_t (line 29288) | ptr_t function GC_INNER (line 29354) | GC_INNER ptr_t function GC_INNER (line 29381) | GC_INNER ptr_t function ptr_t (line 29426) | static ptr_t function ptr_t (line 29458) | static ptr_t function ptr_t (line 29548) | static ptr_t function ptr_t (line 29565) | static ptr_t function GC_INNER (line 29582) | GC_INNER ptr_t function ptr_t (line 29594) | ptr_t function GC_INNER (line 29604) | GC_INNER ptr_t function GC_INNER (line 29631) | GC_INNER ptr_t function GC_CALL (line 29717) | GC_CALL function GC_CALL (line 29783) | GC_CALL function GC_CALL (line 29802) | GC_CALL function GC_INNER (line 29832) | GC_INNER void function GC_CALL (line 29844) | GC_CALL function GC_CALL (line 29888) | GC_CALL function GC_CALL (line 29900) | GC_CALL function GC_CALL (line 29930) | GC_CALL function GC_INNER (line 29947) | GC_INNER ptr_t type PVOID (line 29982) | typedef UINT(WINAPI *GetWriteWatch_type)(DWORD, PVOID, function detect_GetWriteWatch (line 29990) | static void function GC_INNER (line 30095) | GC_INNER void function STATIC (line 30130) | STATIC ptr_t function STATIC (line 30156) | STATIC void function STATIC (line 30210) | STATIC struct GC_malloc_heap_list { function STATIC (line 30219) | STATIC GC_bool function STATIC (line 30231) | STATIC void * function GC_INNER (line 30243) | GC_INNER void function STATIC (line 30289) | STATIC void function GC_INNER (line 30306) | GC_INNER GC_bool function GC_INNER (line 30324) | GC_INNER void type scan_bounds_s (line 30349) | struct scan_bounds_s { function ld_cap_search (line 30355) | static int function ptr_t (line 30371) | static ptr_t function GC_INNER (line 30398) | GC_INNER ptr_t function GC_INNER (line 30473) | GC_INNER void function GC_INNER (line 30553) | GC_INNER void function GC_INNER (line 30578) | GC_INNER void function STATIC (line 30666) | STATIC void * function GC_INNER (line 30741) | GC_INNER void * function STATIC (line 30749) | STATIC void * function GC_INNER (line 30799) | GC_INNER void * function GC_INNER (line 30835) | GC_INNER void * function GC_INNER (line 30861) | GC_INNER void * function GC_INNER (line 30870) | GC_INNER void * function GC_INNER (line 30951) | GC_INNER void * function GC_CALL (line 31018) | GC_CALL function STATIC (line 31076) | STATIC ptr_t function block_unmap_inner (line 31095) | static void function GC_INLINE (line 31180) | GC_INLINE ptr_t function GC_INNER (line 31186) | GC_INNER void function GC_INNER (line 31195) | GC_INNER void function GC_INNER (line 31274) | GC_INNER void function scan_regs_cb (line 31302) | static void function GC_CALLBACK (line 31308) | GC_CALLBACK function GC_CALLBACK (line 31322) | GC_CALLBACK function GC_INNER (line 31328) | GC_INNER void function GC_CALLBACK (line 31335) | GC_CALLBACK function GC_CALL (line 31346) | GC_CALL function GC_CALL (line 31352) | GC_CALL function GC_INNER (line 31360) | GC_INNER int function STATIC (line 31437) | STATIC void function GC_INNER (line 31460) | GC_INNER GC_bool function GC_INLINE (line 31468) | GC_INLINE void function GC_INNER (line 31567) | GC_INNER GC_bool function async_set_pht_entry_from_index (line 31591) | static void type LPTOP_LEVEL_EXCEPTION_FILTER (line 31672) | typedef LPTOP_LEVEL_EXCEPTION_FILTER SIG_HNDLR_PTR; function GC_ATTR_NO_SANITIZE_THREAD (line 31707) | GC_ATTR_NO_SANITIZE_THREAD type _EXCEPTION_POINTERS (line 31783) | struct _EXCEPTION_POINTERS type hblk (line 31793) | struct hblk function GC_INNER (line 31900) | GC_INNER void function GC_INNER (line 31911) | GC_INNER GC_bool function STATIC (line 32025) | STATIC void function STATIC (line 32108) | STATIC void function GC_INNER (line 32122) | GC_INNER void type prpageheader (line 32172) | struct prpageheader { type prasmap (line 32177) | struct prasmap { function GC_bool (line 32195) | static GC_bool function GC_INNER (line 32217) | GC_INNER void function GC_INNER (line 32233) | GC_INNER GC_bool function GC_INLINE (line 32251) | GC_INLINE void function open_proc_fd (line 32387) | static int type pagemap_elem_t (line 32406) | typedef uint64_t pagemap_elem_t; function GC_bool (line 32411) | static GC_bool function GC_INNER (line 32433) | GC_INNER void function clear_soft_dirty_bits (line 32449) | static void function GC_bool (line 32462) | static GC_bool function GC_bool (line 32502) | static GC_bool function GC_bool (line 32525) | static GC_bool function pagemap_elem_t (line 32584) | static const pagemap_elem_t * function soft_set_grungy_pages (line 32646) | static void function GC_INLINE (line 32753) | GC_INLINE void function GC_dirty_inner (line 32806) | void function GC_INNER (line 32823) | GC_INNER void function GC_INNER (line 32860) | GC_INNER GC_bool function GC_INNER (line 32877) | GC_INNER GC_bool function GC_INNER (line 32898) | GC_INNER GC_bool function GC_INNER (line 32925) | GC_INNER void function kern_return_t (line 33038) | kern_return_t function GC_API_OSCALL (line 33058) | GC_API_OSCALL kern_return_t function STATIC (line 33090) | STATIC struct ports_s { type GC_msg_t (line 33105) | typedef struct { type GC_mprotect_state_t (line 33109) | typedef enum { function STATIC (line 33129) | STATIC void function STATIC (line 33155) | STATIC void function GC_INNER (line 33174) | GC_INNER void function GC_INNER (line 33180) | GC_INNER void function GC_INNER (line 33187) | GC_INNER void type mp_reply_s (line 33222) | struct mp_reply_s { type mp_msg_s (line 33227) | struct mp_msg_s { function STATIC (line 33233) | STATIC void * function STATIC (line 33339) | STATIC void function GC_INNER (line 33357) | GC_INNER GC_bool function STATIC (line 33461) | STATIC kern_return_t function GC_API_OSCALL (line 33569) | GC_API_OSCALL kern_return_t function GC_CALL (line 33697) | GC_CALL function GC_get_actual_vdb (line 33717) | GC_API unsigned GC_CALL function GC_CALL (line 33755) | GC_CALL function GC_CALL (line 33766) | GC_CALL type frame (line 33793) | struct frame { type frame (line 33806) | struct frame { function GC_INNER (line 33862) | GC_INNER void function GC_INNER (line 33873) | GC_INNER void function GC_INNER (line 33932) | GC_INNER void function GC_INNER (line 33974) | GC_INNER void function GC_print_address_map (line 34183) | void type thread_local_freelists (line 34344) | struct thread_local_freelists { type thread_local_freelists (line 34358) | struct thread_local_freelists type pthread_key_t (line 34371) | typedef pthread_key_t GC_key_t; type DWORD (line 34393) | typedef DWORD GC_key_t; type GC_hidden_pointer (line 34452) | typedef GC_hidden_pointer ts_entry_value_t; type tse (line 34469) | typedef struct thread_specific_entry { type tsd (line 34497) | typedef struct thread_specific_data { type tsd (line 34503) | typedef tsd *GC_key_t; function GC_INLINE (line 34541) | GC_INLINE void * function GC_INNER (line 34628) | GC_INNER void function return_single_freelist (line 34640) | static void function return_freelists (line 34665) | static void function reset_thread_key (line 34697) | static void function GC_INNER (line 34706) | GC_INNER void function GC_INNER (line 34745) | GC_INNER void function STATIC (line 34766) | STATIC void * function GC_INNER (line 34898) | GC_INNER void function GC_check_tls_for (line 34926) | void type GC_NT_TIB_s (line 35013) | struct GC_NT_TIB_s { type GC_NT_TIB (line 35019) | typedef struct GC_NT_TIB_s GC_NT_TIB; type GC_StackContext_Rep (line 35025) | struct GC_StackContext_Rep { type GC_StackContext_Rep (line 35113) | struct GC_StackContext_Rep type DWORD (line 35116) | typedef DWORD thread_id_t; type pthread_t (line 35126) | typedef pthread_t thread_id_t; type GC_Thread_Rep (line 35132) | struct GC_Thread_Rep { type GC_Thread_Rep (line 35282) | struct GC_Thread_Rep type GC_stack_base (line 35397) | struct GC_stack_base type GC_stack_base (line 35407) | struct GC_stack_base type GC_stack_base (line 35530) | struct GC_stack_base type GC_stack_base (line 35539) | struct GC_stack_base type StackFrame (line 35602) | typedef struct StackFrame { function GC_INNER (line 35610) | GC_INNER ptr_t function GC_CALL (line 35682) | GC_CALL function STATIC (line 35710) | STATIC ptr_t function GC_INNER (line 35939) | GC_INNER void function GC_INNER (line 36024) | GC_INNER void type GC_mach_thread (line 36036) | struct GC_mach_thread { function STATIC (line 36051) | STATIC GC_bool function GC_INNER (line 36150) | GC_INNER void function GC_INLINE (line 36265) | GC_INLINE void function GC_INNER (line 36296) | GC_INNER void function STATIC (line 36456) | STATIC void function GC_INNER (line 36492) | GC_INNER GC_bool function GC_dump_meminfo (line 36505) | void function GC_INNER (line 36530) | GC_INNER void type link_map (line 36674) | struct link_map { type r_debug (line 36681) | struct r_debug { function sort_heap_sects (line 36748) | static void function STATIC (line 36776) | STATIC void function GC_INNER (line 36883) | GC_INNER void function GC_INNER (line 36889) | GC_INNER GC_bool type dl_phdr_info (line 36912) | struct dl_phdr_info type load_segment (line 36953) | struct load_segment { function STATIC (line 36968) | STATIC int function GC_INNER (line 37094) | GC_INNER GC_bool function STATIC (line 37113) | STATIC GC_bool type link_map (line 37241) | struct link_map type link_map (line 37244) | struct link_map type link_map (line 37279) | struct link_map type r_debug (line 37298) | struct r_debug type link_map (line 37303) | struct link_map function GC_INNER (line 37321) | GC_INNER void function GC_INNER (line 37386) | GC_INNER void function GC_INNER (line 37520) | GC_INNER void type GC_MACH_HEADER (line 37578) | struct GC_MACH_HEADER function STATIC (line 37586) | STATIC const struct dyld_sections_s { function STATIC (line 37620) | STATIC const char * function dyld_section_add_del (line 37644) | static void function dyld_image_add_del (line 37693) | static void function STATIC (line 37736) | STATIC void function STATIC (line 37743) | STATIC void function GC_INNER (line 37749) | GC_INNER void function GC_INNER (line 37772) | GC_INNER void function GC_INNER (line 37848) | GC_INNER GC_bool function GC_INNER (line 37861) | GC_INNER void function GC_INNER (line 37875) | GC_INNER GC_bool function GC_register_dynamic_libraries (line 37896) | void function GC_register_dynamic_libraries (line 37960) | void function GC_INNER (line 38052) | GC_INNER GC_bool function GC_CALL (line 38059) | GC_CALL function disable_gc_for_dlopen (line 38113) | static void function GC_API (line 38142) | GC_API void * function GC_API (line 38170) | GC_API void * function GC_INLINE (line 38402) | GC_INLINE void function GC_print_sig_mask (line 38466) | void function STATIC (line 38485) | STATIC void function GC_CALL (line 38569) | GC_CALL function GC_CALL (line 38578) | GC_CALL function GC_CALL (line 38587) | GC_CALL function GC_CALL (line 38593) | GC_CALL function STATIC (line 38624) | STATIC void function GC_ATTR_NO_SANITIZE_THREAD (line 38669) | GC_ATTR_NO_SANITIZE_THREAD function GC_INLINE (line 38686) | GC_INLINE void function STATIC (line 38709) | STATIC void function suspend_restart_barrier (line 38827) | static void function resend_lost_signals (line 38851) | static int function resend_lost_signals_retry (line 38905) | static void function STATIC (line 38932) | STATIC void function raise_signal (line 38970) | static int function STATIC (line 39021) | STATIC void function GC_INNER (line 39034) | GC_INNER void function GC_CALL (line 39054) | GC_CALL function GC_CALL (line 39146) | GC_CALL function GC_CALL (line 39184) | GC_CALL function GC_INNER (line 39205) | GC_INNER void function STATIC (line 39371) | STATIC int function GC_INNER (line 39482) | GC_INNER void function GC_API_OSCALL (line 39598) | GC_API_OSCALL void function GC_API_OSCALL (line 39608) | GC_API_OSCALL void function GC_API_OSCALL (line 39644) | GC_API_OSCALL void type nacl_irt_blockhook (line 39660) | struct nacl_irt_blockhook { function GC_nacl_initialize_gc_thread (line 39669) | void function GC_INNER (line 39702) | GC_INNER void function STATIC (line 39725) | STATIC int function GC_INNER (line 39794) | GC_INNER void function GC_INNER (line 39842) | GC_INNER void type sem_t (line 40004) | typedef struct { function GC_INLINE (line 40010) | GC_INLINE int function GC_INLINE (line 40034) | GC_INLINE int function GC_INLINE (line 40058) | GC_INLINE int function GC_INLINE (line 40084) | GC_INLINE int type sem_t (line 40145) | typedef unsigned int sem_t; function GC_API (line 40245) | GC_API int function GC_API (line 40253) | GC_API int function GC_API (line 40260) | GC_API int function GC_API (line 40266) | GC_API int function GC_API (line 40273) | GC_API int function GC_pthread_exit (line 40281) | void function STATIC (line 40296) | STATIC void function GC_INNER (line 40354) | GC_INNER int function GC_INNER (line 40366) | GC_INNER void function GC_check_tls (line 40385) | void function GC_INNER (line 40432) | GC_INNER GC_bool function set_marker_thread_name (line 40446) | static void function set_marker_thread_name (line 40462) | static void function GC_INNER (line 40494) | GC_INNER void function set_marker_thread_name (line 40501) | static void function GC_INNER (line 40631) | GC_INNER void type GC_StackContext_Rep (line 40756) | struct GC_StackContext_Rep type GC_Thread_Rep (line 40757) | struct GC_Thread_Rep function GC_INNER (line 40760) | GC_INNER void function GC_INNER (line 40775) | GC_INNER void function GC_INNER (line 40805) | GC_INNER void function STATIC (line 40825) | STATIC int function GC_INNER_WIN32THREAD (line 40848) | GC_INNER_WIN32THREAD GC_thread function GC_INNER_WIN32THREAD (line 40911) | GC_INNER_WIN32THREAD void function GC_INNER (line 40973) | GC_INNER GC_thread function STATIC (line 40993) | STATIC GC_thread function GC_INNER (line 41005) | GC_INNER void function GC_bool (line 41056) | GC_bool function GC_CALL (line 41065) | GC_CALL function GC_CALL (line 41074) | GC_CALL function GC_INNER (line 41104) | GC_INNER GC_bool function GC_INNER (line 41142) | GC_INNER ptr_t function GC_INLINE (line 41182) | GC_INLINE int function GC_INLINE (line 41191) | GC_INLINE int function STATIC (line 41201) | STATIC int function STATIC (line 41259) | STATIC int function STATIC (line 41279) | STATIC int function STATIC (line 41303) | STATIC int function GC_ATTR_NO_SANITIZE_THREAD (line 41349) | GC_ATTR_NO_SANITIZE_THREAD function GC_INNER (line 41359) | GC_INNER void function store_to_threads_table (line 41446) | static void function STATIC (line 41459) | STATIC void function fork_prepare_proc (line 41573) | static void function fork_parent_proc (line 41627) | static void function fork_child_proc (line 41653) | static void function GC_CALL (line 41760) | GC_CALL function GC_CALL (line 41769) | GC_CALL function GC_CALL (line 41776) | GC_CALL function GC_INNER_WIN32THREAD (line 41783) | GC_INNER_WIN32THREAD void function GC_CALL (line 41814) | GC_CALL function GC_INNER_WIN32THREAD (line 41823) | GC_INNER_WIN32THREAD void function GC_INNER (line 41846) | GC_INNER GC_bool function STATIC (line 41856) | STATIC GC_thread type GC_stack_base (line 42033) | struct GC_stack_base function GC_INNER (line 42053) | GC_INNER void function GC_API (line 42080) | GC_API int function do_blocking_enter (line 42134) | static void function do_blocking_leave (line 42169) | static void function GC_INNER (line 42193) | GC_INNER void function GC_INNER (line 42248) | GC_INNER void function GC_CALL (line 42275) | GC_CALL function GC_API (line 42314) | GC_API void *GC_CALL type GC_traced_stack_sect_s (line 42339) | struct GC_traced_stack_sect_s function STATIC (line 42444) | STATIC void function GC_CALL (line 42485) | GC_CALL function GC_API (line 42527) | GC_API int function GC_wrap_pthread_exit (line 42556) | void function GC_CALL (line 42579) | GC_CALL function GC_INNER (line 42599) | GC_INNER void function GC_CALL (line 42615) | GC_CALL function GC_INNER_PTHRSTART (line 42689) | GC_INNER_PTHRSTART void function GC_API (line 42708) | GC_API int function GC_API (line 42768) | GC_API int type start_info (line 42793) | struct start_info { function GC_INNER_PTHRSTART (line 42804) | GC_INNER_PTHRSTART GC_thread function STATIC (line 42848) | STATIC void * function GC_API (line 42875) | GC_API int function STATIC (line 42992) | STATIC void function STATIC (line 43040) | STATIC void function GC_INNER (line 43117) | GC_INNER void function GC_INNER (line 43189) | GC_INNER void function GC_INNER (line 43199) | GC_INNER void function setup_mark_lock (line 43237) | static void function GC_INNER (line 43260) | GC_INNER void function GC_INNER (line 43270) | GC_INNER void function STATIC (line 43285) | STATIC void function GC_INNER (line 43296) | GC_INNER void function GC_ATTR_NO_SANITIZE_THREAD (line 43312) | GC_ATTR_NO_SANITIZE_THREAD function GC_INNER (line 43323) | GC_INNER void function GC_INNER (line 43331) | GC_INNER void function GC_INNER (line 43343) | GC_INNER void function GC_CALL (line 43355) | GC_CALL function GC_CALL (line 43364) | GC_CALL function GC_CALL (line 43379) | GC_CALL function GC_CALL (line 43391) | GC_CALL function EXTERN_C_END (line 43411) | EXTERN_C_END function __pthread_unregister_cancel (line 43417) | void function GC_INNER (line 43453) | GC_INNER int function GC_INNER (line 43482) | GC_INNER int function GC_INNER (line 43526) | GC_INNER void function GC_INNER (line 43588) | GC_INNER void function GC_INNER (line 43614) | GC_INNER void * function GC_check_tsd_marks (line 43642) | void function GC_CALL (line 43760) | GC_CALL function GC_INNER (line 43808) | GC_INNER GC_bool type GC_Thread_Rep (line 43845) | struct GC_Thread_Rep type GC_StackContext_Rep (line 43847) | struct GC_StackContext_Rep function GC_INNER (line 43850) | GC_INNER GC_thread function GC_INLINE (line 43984) | GC_INLINE LONG function GC_INNER (line 43994) | GC_INNER GC_thread function GC_INNER (line 44030) | GC_INNER void function GC_INNER (line 44039) | GC_INNER GC_thread function STATIC (line 44089) | STATIC void function GC_INNER (line 44247) | GC_INNER void function GC_INNER (line 44325) | GC_INNER void function STATIC (line 44423) | STATIC ptr_t function GC_bool (line 44446) | static GC_bool function ptr_t (line 44465) | static ptr_t function STATIC (line 44549) | STATIC word function GC_INNER (line 44776) | GC_INNER void function GC_INNER (line 44835) | GC_INNER void function GC_INNER (line 44973) | GC_INNER void function GC_INNER (line 45084) | GC_INNER void function GC_INNER (line 45110) | GC_INNER void function GC_INNER (line 45132) | GC_INNER void function GC_INNER (line 45149) | GC_INNER void function GC_INNER (line 45161) | GC_INNER void function GC_INNER (line 45183) | GC_INNER void type win32_start_info (line 45203) | struct win32_start_info { function STATIC (line 45208) | STATIC void *GC_CALLBACK function WINAPI (line 45253) | WINAPI function WINAPI (line 45260) | WINAPI function GC_ExitThread (line 45313) | void WINAPI function GC_CALL (line 45322) | GC_CALL function GC_CALL (line 45376) | GC_CALL type main_thread_args (line 45400) | typedef struct { function DWORD (line 45407) | static DWORD WINAPI function STATIC (line 45415) | STATIC void *GC_CALLBACK function WinMain (line 45426) | int WINAPI function GC_bool (line 45467) | static GC_bool function GC_INNER (line 45502) | GC_INNER void function BOOL (line 45655) | BOOL WINAPI function GC_INNER_PTHRSTART (line 45794) | GC_INNER_PTHRSTART void *GC_CALLBACK FILE: thirdparty/libgc/include/gc.h function GC_CALL (line 5) | GC_CALL GC_noop1_ptr(volatile void *p) { FILE: thirdparty/libgc/include/gc/cord_pos.h type CORD_pe (line 35) | struct CORD_pe { type CORD_Pos (line 44) | struct CORD_Pos { FILE: thirdparty/libgc/include/gc/ec.h type CORD_ec_struct (line 58) | struct CORD_ec_struct { FILE: thirdparty/libgc/include/gc/gc.h type GC_UNSIGNEDWORD (line 60) | typedef GC_UNSIGNEDWORD GC_word; type GC_SIGNEDWORD (line 61) | typedef GC_SIGNEDWORD GC_signed_word; type GC_uintptr_t (line 69) | typedef uintptr_t GC_uintptr_t; type GC_word (line 71) | typedef GC_word GC_uintptr_t; type GC_EventType (line 170) | typedef enum { type GC_timeval_s (line 446) | struct GC_timeval_s { type GC_timeval_s (line 463) | struct GC_timeval_s type GC_prof_stats_s (line 1011) | struct GC_prof_stats_s { type GC_prof_stats_s (line 1095) | struct GC_prof_stats_s type GC_prof_stats_s (line 1103) | struct GC_prof_stats_s type GC_ToggleRefStatus (line 1701) | typedef enum { type GC_uintptr_t (line 1891) | typedef GC_uintptr_t GC_hidden_pointer; type GC_stack_base (line 1972) | struct GC_stack_base { type GC_stack_base (line 1983) | struct GC_stack_base type GC_stack_base (line 2092) | struct GC_stack_base type GC_stack_base (line 2200) | struct GC_stack_base type GC_stack_base (line 2215) | struct GC_stack_base type GC_stack_base (line 2233) | struct GC_stack_base type GC_heap_section_type (line 2323) | typedef enum { type _SECURITY_ATTRIBUTES (line 2548) | struct _SECURITY_ATTRIBUTES type _SECURITY_ATTRIBUTES (line 2549) | struct _SECURITY_ATTRIBUTES FILE: thirdparty/libgc/include/gc/gc_allocator.h function namespace (line 38) | namespace boehmgc type GC_ALCTR_PTRDIFF_T (line 209) | typedef GC_ALCTR_PTRDIFF_T difference_type; type value_type (line 212) | typedef void value_type; type gc_allocator (line 215) | typedef gc_allocator other; type GC_ALCTR_PTRDIFF_T (line 240) | typedef GC_ALCTR_PTRDIFF_T difference_type; type GC_Tp (line 241) | typedef GC_Tp *pointer; type GC_Tp (line 242) | typedef const GC_Tp *const_pointer; type GC_Tp (line 243) | typedef GC_Tp &reference; type GC_Tp (line 244) | typedef const GC_Tp &const_reference; type GC_Tp (line 245) | typedef GC_Tp value_type; type gc_allocator_ignore_off_page (line 248) | typedef gc_allocator_ignore_off_page other; function GC_CONSTEXPR (line 251) | GC_CONSTEXPR function GC_CONSTEXPR (line 257) | GC_CONSTEXPR function GC_CONSTEXPR (line 266) | GC_CONSTEXPR function GC_CONSTEXPR (line 273) | GC_CONSTEXPR ~gc_allocator_ignore_off_page() GC_NOEXCEPT {} function GC_CONSTEXPR (line 275) | GC_CONSTEXPR pointer function GC_CONSTEXPR (line 281) | GC_CONSTEXPR const_pointer function GC_CONSTEXPR (line 297) | GC_CONSTEXPR void function GC_CONSTEXPR (line 309) | GC_CONSTEXPR void function GC_CONSTEXPR (line 315) | GC_CONSTEXPR void type GC_ALCTR_PTRDIFF_T (line 326) | typedef GC_ALCTR_PTRDIFF_T difference_type; type value_type (line 329) | typedef void value_type; type gc_allocator_ignore_off_page (line 332) | typedef gc_allocator_ignore_off_page other; type GC_ALCTR_PTRDIFF_T (line 362) | typedef GC_ALCTR_PTRDIFF_T difference_type; type GC_Tp (line 363) | typedef GC_Tp *pointer; type GC_Tp (line 364) | typedef const GC_Tp *const_pointer; type GC_Tp (line 365) | typedef GC_Tp &reference; type GC_Tp (line 366) | typedef const GC_Tp &const_reference; type GC_Tp (line 367) | typedef GC_Tp value_type; type traceable_allocator (line 370) | typedef traceable_allocator other; function GC_CONSTEXPR (line 373) | GC_CONSTEXPR function GC_CONSTEXPR (line 379) | GC_CONSTEXPR function GC_CONSTEXPR (line 387) | GC_CONSTEXPR function GC_CONSTEXPR (line 393) | GC_CONSTEXPR ~traceable_allocator() GC_NOEXCEPT {} function GC_CONSTEXPR (line 395) | GC_CONSTEXPR pointer function GC_CONSTEXPR (line 401) | GC_CONSTEXPR const_pointer function GC_CONSTEXPR (line 418) | GC_CONSTEXPR void function GC_CONSTEXPR (line 430) | GC_CONSTEXPR void function GC_CONSTEXPR (line 436) | GC_CONSTEXPR void type GC_ALCTR_PTRDIFF_T (line 447) | typedef GC_ALCTR_PTRDIFF_T difference_type; type value_type (line 450) | typedef void value_type; type traceable_allocator (line 453) | typedef traceable_allocator other; FILE: thirdparty/libgc/include/gc/gc_backptr.h type GC_ref_kind (line 46) | typedef enum { FILE: thirdparty/libgc/include/gc/gc_disclaim.h type GC_finalizer_closure (line 55) | struct GC_finalizer_closure { FILE: thirdparty/libgc/include/gc/gc_mark.h type GC_ms_entry (line 39) | struct GC_ms_entry type GC_hblk_s (line 40) | struct GC_hblk_s type GC_ms_entry (line 42) | struct GC_ms_entry { type GC_hblk_s (line 45) | struct GC_hblk_s { type GC_ms_entry (line 78) | struct GC_ms_entry type GC_ms_entry (line 79) | struct GC_ms_entry type GC_ms_entry (line 80) | struct GC_ms_entry type GC_hblk_s (line 241) | struct GC_hblk_s type GC_hblk_s (line 254) | struct GC_hblk_s type GC_hblk_s (line 280) | struct GC_hblk_s type GC_ms_entry (line 506) | struct GC_ms_entry type GC_ms_entry (line 507) | struct GC_ms_entry type GC_ms_entry (line 508) | struct GC_ms_entry FILE: thirdparty/libgc/include/gc/gc_typed.h type GC_word (line 54) | typedef GC_word *GC_bitmap; type GC_word (line 72) | typedef GC_word GC_descr; type GC_calloc_typed_descr_s (line 140) | struct GC_calloc_typed_descr_s type GC_calloc_typed_descr_s (line 144) | struct GC_calloc_typed_descr_s { type GC_calloc_typed_descr_s (line 163) | struct GC_calloc_typed_descr_s type GC_calloc_typed_descr_s (line 168) | struct GC_calloc_typed_descr_s FILE: thirdparty/mbedtls/3rdparty/everest/include/everest/everest.h type mbedtls_everest_ecdh_side (line 34) | typedef enum type mbedtls_ecdh_context_everest (line 40) | typedef struct { FILE: thirdparty/mbedtls/3rdparty/everest/include/everest/kremlib/FStar_UInt128.h type FStar_UInt128_uint128 (line 24) | typedef FStar_UInt128_uint128 FStar_UInt128_t; FILE: thirdparty/mbedtls/3rdparty/everest/include/everest/kremlib/FStar_UInt64_FStar_UInt32_FStar_UInt16_FStar_UInt8.h type FStar_UInt8_byte (line 277) | typedef uint8_t FStar_UInt8_byte; FILE: thirdparty/mbedtls/3rdparty/everest/include/everest/kremlin/c_endianness.h function load16 (line 161) | inline static uint16_t load16(uint8_t *b) { function load32 (line 167) | inline static uint32_t load32(uint8_t *b) { function load64 (line 173) | inline static uint64_t load64(uint8_t *b) { function store16 (line 179) | inline static void store16(uint8_t *b, uint16_t i) { function store32 (line 183) | inline static void store32(uint8_t *b, uint32_t i) { function store64 (line 187) | inline static void store64(uint8_t *b, uint64_t i) { FILE: thirdparty/mbedtls/3rdparty/everest/include/everest/kremlin/internal/compat.h type FStar_Bytes_bytes (line 14) | typedef struct { type Prims_pos (line 19) | typedef int32_t Prims_pos, Prims_nat, Prims_nonzero, Prims_int, FILE: thirdparty/mbedtls/3rdparty/everest/include/everest/kremlin/internal/target.h function krml_time (line 52) | inline static int32_t krml_time() { FILE: thirdparty/mbedtls/3rdparty/everest/include/everest/kremlin/internal/types.h type FStar_UInt64_t (line 15) | typedef uint64_t FStar_UInt64_t, FStar_UInt64_t_; type FStar_Int64_t (line 16) | typedef int64_t FStar_Int64_t, FStar_Int64_t_; type FStar_UInt32_t (line 17) | typedef uint32_t FStar_UInt32_t, FStar_UInt32_t_; type FStar_Int32_t (line 18) | typedef int32_t FStar_Int32_t, FStar_Int32_t_; type FStar_UInt16_t (line 19) | typedef uint16_t FStar_UInt16_t, FStar_UInt16_t_; type FStar_Int16_t (line 20) | typedef int16_t FStar_Int16_t, FStar_Int16_t_; type FStar_UInt8_t (line 21) | typedef uint8_t FStar_UInt8_t, FStar_UInt8_t_; type FStar_Int8_t (line 22) | typedef int8_t FStar_Int8_t, FStar_Int8_t_; type FStar_UInt63_t (line 26) | typedef uint64_t FStar_UInt63_t, FStar_UInt63_t_; type FStar_Int63_t (line 27) | typedef int64_t FStar_Int63_t, FStar_Int63_t_; type FStar_Float_float (line 29) | typedef double FStar_Float_float; type FStar_Char_char (line 30) | typedef uint32_t FStar_Char_char; type FILE (line 31) | typedef FILE *FStar_IO_fd_read, *FStar_IO_fd_write; type exit_code (line 37) | typedef int exit_code; type FILE (line 38) | typedef FILE *channel; type TestLib_cycles (line 40) | typedef unsigned long long TestLib_cycles; type FStar_Date_dateTime (line 42) | typedef uint64_t FStar_Date_dateTime, FStar_Date_timeSpan; type __m128i (line 49) | typedef __m128i FStar_UInt128_uint128; type FStar_UInt128_uint128 (line 51) | typedef unsigned __int128 FStar_UInt128_uint128; type FStar_UInt128_uint128 (line 53) | typedef struct FStar_UInt128_uint128_s { type FStar_UInt128_uint128 (line 59) | typedef FStar_UInt128_uint128 FStar_UInt128_t, FStar_UInt128_t_, uint128_t; FILE: thirdparty/mbedtls/3rdparty/everest/include/everest/x25519.h type mbedtls_x25519_ecdh_side (line 35) | typedef enum type mbedtls_x25519_context (line 44) | typedef struct FILE: thirdparty/mbedtls/3rdparty/everest/library/Hacl_Curve25519.c function Hacl_Bignum_Modulo_carry_top (line 31) | static void Hacl_Bignum_Modulo_carry_top(uint64_t *b) function Hacl_Bignum_Fproduct_copy_from_wide_ (line 41) | inline static void Hacl_Bignum_Fproduct_copy_from_wide_(uint64_t *output... function Hacl_Bignum_Fproduct_sum_scalar_multiplication_ (line 51) | inline static void function Hacl_Bignum_Fproduct_carry_wide_ (line 63) | inline static void Hacl_Bignum_Fproduct_carry_wide_(uint128_t *tmp) function Hacl_Bignum_Fmul_shift_reduce (line 78) | inline static void Hacl_Bignum_Fmul_shift_reduce(uint64_t *output) function Hacl_Bignum_Fmul_mul_shift_reduce_ (line 96) | static void function Hacl_Bignum_Fmul_fmul (line 115) | inline static void Hacl_Bignum_Fmul_fmul(uint64_t *output, uint64_t *inp... function Hacl_Bignum_Fsquare_fsquare__ (line 155) | inline static void Hacl_Bignum_Fsquare_fsquare__(uint128_t *tmp, uint64_... function Hacl_Bignum_Fsquare_fsquare_ (line 179) | inline static void Hacl_Bignum_Fsquare_fsquare_(uint128_t *tmp, uint64_t... function Hacl_Bignum_Fsquare_fsquare_times_ (line 206) | static void function Hacl_Bignum_Fsquare_fsquare_times (line 215) | inline static void function Hacl_Bignum_Fsquare_fsquare_times_inplace (line 231) | inline static void Hacl_Bignum_Fsquare_fsquare_times_inplace(uint64_t *o... function Hacl_Bignum_Crecip_crecip (line 245) | inline static void Hacl_Bignum_Crecip_crecip(uint64_t *out, uint64_t *z) function Hacl_Bignum_fsum (line 289) | inline static void Hacl_Bignum_fsum(uint64_t *a, uint64_t *b) function Hacl_Bignum_fdifference (line 300) | inline static void Hacl_Bignum_fdifference(uint64_t *a, uint64_t *b) function Hacl_Bignum_fscalar (line 330) | inline static void Hacl_Bignum_fscalar(uint64_t *output, uint64_t *b, ui... function Hacl_Bignum_fmul (line 365) | inline static void Hacl_Bignum_fmul(uint64_t *output, uint64_t *a, uint6... function Hacl_Bignum_crecip (line 370) | inline static void Hacl_Bignum_crecip(uint64_t *output, uint64_t *input) function Hacl_EC_Point_swap_conditional_step (line 375) | static void function Hacl_EC_Point_swap_conditional_ (line 388) | static void function Hacl_EC_Point_swap_conditional (line 400) | static void Hacl_EC_Point_swap_conditional(uint64_t *a, uint64_t *b, uin... function Hacl_EC_Point_copy (line 407) | static void Hacl_EC_Point_copy(uint64_t *output, uint64_t *input) function Hacl_EC_Format_fexpand (line 415) | static void Hacl_EC_Format_fexpand(uint64_t *output, uint8_t *input) function Hacl_EC_Format_fcontract_first_carry_pass (line 438) | static void Hacl_EC_Format_fcontract_first_carry_pass(uint64_t *input) function Hacl_EC_Format_fcontract_first_carry_full (line 460) | static void Hacl_EC_Format_fcontract_first_carry_full(uint64_t *input) function Hacl_EC_Format_fcontract_second_carry_pass (line 466) | static void Hacl_EC_Format_fcontract_second_carry_pass(uint64_t *input) function Hacl_EC_Format_fcontract_second_carry_full (line 488) | static void Hacl_EC_Format_fcontract_second_carry_full(uint64_t *input) function Hacl_EC_Format_fcontract_trim (line 504) | static void Hacl_EC_Format_fcontract_trim(uint64_t *input) function Hacl_EC_Format_fcontract_store (line 529) | static void Hacl_EC_Format_fcontract_store(uint8_t *output, uint64_t *in... function Hacl_EC_Format_fcontract (line 550) | static void Hacl_EC_Format_fcontract(uint8_t *output, uint64_t *input) function Hacl_EC_Format_scalar_of_point (line 558) | static void Hacl_EC_Format_scalar_of_point(uint8_t *scalar, uint64_t *po... function Hacl_EC_AddAndDouble_fmonty (line 570) | static void function Hacl_EC_Ladder_SmallLoop_cmult_small_loop_step (line 636) | static void function Hacl_EC_Ladder_SmallLoop_cmult_small_loop_double_step (line 654) | static void function Hacl_EC_Ladder_SmallLoop_cmult_small_loop (line 670) | static void function Hacl_EC_Ladder_BigLoop_cmult_big_loop (line 691) | static void function Hacl_EC_Ladder_cmult (line 711) | static void Hacl_EC_Ladder_cmult(uint64_t *result, uint8_t *n1, uint64_t... function Hacl_Curve25519_crypto_scalarmult (line 724) | void Hacl_Curve25519_crypto_scalarmult(uint8_t *mypublic, uint8_t *secre... FILE: thirdparty/mbedtls/3rdparty/everest/library/everest.c function mbedtls_everest_setup (line 35) | int mbedtls_everest_setup( mbedtls_ecdh_context_everest *ctx, int grp_id ) function mbedtls_everest_free (line 43) | void mbedtls_everest_free( mbedtls_ecdh_context_everest *ctx ) function mbedtls_everest_make_params (line 48) | int mbedtls_everest_make_params( mbedtls_ecdh_context_everest *ctx, size... function mbedtls_everest_read_params (line 57) | int mbedtls_everest_read_params( mbedtls_ecdh_context_everest *ctx, function mbedtls_everest_get_params (line 65) | int mbedtls_everest_get_params( mbedtls_ecdh_context_everest *ctx, function mbedtls_everest_make_public (line 76) | int mbedtls_everest_make_public( mbedtls_ecdh_context_everest *ctx, size... function mbedtls_everest_read_public (line 85) | int mbedtls_everest_read_public( mbedtls_ecdh_context_everest *ctx, function mbedtls_everest_calc_secret (line 92) | int mbedtls_everest_calc_secret( mbedtls_ecdh_context_everest *ctx, size... FILE: thirdparty/mbedtls/3rdparty/everest/library/kremlib/FStar_UInt128_extracted.c function FStar_UInt128___proj__Mkuint128__item__low (line 15) | uint64_t FStar_UInt128___proj__Mkuint128__item__low(FStar_UInt128_uint12... function FStar_UInt128___proj__Mkuint128__item__high (line 20) | uint64_t FStar_UInt128___proj__Mkuint128__item__high(FStar_UInt128_uint1... function FStar_UInt128_constant_time_carry (line 25) | static uint64_t FStar_UInt128_constant_time_carry(uint64_t a, uint64_t b) function FStar_UInt128_carry (line 30) | static uint64_t FStar_UInt128_carry(uint64_t a, uint64_t b) function FStar_UInt128_uint128 (line 35) | FStar_UInt128_uint128 FStar_UInt128_add(FStar_UInt128_uint128 a, FStar_U... function FStar_UInt128_uint128 (line 42) | FStar_UInt128_uint128 function FStar_UInt128_uint128 (line 50) | FStar_UInt128_uint128 FStar_UInt128_add_mod(FStar_UInt128_uint128 a, FSt... function FStar_UInt128_uint128 (line 57) | FStar_UInt128_uint128 FStar_UInt128_sub(FStar_UInt128_uint128 a, FStar_U... function FStar_UInt128_uint128 (line 64) | FStar_UInt128_uint128 function FStar_UInt128_uint128 (line 72) | static FStar_UInt128_uint128 function FStar_UInt128_uint128 (line 80) | FStar_UInt128_uint128 FStar_UInt128_sub_mod(FStar_UInt128_uint128 a, FSt... function FStar_UInt128_uint128 (line 85) | FStar_UInt128_uint128 FStar_UInt128_logand(FStar_UInt128_uint128 a, FSta... function FStar_UInt128_uint128 (line 91) | FStar_UInt128_uint128 FStar_UInt128_logxor(FStar_UInt128_uint128 a, FSta... function FStar_UInt128_uint128 (line 97) | FStar_UInt128_uint128 FStar_UInt128_logor(FStar_UInt128_uint128 a, FStar... function FStar_UInt128_uint128 (line 103) | FStar_UInt128_uint128 FStar_UInt128_lognot(FStar_UInt128_uint128 a) function FStar_UInt128_add_u64_shift_left (line 111) | static uint64_t FStar_UInt128_add_u64_shift_left(uint64_t hi, uint64_t l... function FStar_UInt128_add_u64_shift_left_respec (line 116) | static uint64_t FStar_UInt128_add_u64_shift_left_respec(uint64_t hi, uin... function FStar_UInt128_uint128 (line 121) | static FStar_UInt128_uint128 function FStar_UInt128_uint128 (line 136) | static FStar_UInt128_uint128 function FStar_UInt128_uint128 (line 143) | FStar_UInt128_uint128 FStar_UInt128_shift_left(FStar_UInt128_uint128 a, ... function FStar_UInt128_add_u64_shift_right (line 155) | static uint64_t FStar_UInt128_add_u64_shift_right(uint64_t hi, uint64_t ... function FStar_UInt128_add_u64_shift_right_respec (line 160) | static uint64_t FStar_UInt128_add_u64_shift_right_respec(uint64_t hi, ui... function FStar_UInt128_uint128 (line 165) | static FStar_UInt128_uint128 function FStar_UInt128_uint128 (line 180) | static FStar_UInt128_uint128 function FStar_UInt128_uint128 (line 187) | FStar_UInt128_uint128 FStar_UInt128_shift_right(FStar_UInt128_uint128 a,... function FStar_UInt128_eq (line 199) | bool FStar_UInt128_eq(FStar_UInt128_uint128 a, FStar_UInt128_uint128 b) function FStar_UInt128_gt (line 204) | bool FStar_UInt128_gt(FStar_UInt128_uint128 a, FStar_UInt128_uint128 b) function FStar_UInt128_lt (line 209) | bool FStar_UInt128_lt(FStar_UInt128_uint128 a, FStar_UInt128_uint128 b) function FStar_UInt128_gte (line 214) | bool FStar_UInt128_gte(FStar_UInt128_uint128 a, FStar_UInt128_uint128 b) function FStar_UInt128_lte (line 219) | bool FStar_UInt128_lte(FStar_UInt128_uint128 a, FStar_UInt128_uint128 b) function FStar_UInt128_uint128 (line 224) | FStar_UInt128_uint128 FStar_UInt128_eq_mask(FStar_UInt128_uint128 a, FSt... function FStar_UInt128_uint128 (line 239) | FStar_UInt128_uint128 FStar_UInt128_gte_mask(FStar_UInt128_uint128 a, FS... function FStar_UInt128_uint128 (line 252) | FStar_UInt128_uint128 FStar_UInt128_uint64_to_uint128(uint64_t a) function FStar_UInt128_uint128_to_uint64 (line 258) | uint64_t FStar_UInt128_uint128_to_uint64(FStar_UInt128_uint128 a) function FStar_UInt128_u64_mod_32 (line 329) | static uint64_t FStar_UInt128_u64_mod_32(uint64_t a) function FStar_UInt128_u32_combine (line 336) | static uint64_t FStar_UInt128_u32_combine(uint64_t hi, uint64_t lo) function FStar_UInt128_uint128 (line 341) | FStar_UInt128_uint128 FStar_UInt128_mul32(uint64_t x, uint32_t y) type K___uint64_t_uint64_t_uint64_t_uint64_t (line 358) | typedef struct K___uint64_t_uint64_t_uint64_t_uint64_t_s function K___uint64_t_uint64_t_uint64_t_uint64_t (line 367) | static K___uint64_t_uint64_t_uint64_t_uint64_t function FStar_UInt128_u32_combine_ (line 384) | static uint64_t FStar_UInt128_u32_combine_(uint64_t hi, uint64_t lo) function FStar_UInt128_uint128 (line 389) | static FStar_UInt128_uint128 FStar_UInt128_mul_wide_impl(uint64_t x, uin... function FStar_UInt128_uint128 (line 409) | FStar_UInt128_uint128 FStar_UInt128_mul_wide(uint64_t x, uint64_t y) FILE: thirdparty/mbedtls/3rdparty/everest/library/kremlib/FStar_UInt64_FStar_UInt32_FStar_UInt16_FStar_UInt8.c function FStar_UInt64_eq_mask (line 13) | uint64_t FStar_UInt64_eq_mask(uint64_t a, uint64_t b) function FStar_UInt64_gte_mask (line 22) | uint64_t FStar_UInt64_gte_mask(uint64_t a, uint64_t b) function FStar_UInt32_eq_mask (line 35) | uint32_t FStar_UInt32_eq_mask(uint32_t a, uint32_t b) function FStar_UInt32_gte_mask (line 44) | uint32_t FStar_UInt32_gte_mask(uint32_t a, uint32_t b) function FStar_UInt16_eq_mask (line 57) | uint16_t FStar_UInt16_eq_mask(uint16_t a, uint16_t b) function FStar_UInt16_gte_mask (line 66) | uint16_t FStar_UInt16_gte_mask(uint16_t a, uint16_t b) function FStar_UInt8_eq_mask (line 79) | uint8_t FStar_UInt8_eq_mask(uint8_t a, uint8_t b) function FStar_UInt8_gte_mask (line 88) | uint8_t FStar_UInt8_gte_mask(uint8_t a, uint8_t b) FILE: thirdparty/mbedtls/3rdparty/everest/library/legacy/Hacl_Curve25519.c function Hacl_Bignum_Modulo_carry_top (line 34) | static void Hacl_Bignum_Modulo_carry_top(uint64_t *b) function Hacl_Bignum_Fproduct_copy_from_wide_ (line 44) | inline static void function Hacl_Bignum_Fproduct_sum_scalar_multiplication_ (line 55) | inline static void function Hacl_Bignum_Fproduct_carry_wide_ (line 71) | inline static void Hacl_Bignum_Fproduct_carry_wide_(FStar_UInt128_uint12... function Hacl_Bignum_Fmul_shift_reduce (line 86) | inline static void Hacl_Bignum_Fmul_shift_reduce(uint64_t *output) function Hacl_Bignum_Fmul_mul_shift_reduce_ (line 104) | static void function Hacl_Bignum_Fmul_fmul (line 127) | inline static void Hacl_Bignum_Fmul_fmul(uint64_t *output, uint64_t *inp... function Hacl_Bignum_Fsquare_fsquare__ (line 170) | inline static void Hacl_Bignum_Fsquare_fsquare__(FStar_UInt128_uint128 *... function Hacl_Bignum_Fsquare_fsquare_ (line 214) | inline static void Hacl_Bignum_Fsquare_fsquare_(FStar_UInt128_uint128 *t... function Hacl_Bignum_Fsquare_fsquare_times_ (line 244) | static void function Hacl_Bignum_Fsquare_fsquare_times (line 257) | inline static void function Hacl_Bignum_Fsquare_fsquare_times_inplace (line 273) | inline static void Hacl_Bignum_Fsquare_fsquare_times_inplace(uint64_t *o... function Hacl_Bignum_Crecip_crecip (line 287) | inline static void Hacl_Bignum_Crecip_crecip(uint64_t *out, uint64_t *z) function Hacl_Bignum_fsum (line 331) | inline static void Hacl_Bignum_fsum(uint64_t *a, uint64_t *b) function Hacl_Bignum_fdifference (line 342) | inline static void Hacl_Bignum_fdifference(uint64_t *a, uint64_t *b) function Hacl_Bignum_fscalar (line 372) | inline static void Hacl_Bignum_fscalar(uint64_t *output, uint64_t *b, ui... function Hacl_Bignum_fmul (line 410) | inline static void Hacl_Bignum_fmul(uint64_t *output, uint64_t *a, uint6... function Hacl_Bignum_crecip (line 415) | inline static void Hacl_Bignum_crecip(uint64_t *output, uint64_t *input) function Hacl_EC_Point_swap_conditional_step (line 420) | static void function Hacl_EC_Point_swap_conditional_ (line 433) | static void function Hacl_EC_Point_swap_conditional (line 445) | static void Hacl_EC_Point_swap_conditional(uint64_t *a, uint64_t *b, uin... function Hacl_EC_Point_copy (line 452) | static void Hacl_EC_Point_copy(uint64_t *output, uint64_t *input) function Hacl_EC_Format_fexpand (line 460) | static void Hacl_EC_Format_fexpand(uint64_t *output, uint8_t *input) function Hacl_EC_Format_fcontract_first_carry_pass (line 483) | static void Hacl_EC_Format_fcontract_first_carry_pass(uint64_t *input) function Hacl_EC_Format_fcontract_first_carry_full (line 505) | static void Hacl_EC_Format_fcontract_first_carry_full(uint64_t *input) function Hacl_EC_Format_fcontract_second_carry_pass (line 511) | static void Hacl_EC_Format_fcontract_second_carry_pass(uint64_t *input) function Hacl_EC_Format_fcontract_second_carry_full (line 533) | static void Hacl_EC_Format_fcontract_second_carry_full(uint64_t *input) function Hacl_EC_Format_fcontract_trim (line 549) | static void Hacl_EC_Format_fcontract_trim(uint64_t *input) function Hacl_EC_Format_fcontract_store (line 574) | static void Hacl_EC_Format_fcontract_store(uint8_t *output, uint64_t *in... function Hacl_EC_Format_fcontract (line 595) | static void Hacl_EC_Format_fcontract(uint8_t *output, uint64_t *input) function Hacl_EC_Format_scalar_of_point (line 603) | static void Hacl_EC_Format_scalar_of_point(uint8_t *scalar, uint64_t *po... function Hacl_EC_AddAndDouble_fmonty (line 615) | static void function Hacl_EC_Ladder_SmallLoop_cmult_small_loop_step (line 681) | static void function Hacl_EC_Ladder_SmallLoop_cmult_small_loop_double_step (line 699) | static void function Hacl_EC_Ladder_SmallLoop_cmult_small_loop (line 715) | static void function Hacl_EC_Ladder_BigLoop_cmult_big_loop (line 736) | static void function Hacl_EC_Ladder_cmult (line 756) | static void Hacl_EC_Ladder_cmult(uint64_t *result, uint8_t *n1, uint64_t... function Hacl_Curve25519_crypto_scalarmult (line 769) | void Hacl_Curve25519_crypto_scalarmult(uint8_t *mypublic, uint8_t *secre... FILE: thirdparty/mbedtls/3rdparty/everest/library/x25519.c function mbedtls_x25519_init (line 42) | void mbedtls_x25519_init( mbedtls_x25519_context *ctx ) function mbedtls_x25519_free (line 50) | void mbedtls_x25519_free( mbedtls_x25519_context *ctx ) function mbedtls_x25519_make_params (line 59) | int mbedtls_x25519_make_params( mbedtls_x25519_context *ctx, size_t *olen, function mbedtls_x25519_read_params (line 90) | int mbedtls_x25519_read_params( mbedtls_x25519_context *ctx, function mbedtls_x25519_get_params (line 104) | int mbedtls_x25519_get_params( mbedtls_x25519_context *ctx, const mbedtl... function mbedtls_x25519_calc_secret (line 119) | int mbedtls_x25519_calc_secret( mbedtls_x25519_context *ctx, size_t *olen, function mbedtls_x25519_make_public (line 145) | int mbedtls_x25519_make_public( mbedtls_x25519_context *ctx, size_t *olen, function mbedtls_x25519_read_public (line 174) | int mbedtls_x25519_read_public( mbedtls_x25519_context *ctx, FILE: thirdparty/mbedtls/3rdparty/p256-m/p256-m/p256-m.c function u256_set32 (line 69) | static void u256_set32(uint32_t z[8], uint32_t x) function u256_add (line 87) | static uint32_t u256_add(uint32_t z[8], function u256_sub (line 111) | static uint32_t u256_sub(uint32_t z[8], function u256_cmov (line 134) | static void u256_cmov(uint32_t z[8], const uint32_t x[8], uint32_t c) function u256_diff (line 149) | static uint32_t u256_diff(const uint32_t x[8], const uint32_t y[8]) function u256_diff0 (line 164) | static uint32_t u256_diff0(const uint32_t x[8]) function u32_muladd64 (line 217) | static uint64_t u32_muladd64(uint32_t x, uint32_t y, uint32_t z, uint32_... function u32_muladd64 (line 242) | static uint64_t u32_muladd64(uint32_t x, uint32_t y, uint32_t z, uint32_... function u32_muladd64 (line 304) | static uint64_t u32_muladd64(uint32_t x, uint32_t y, uint32_t z, uint32_... function u32_muladd64 (line 310) | static uint64_t u32_muladd64(uint32_t x, uint32_t y, uint32_t z, uint32_... function u288_muladd (line 350) | static uint32_t u288_muladd(uint32_t z[9], uint32_t x, const uint32_t y[8]) function u288_rshift32 (line 393) | static void u288_rshift32(uint32_t z[9], uint32_t c) function u256_from_bytes (line 407) | static void u256_from_bytes(uint32_t z[8], const uint8_t p[32]) function u256_to_bytes (line 425) | static void u256_to_bytes(uint8_t p[32], const uint32_t z[8]) type m256_mod (line 465) | typedef struct { function m256_add (line 511) | static void m256_add(uint32_t z[8], function m256_add_p (line 533) | static void m256_add_p(uint32_t z[8], function m256_sub (line 548) | static void m256_sub(uint32_t z[8], function m256_sub_p (line 569) | static void m256_sub_p(uint32_t z[8], function m256_mul (line 584) | static void m256_mul(uint32_t z[8], function m256_mul_p (line 624) | static void m256_mul_p(uint32_t z[8], function m256_prep (line 637) | static void m256_prep(uint32_t z[8], const m256_mod *mod) function m256_done (line 650) | static void m256_done(uint32_t z[8], const m256_mod *mod) function m256_set32 (line 665) | static void m256_set32(uint32_t z[8], uint32_t x, const m256_mod *mod) function m256_inv (line 684) | static void m256_inv(uint32_t z[8], const uint32_t x[8], function m256_from_bytes (line 729) | static int m256_from_bytes(uint32_t z[8], function m256_to_bytes (line 751) | static void m256_to_bytes(uint8_t p[32], function point_check (line 823) | static uint32_t point_check(const uint32_t x[8], const uint32_t y[8]) function point_to_affine (line 850) | static void point_to_affine(uint32_t x[8], uint32_t y[8], uint32_t z[8]) function point_double (line 869) | static void point_double(uint32_t x[8], uint32_t y[8], uint32_t z[8]) function point_add (line 917) | static void point_add(uint32_t x1[8], uint32_t y1[8], uint32_t z1[8], function point_add_or_double_leaky (line 976) | static void point_add_or_double_leaky( function point_from_bytes (line 1013) | static int point_from_bytes(uint32_t x[8], uint32_t y[8], const uint8_t ... function point_to_bytes (line 1035) | static void point_to_bytes(uint8_t p[64], function scalar_mult (line 1057) | static void scalar_mult(uint32_t rx[8], uint32_t ry[8], function scalar_from_bytes (line 1140) | static int scalar_from_bytes(uint32_t s[8], const uint8_t p[32]) function p256_generate_random (line 1159) | int p256_generate_random(uint8_t *output, unsigned output_size) function scalar_gen_with_pub (line 1179) | static int scalar_gen_with_pub(uint8_t sbytes[32], uint32_t s[8], function p256_gen_keypair (line 1212) | int p256_gen_keypair(uint8_t priv[32], uint8_t pub[64]) function p256_ecdh_shared_secret (line 1233) | int p256_ecdh_shared_secret(uint8_t secret[32], function ecdsa_m256_mod_n (line 1279) | static void ecdsa_m256_mod_n(uint32_t x[8]) function ecdsa_m256_from_hash (line 1297) | static void ecdsa_m256_from_hash(uint32_t z[8], function p256_ecdsa_sign (line 1323) | int p256_ecdsa_sign(uint8_t sig[64], const uint8_t priv[32], function p256_ecdsa_verify (line 1397) | int p256_ecdsa_verify(const uint8_t sig[64], const uint8_t pub[64], function p256_validate_pubkey (line 1475) | int p256_validate_pubkey(const uint8_t pub[64]) function p256_validate_privkey (line 1483) | int p256_validate_privkey(const uint8_t priv[32]) function p256_public_from_private (line 1492) | int p256_public_from_private(uint8_t pub[64], const uint8_t priv[32]) FILE: thirdparty/mbedtls/3rdparty/p256-m/p256-m_driver_entrypoints.c function psa_status_t (line 45) | static psa_status_t p256_to_psa_error(int ret) function psa_status_t (line 61) | psa_status_t p256_transparent_import_key(const psa_key_attributes_t *att... function psa_status_t (line 106) | psa_status_t p256_transparent_export_public_key(const psa_key_attributes... function psa_status_t (line 138) | psa_status_t p256_transparent_generate_key( function psa_status_t (line 168) | psa_status_t p256_transparent_key_agreement( function psa_status_t (line 203) | psa_status_t p256_transparent_sign_hash( function psa_status_t (line 238) | static psa_status_t p256_verify_hash_with_public_key( function psa_status_t (line 261) | psa_status_t p256_transparent_verify_hash( FILE: thirdparty/mbedtls/include/mbedtls/aes.h type mbedtls_aes_context (line 63) | typedef struct mbedtls_aes_context { type mbedtls_aes_xts_context (line 87) | typedef struct mbedtls_aes_xts_context { FILE: thirdparty/mbedtls/include/mbedtls/aria.h type mbedtls_aria_context (line 52) | typedef struct mbedtls_aria_context { FILE: thirdparty/mbedtls/include/mbedtls/asn1.h type mbedtls_asn1_buf (line 141) | typedef struct mbedtls_asn1_buf { type mbedtls_asn1_bitstring (line 151) | typedef struct mbedtls_asn1_bitstring { type mbedtls_asn1_sequence (line 161) | typedef struct mbedtls_asn1_sequence { type mbedtls_asn1_named_data (line 178) | typedef struct mbedtls_asn1_named_data { FILE: thirdparty/mbedtls/include/mbedtls/bignum.h type mbedtls_mpi_sint (line 119) | typedef int64_t mbedtls_mpi_sint; type mbedtls_mpi_uint (line 120) | typedef uint64_t mbedtls_mpi_uint; type mbedtls_mpi_sint (line 132) | typedef int64_t mbedtls_mpi_sint; type mbedtls_mpi_uint (line 133) | typedef uint64_t mbedtls_mpi_uint; type mbedtls_t_udbl (line 137) | typedef unsigned int mbedtls_t_udbl __attribute__((mode(TI))); type mbedtls_mpi_sint (line 148) | typedef int64_t mbedtls_mpi_sint; type mbedtls_mpi_uint (line 149) | typedef uint64_t mbedtls_mpi_uint; type __uint128_t (line 153) | typedef __uint128_t mbedtls_t_udbl; type mbedtls_mpi_sint (line 158) | typedef int64_t mbedtls_mpi_sint; type mbedtls_mpi_uint (line 159) | typedef uint64_t mbedtls_mpi_uint; type mbedtls_mpi_sint (line 169) | typedef int32_t mbedtls_mpi_sint; type mbedtls_mpi_uint (line 170) | typedef uint32_t mbedtls_mpi_uint; type mbedtls_t_udbl (line 173) | typedef uint64_t mbedtls_t_udbl; type mbedtls_mpi (line 208) | typedef struct mbedtls_mpi { type mbedtls_mpi_gen_prime_flag_t (line 1045) | typedef enum { FILE: thirdparty/mbedtls/include/mbedtls/block_cipher.h type mbedtls_block_cipher_id_t (line 35) | typedef enum { type mbedtls_block_cipher_engine_t (line 47) | typedef enum { type mbedtls_block_cipher_context_t (line 52) | typedef struct { FILE: thirdparty/mbedtls/include/mbedtls/camellia.h type mbedtls_camellia_context (line 41) | typedef struct mbedtls_camellia_context { FILE: thirdparty/mbedtls/include/mbedtls/ccm.h type mbedtls_ccm_context (line 69) | typedef struct mbedtls_ccm_context { FILE: thirdparty/mbedtls/include/mbedtls/chacha20.h type mbedtls_chacha20_context (line 38) | typedef struct mbedtls_chacha20_context { FILE: thirdparty/mbedtls/include/mbedtls/chachapoly.h type mbedtls_chachapoly_mode_t (line 38) | typedef enum { type mbedtls_chachapoly_context (line 48) | typedef struct mbedtls_chachapoly_context { FILE: thirdparty/mbedtls/include/mbedtls/check_config.h type mbedtls_iso_c_forbids_empty_translation_units (line 1147) | typedef int mbedtls_iso_c_forbids_empty_translation_units; FILE: thirdparty/mbedtls/include/mbedtls/cipher.h type mbedtls_cipher_id_t (line 66) | typedef enum { type mbedtls_cipher_type_t (line 84) | typedef enum { type mbedtls_cipher_mode_t (line 172) | typedef enum { type mbedtls_cipher_padding_t (line 190) | typedef enum { type mbedtls_operation_t (line 199) | typedef enum { type mbedtls_cipher_base_t (line 244) | typedef struct mbedtls_cipher_base_t mbedtls_cipher_base_t; type mbedtls_cmac_context_t (line 249) | typedef struct mbedtls_cmac_context_t mbedtls_cmac_context_t; type mbedtls_cipher_info_t (line 266) | typedef struct mbedtls_cipher_info_t { type mbedtls_cipher_context_t (line 316) | typedef struct mbedtls_cipher_context_t { function mbedtls_cipher_type_t (line 444) | static inline mbedtls_cipher_type_t mbedtls_cipher_info_get_type( function mbedtls_cipher_mode_t (line 463) | static inline mbedtls_cipher_mode_t mbedtls_cipher_info_get_mode( function mbedtls_cipher_info_get_key_bitlen (line 484) | static inline size_t mbedtls_cipher_info_get_key_bitlen( function mbedtls_cipher_info_get_iv_size (line 525) | static inline size_t mbedtls_cipher_info_get_iv_size( function mbedtls_cipher_info_get_block_size (line 545) | static inline size_t mbedtls_cipher_info_get_block_size( function mbedtls_cipher_info_has_variable_key_bitlen (line 564) | static inline int mbedtls_cipher_info_has_variable_key_bitlen( function mbedtls_cipher_info_has_variable_iv_size (line 583) | static inline int mbedtls_cipher_info_has_variable_iv_size( function mbedtls_cipher_get_block_size (line 685) | static inline unsigned int mbedtls_cipher_get_block_size( function mbedtls_cipher_mode_t (line 704) | static inline mbedtls_cipher_mode_t mbedtls_cipher_get_cipher_mode( function mbedtls_cipher_get_iv_size (line 724) | static inline int mbedtls_cipher_get_iv_size( function mbedtls_cipher_type_t (line 747) | static inline mbedtls_cipher_type_t mbedtls_cipher_get_type( function mbedtls_cipher_get_key_bitlen (line 785) | static inline int mbedtls_cipher_get_key_bitlen( function mbedtls_operation_t (line 804) | static inline mbedtls_operation_t mbedtls_cipher_get_operation( FILE: thirdparty/mbedtls/include/mbedtls/cmac.h type mbedtls_cmac_context_t (line 59) | struct mbedtls_cmac_context_t { FILE: thirdparty/mbedtls/include/mbedtls/ctr_drbg.h type mbedtls_ctr_drbg_psa_context (line 176) | typedef struct mbedtls_ctr_drbg_psa_context { type mbedtls_ctr_drbg_context (line 185) | typedef struct mbedtls_ctr_drbg_context { FILE: thirdparty/mbedtls/include/mbedtls/des.h type mbedtls_des_context (line 48) | typedef struct mbedtls_des_context { type mbedtls_des3_context (line 60) | typedef struct mbedtls_des3_context { FILE: thirdparty/mbedtls/include/mbedtls/dhm.h type mbedtls_dhm_parameter (line 83) | typedef enum { type mbedtls_dhm_context (line 101) | typedef struct mbedtls_dhm_context { FILE: thirdparty/mbedtls/include/mbedtls/ecdh.h type mbedtls_ecdh_side (line 59) | typedef enum { type mbedtls_ecdh_variant (line 71) | typedef enum { type mbedtls_ecdh_context_mbed (line 86) | typedef struct mbedtls_ecdh_context_mbed { type mbedtls_ecdh_context (line 105) | typedef struct mbedtls_ecdh_context { FILE: thirdparty/mbedtls/include/mbedtls/ecdsa.h type mbedtls_ecp_keypair (line 68) | typedef mbedtls_ecp_keypair mbedtls_ecdsa_context; type mbedtls_ecdsa_restart_ver_ctx (line 77) | typedef struct mbedtls_ecdsa_restart_ver mbedtls_ecdsa_restart_ver_ctx; type mbedtls_ecdsa_restart_sig_ctx (line 84) | typedef struct mbedtls_ecdsa_restart_sig mbedtls_ecdsa_restart_sig_ctx; type mbedtls_ecdsa_restart_det_ctx (line 92) | typedef struct mbedtls_ecdsa_restart_det mbedtls_ecdsa_restart_det_ctx; type mbedtls_ecdsa_restart_ctx (line 98) | typedef struct { type mbedtls_ecdsa_restart_ctx (line 111) | typedef void mbedtls_ecdsa_restart_ctx; FILE: thirdparty/mbedtls/include/mbedtls/ecjpake.h type mbedtls_ecjpake_role (line 42) | typedef enum { type mbedtls_ecjpake_context (line 60) | typedef struct mbedtls_ecjpake_context { FILE: thirdparty/mbedtls/include/mbedtls/ecp.h type mbedtls_ecp_group_id (line 102) | typedef enum { type mbedtls_ecp_curve_type (line 127) | typedef enum { type mbedtls_ecp_curve_info (line 140) | typedef struct mbedtls_ecp_curve_info { type mbedtls_ecp_point (line 158) | typedef struct mbedtls_ecp_point { type mbedtls_ecp_group (line 233) | typedef struct mbedtls_ecp_group { type mbedtls_ecp_restart_mul_ctx (line 364) | typedef struct mbedtls_ecp_restart_mul mbedtls_ecp_restart_mul_ctx; type mbedtls_ecp_restart_muladd_ctx (line 371) | typedef struct mbedtls_ecp_restart_muladd mbedtls_ecp_restart_muladd_ctx; type mbedtls_ecp_restart_ctx (line 376) | typedef struct { type mbedtls_ecp_restart_ctx (line 416) | typedef void mbedtls_ecp_restart_ctx; type mbedtls_ecp_keypair (line 428) | typedef struct mbedtls_ecp_keypair { function mbedtls_ecp_group_a_is_minus_3 (line 1022) | static inline int mbedtls_ecp_group_a_is_minus_3(const mbedtls_ecp_group... FILE: thirdparty/mbedtls/include/mbedtls/entropy.h type mbedtls_entropy_source_state (line 94) | typedef struct mbedtls_entropy_source_state { type mbedtls_entropy_context (line 106) | typedef struct mbedtls_entropy_context { FILE: thirdparty/mbedtls/include/mbedtls/error.h function mbedtls_error_add (line 142) | static inline int mbedtls_error_add(int high, int low, FILE: thirdparty/mbedtls/include/mbedtls/gcm.h type mbedtls_gcm_context (line 58) | typedef struct mbedtls_gcm_context { FILE: thirdparty/mbedtls/include/mbedtls/hmac_drbg.h type mbedtls_hmac_drbg_context (line 74) | typedef struct mbedtls_hmac_drbg_context { FILE: thirdparty/mbedtls/include/mbedtls/lms.h type mbedtls_lms_algorithm_type_t (line 75) | typedef enum { type mbedtls_lmots_algorithm_type_t (line 83) | typedef enum { type mbedtls_lmots_parameters_t (line 93) | typedef struct { type mbedtls_lmots_public_t (line 121) | typedef struct { type mbedtls_lmots_private_t (line 146) | typedef struct { type mbedtls_lms_parameters_t (line 161) | typedef struct { type mbedtls_lms_public_t (line 190) | typedef struct { type mbedtls_lms_private_t (line 216) | typedef struct { FILE: thirdparty/mbedtls/include/mbedtls/md.h type mbedtls_md_type_t (line 47) | typedef enum { type mbedtls_md_info_t (line 107) | typedef struct mbedtls_md_info_t mbedtls_md_info_t; type mbedtls_md_engine_t (line 114) | typedef enum { type mbedtls_md_context_t (line 122) | typedef struct mbedtls_md_context_t { function mbedtls_md_get_size_from_type (line 246) | static inline unsigned char mbedtls_md_get_size_from_type(mbedtls_md_typ... FILE: thirdparty/mbedtls/include/mbedtls/md5.h type mbedtls_md5_context (line 39) | typedef struct mbedtls_md5_context { FILE: thirdparty/mbedtls/include/mbedtls/net_sockets.h type mbedtls_net_context (line 83) | typedef struct mbedtls_net_context { FILE: thirdparty/mbedtls/include/mbedtls/nist_kw.h type mbedtls_nist_kw_mode_t (line 35) | typedef enum { type mbedtls_nist_kw_context (line 51) | typedef struct { FILE: thirdparty/mbedtls/include/mbedtls/oid.h type mbedtls_oid_descriptor_t (line 476) | typedef struct mbedtls_oid_descriptor_t { FILE: thirdparty/mbedtls/include/mbedtls/pem.h type mbedtls_pem_context (line 52) | typedef struct mbedtls_pem_context { FILE: thirdparty/mbedtls/include/mbedtls/pk.h type mbedtls_pk_type_t (line 73) | typedef enum { type mbedtls_pk_rsassa_pss_options (line 88) | typedef struct mbedtls_pk_rsassa_pss_options { type mbedtls_pk_debug_type (line 187) | typedef enum { type mbedtls_pk_debug_item (line 197) | typedef struct mbedtls_pk_debug_item { type mbedtls_pk_info_t (line 213) | typedef struct mbedtls_pk_info_t mbedtls_pk_info_t; type mbedtls_pk_context (line 220) | typedef struct mbedtls_pk_context { type mbedtls_pk_restart_ctx (line 271) | typedef struct { type mbedtls_pk_restart_ctx (line 277) | typedef void mbedtls_pk_restart_ctx; function mbedtls_pk_get_len (line 439) | static inline size_t mbedtls_pk_get_len(const mbedtls_pk_context *ctx) function mbedtls_rsa_context (line 1037) | static inline mbedtls_rsa_context *mbedtls_pk_rsa(const mbedtls_pk_conte... function mbedtls_ecp_keypair (line 1060) | static inline mbedtls_ecp_keypair *mbedtls_pk_ec(const mbedtls_pk_contex... FILE: thirdparty/mbedtls/include/mbedtls/pkcs7.h type mbedtls_asn1_buf (line 78) | typedef mbedtls_asn1_buf mbedtls_pkcs7_buf; type mbedtls_asn1_named_data (line 84) | typedef mbedtls_asn1_named_data mbedtls_pkcs7_name; type mbedtls_asn1_sequence (line 89) | typedef mbedtls_asn1_sequence mbedtls_pkcs7_sequence; type mbedtls_pkcs7_type (line 94) | typedef enum { type mbedtls_pkcs7_signer_info (line 108) | typedef struct mbedtls_pkcs7_signer_info { type mbedtls_pkcs7_signed_data (line 123) | typedef struct mbedtls_pkcs7_signed_data { type mbedtls_pkcs7 (line 138) | typedef struct mbedtls_pkcs7 { FILE: thirdparty/mbedtls/include/mbedtls/platform.h type mbedtls_platform_context (line 440) | typedef struct mbedtls_platform_context { FILE: thirdparty/mbedtls/include/mbedtls/platform_time.h type MBEDTLS_PLATFORM_TIME_TYPE_MACRO (line 23) | typedef MBEDTLS_PLATFORM_TIME_TYPE_MACRO mbedtls_time_t; type time_t (line 27) | typedef time_t mbedtls_time_t; type MBEDTLS_PLATFORM_MS_TIME_TYPE_MACRO (line 31) | typedef MBEDTLS_PLATFORM_MS_TIME_TYPE_MACRO mbedtls_ms_time_t; type mbedtls_ms_time_t (line 35) | typedef int64_t mbedtls_ms_time_t; FILE: thirdparty/mbedtls/include/mbedtls/platform_util.h type tm (line 239) | struct tm type tm (line 240) | struct tm FILE: thirdparty/mbedtls/include/mbedtls/poly1305.h type mbedtls_poly1305_context (line 38) | typedef struct mbedtls_poly1305_context { FILE: thirdparty/mbedtls/include/mbedtls/psa_util.h function psa_algorithm_t (line 121) | static inline psa_algorithm_t mbedtls_md_psa_alg_from_type(mbedtls_md_ty... function mbedtls_md_type_t (line 138) | static inline mbedtls_md_type_t mbedtls_md_type_from_psa_alg(psa_algorit... FILE: thirdparty/mbedtls/include/mbedtls/ripemd160.h type mbedtls_ripemd160_context (line 30) | typedef struct mbedtls_ripemd160_context { FILE: thirdparty/mbedtls/include/mbedtls/rsa.h type mbedtls_rsa_context (line 85) | typedef struct mbedtls_rsa_context { FILE: thirdparty/mbedtls/include/mbedtls/sha1.h type mbedtls_sha1_context (line 45) | typedef struct mbedtls_sha1_context { FILE: thirdparty/mbedtls/include/mbedtls/sha256.h type mbedtls_sha256_context (line 40) | typedef struct mbedtls_sha256_context { FILE: thirdparty/mbedtls/include/mbedtls/sha3.h type mbedtls_sha3_id (line 37) | typedef enum { type mbedtls_sha3_context (line 50) | typedef struct { FILE: thirdparty/mbedtls/include/mbedtls/sha512.h type mbedtls_sha512_context (line 39) | typedef struct mbedtls_sha512_context { FILE: thirdparty/mbedtls/include/mbedtls/ssl.h type mbedtls_ssl_states (line 747) | typedef enum { type mbedtls_ssl_early_data_status (line 786) | typedef enum { type mbedtls_ssl_session (line 907) | typedef struct mbedtls_ssl_session mbedtls_ssl_session; type mbedtls_ssl_context (line 908) | typedef struct mbedtls_ssl_context mbedtls_ssl_context; type mbedtls_ssl_config (line 909) | typedef struct mbedtls_ssl_config mbedtls_ssl_config; type mbedtls_ssl_transform (line 912) | typedef struct mbedtls_ssl_transform mbedtls_ssl_transform; type mbedtls_ssl_handshake_params (line 913) | typedef struct mbedtls_ssl_handshake_params mbedtls_ssl_handshake_params; type mbedtls_ssl_sig_hash_set_t (line 914) | typedef struct mbedtls_ssl_sig_hash_set_t mbedtls_ssl_sig_hash_set_t; type mbedtls_ssl_key_cert (line 916) | typedef struct mbedtls_ssl_key_cert mbedtls_ssl_key_cert; type mbedtls_ssl_flight_item (line 919) | typedef struct mbedtls_ssl_flight_item mbedtls_ssl_flight_item; type mbedtls_ssl_tls13_application_secrets (line 1216) | typedef struct { type mbedtls_ssl_srtp_profile (line 1243) | typedef uint16_t mbedtls_ssl_srtp_profile; type mbedtls_dtls_srtp_info (line 1245) | typedef struct mbedtls_dtls_srtp_info_t { type mbedtls_ssl_protocol_version (line 1258) | typedef enum { type mbedtls_ssl_session (line 1275) | struct mbedtls_ssl_session { type mbedtls_tls_prf_types (line 1378) | typedef enum { type mbedtls_ssl_key_export_type (line 1387) | typedef enum { type mbedtls_ssl_user_data_t (line 1447) | typedef union { type mbedtls_ssl_config (line 1455) | struct mbedtls_ssl_config { type mbedtls_ssl_context (line 1731) | struct mbedtls_ssl_context { function mbedtls_ssl_conf_get_endpoint (line 2124) | static inline int mbedtls_ssl_conf_get_endpoint(const mbedtls_ssl_config... function mbedtls_ssl_config (line 2298) | static inline const mbedtls_ssl_config *mbedtls_ssl_context_get_config( function mbedtls_ssl_conf_cert_cb (line 2680) | static inline void mbedtls_ssl_conf_cert_cb(mbedtls_ssl_config *conf, function mbedtls_ssl_session_get_ticket_creation_time (line 2775) | static inline int mbedtls_ssl_session_get_ticket_creation_time( function mbedtls_ssl_session_get_id_len (line 2810) | static inline size_t mbedtls_ssl_session_get_id_len(const mbedtls_ssl_se... function mbedtls_ssl_session_get_ciphersuite_id (line 2822) | static inline int mbedtls_ssl_session_get_ciphersuite_id(const mbedtls_s... function mbedtls_ssl_conf_set_user_data_p (line 2859) | static inline void mbedtls_ssl_conf_set_user_data_p( function mbedtls_ssl_conf_set_user_data_n (line 2873) | static inline void mbedtls_ssl_conf_set_user_data_n( function mbedtls_ssl_conf_get_user_data_n (line 2906) | static inline uintptr_t mbedtls_ssl_conf_get_user_data_n( function mbedtls_ssl_set_user_data_p (line 2922) | static inline void mbedtls_ssl_set_user_data_p( function mbedtls_ssl_set_user_data_n (line 2936) | static inline void mbedtls_ssl_set_user_data_n( function mbedtls_ssl_get_user_data_n (line 2969) | static inline uintptr_t mbedtls_ssl_get_user_data_n( function mbedtls_ssl_conf_dn_hints (line 3598) | static inline function mbedtls_ssl_conf_max_tls_version (line 4421) | static inline void mbedtls_ssl_conf_max_tls_version(mbedtls_ssl_config *... function mbedtls_ssl_conf_min_tls_version (line 4478) | static inline void mbedtls_ssl_conf_min_tls_version(mbedtls_ssl_config *... function mbedtls_ssl_protocol_version (line 4874) | static inline mbedtls_ssl_protocol_version mbedtls_ssl_get_version_number( function mbedtls_ssl_is_handshake_over (line 5114) | static inline int mbedtls_ssl_is_handshake_over(mbedtls_ssl_context *ssl) FILE: thirdparty/mbedtls/include/mbedtls/ssl_cache.h type mbedtls_ssl_cache_context (line 44) | typedef struct mbedtls_ssl_cache_context mbedtls_ssl_cache_context; type mbedtls_ssl_cache_entry (line 45) | typedef struct mbedtls_ssl_cache_entry mbedtls_ssl_cache_entry; type mbedtls_ssl_cache_entry (line 50) | struct mbedtls_ssl_cache_entry { type mbedtls_ssl_cache_context (line 67) | struct mbedtls_ssl_cache_context { function mbedtls_ssl_cache_get_timeout (line 161) | static inline int mbedtls_ssl_cache_get_timeout(mbedtls_ssl_cache_contex... FILE: thirdparty/mbedtls/include/mbedtls/ssl_ciphersuites.h type mbedtls_key_exchange_type_t (line 257) | typedef enum { type mbedtls_ssl_ciphersuite_t (line 434) | typedef struct mbedtls_ssl_ciphersuite_t mbedtls_ssl_ciphersuite_t; type mbedtls_ssl_ciphersuite_t (line 448) | struct mbedtls_ssl_ciphersuite_t { function mbedtls_ssl_ciphersuite_get_id (line 471) | static inline int mbedtls_ssl_ciphersuite_get_id(const mbedtls_ssl_ciphe... FILE: thirdparty/mbedtls/include/mbedtls/ssl_cookie.h type mbedtls_ssl_cookie_ctx (line 44) | typedef struct mbedtls_ssl_cookie_ctx { FILE: thirdparty/mbedtls/include/mbedtls/ssl_ticket.h type mbedtls_ssl_ticket_key (line 47) | typedef struct mbedtls_ssl_ticket_key { type mbedtls_ssl_ticket_context (line 71) | typedef struct mbedtls_ssl_ticket_context { FILE: thirdparty/mbedtls/include/mbedtls/threading.h type mbedtls_threading_mutex_t (line 29) | typedef struct mbedtls_threading_mutex_t { FILE: thirdparty/mbedtls/include/mbedtls/timing.h type mbedtls_timing_hr_time (line 29) | struct mbedtls_timing_hr_time { type mbedtls_timing_delay_context (line 36) | typedef struct mbedtls_timing_delay_context { type mbedtls_timing_hr_time (line 47) | struct mbedtls_timing_hr_time FILE: thirdparty/mbedtls/include/mbedtls/x509.h type mbedtls_asn1_buf (line 216) | typedef mbedtls_asn1_buf mbedtls_x509_buf; type mbedtls_asn1_bitstring (line 221) | typedef mbedtls_asn1_bitstring mbedtls_x509_bitstring; type mbedtls_asn1_named_data (line 227) | typedef mbedtls_asn1_named_data mbedtls_x509_name; type mbedtls_asn1_sequence (line 232) | typedef mbedtls_asn1_sequence mbedtls_x509_sequence; type mbedtls_x509_authority (line 237) | typedef struct mbedtls_x509_authority { type mbedtls_x509_time (line 246) | typedef struct mbedtls_x509_time { type mbedtls_x509_san_other_name (line 261) | typedef struct mbedtls_x509_san_other_name { type mbedtls_x509_subject_alternative_name (line 292) | typedef struct mbedtls_x509_subject_alternative_name { type mbedtls_x509_san_list (line 303) | typedef struct mbedtls_x509_san_list { function mbedtls_x509_name (line 354) | static inline mbedtls_x509_name *mbedtls_x509_dn_get_next( FILE: thirdparty/mbedtls/include/mbedtls/x509_crl.h type mbedtls_x509_crl_entry (line 39) | typedef struct mbedtls_x509_crl_entry { type mbedtls_x509_crl (line 64) | typedef struct mbedtls_x509_crl { FILE: thirdparty/mbedtls/include/mbedtls/x509_crt.h type mbedtls_x509_crt (line 41) | typedef struct mbedtls_x509_crt { type mbedtls_x509_crt_profile (line 125) | typedef struct mbedtls_x509_crt_profile { type mbedtls_x509write_cert (line 217) | typedef struct mbedtls_x509write_cert { type mbedtls_x509_crt_verify_chain_item (line 250) | typedef struct { type mbedtls_x509_crt_verify_chain (line 263) | typedef struct { type mbedtls_x509_crt_restart_ctx (line 281) | typedef struct { type mbedtls_x509_crt_restart_ctx (line 306) | typedef void mbedtls_x509_crt_restart_ctx; function mbedtls_x509_crt_has_ext_type (line 913) | static inline int mbedtls_x509_crt_has_ext_type(const mbedtls_x509_crt *... FILE: thirdparty/mbedtls/include/mbedtls/x509_csr.h type mbedtls_x509_csr (line 38) | typedef struct mbedtls_x509_csr { type mbedtls_x509write_csr (line 66) | typedef struct mbedtls_x509write_csr { FILE: thirdparty/mbedtls/include/psa/crypto.h type psa_hash_operation_t (line 944) | typedef struct psa_hash_operation_s psa_hash_operation_t; type psa_mac_operation_t (line 1303) | typedef struct psa_mac_operation_s psa_mac_operation_t; type psa_cipher_operation_t (line 1716) | typedef struct psa_cipher_operation_s psa_cipher_operation_t; type psa_aead_operation_t (line 2234) | typedef struct psa_aead_operation_s psa_aead_operation_t; type psa_key_derivation_operation_t (line 3221) | typedef struct psa_key_derivation_s psa_key_derivation_operation_t; type psa_sign_hash_interruptible_operation_t (line 4379) | typedef struct psa_sign_hash_interruptible_operation_s psa_sign_hash_int... type psa_verify_hash_interruptible_operation_t (line 4412) | typedef struct psa_verify_hash_interruptible_operation_s psa_verify_hash... FILE: thirdparty/mbedtls/include/psa/crypto_builtin_composites.h type mbedtls_psa_hmac_operation_t (line 45) | typedef struct { type mbedtls_psa_mac_operation_t (line 57) | typedef struct { type mbedtls_psa_aead_operation_t (line 79) | typedef struct { type mbedtls_psa_sign_hash_interruptible_operation_t (line 108) | typedef struct { type mbedtls_psa_verify_hash_interruptible_operation_t (line 142) | typedef struct { type mbedtls_psa_pake_operation_t (line 191) | typedef struct { FILE: thirdparty/mbedtls/include/psa/crypto_builtin_key_derivation.h type psa_hkdf_key_derivation_t (line 30) | typedef struct { type psa_tls12_ecjpake_to_pms_t (line 48) | typedef struct { type psa_tls12_prf_key_derivation_state_t (line 55) | typedef enum { type psa_tls12_prf_key_derivation_t (line 64) | typedef struct psa_tls12_prf_key_derivation_s { type psa_pbkdf2_key_derivation_state_t (line 97) | typedef enum { type psa_pbkdf2_key_derivation_t (line 105) | typedef struct { FILE: thirdparty/mbedtls/include/psa/crypto_builtin_primitives.h type mbedtls_psa_hash_operation_t (line 52) | typedef struct { type mbedtls_psa_cipher_operation_t (line 101) | typedef struct { FILE: thirdparty/mbedtls/include/psa/crypto_compat.h type mbedtls_svc_key_id_t (line 31) | typedef mbedtls_svc_key_id_t psa_key_handle_t; function psa_key_handle_is_null (line 41) | static inline int psa_key_handle_is_null(psa_key_handle_t handle) function psa_status_t (line 180) | static inline psa_status_t MBEDTLS_DEPRECATED psa_set_key_domain_paramet... function psa_status_t (line 206) | static inline psa_status_t MBEDTLS_DEPRECATED psa_get_key_domain_paramet... FILE: thirdparty/mbedtls/include/psa/crypto_driver_common.h type psa_encrypt_or_decrypt_t (line 39) | typedef enum { FILE: thirdparty/mbedtls/include/psa/crypto_driver_contexts_composites.h type libtestdriver1_mbedtls_psa_mac_operation_t (line 40) | typedef libtestdriver1_mbedtls_psa_mac_operation_t type libtestdriver1_mbedtls_psa_mac_operation_t (line 42) | typedef libtestdriver1_mbedtls_psa_mac_operation_t type mbedtls_psa_mac_operation_t (line 51) | typedef mbedtls_psa_mac_operation_t type mbedtls_psa_mac_operation_t (line 53) | typedef mbedtls_psa_mac_operation_t type libtestdriver1_mbedtls_psa_aead_operation_t (line 65) | typedef libtestdriver1_mbedtls_psa_aead_operation_t type mbedtls_psa_aead_operation_t (line 71) | typedef mbedtls_psa_aead_operation_t type libtestdriver1_mbedtls_psa_pake_operation_t (line 82) | typedef libtestdriver1_mbedtls_psa_pake_operation_t type libtestdriver1_mbedtls_psa_pake_operation_t (line 84) | typedef libtestdriver1_mbedtls_psa_pake_operation_t type mbedtls_psa_pake_operation_t (line 93) | typedef mbedtls_psa_pake_operation_t type mbedtls_psa_pake_operation_t (line 95) | typedef mbedtls_psa_pake_operation_t type psa_driver_mac_context_t (line 114) | typedef union { type psa_driver_aead_context_t (line 123) | typedef union { type psa_driver_sign_hash_interruptible_context_t (line 131) | typedef union { type psa_driver_verify_hash_interruptible_context_t (line 136) | typedef union { type psa_driver_pake_context_t (line 141) | typedef union { FILE: thirdparty/mbedtls/include/psa/crypto_driver_contexts_key_derivation.h type psa_driver_key_derivation_context_t (line 32) | typedef union { FILE: thirdparty/mbedtls/include/psa/crypto_driver_contexts_primitives.h type libtestdriver1_mbedtls_psa_cipher_operation_t (line 40) | typedef libtestdriver1_mbedtls_psa_cipher_operation_t type mbedtls_psa_cipher_operation_t (line 46) | typedef mbedtls_psa_cipher_operation_t type libtestdriver1_mbedtls_psa_hash_operation_t (line 56) | typedef libtestdriver1_mbedtls_psa_hash_operation_t type mbedtls_psa_hash_operation_t (line 62) | typedef mbedtls_psa_hash_operation_t type mbedtls_opaque_test_driver_cipher_operation_t (line 70) | typedef struct { type psa_driver_hash_context_t (line 87) | typedef union { type psa_driver_cipher_context_t (line 95) | typedef union { FILE: thirdparty/mbedtls/include/psa/crypto_extra.h function psa_set_key_enrollment_algorithm (line 68) | static inline void psa_set_key_enrollment_algorithm( function psa_algorithm_t (line 81) | static inline psa_algorithm_t psa_get_key_enrollment_algorithm( function psa_set_key_slot_number (line 138) | static inline void psa_set_key_slot_number( function psa_clear_key_slot_number (line 152) | static inline void psa_clear_key_slot_number( type mbedtls_psa_stats_t (line 231) | typedef struct mbedtls_psa_stats_s { type psa_drv_slot_number_t (line 516) | typedef uint64_t psa_drv_slot_number_t; function psa_key_id_is_builtin (line 528) | static inline int psa_key_id_is_builtin(psa_key_id_t key_id) type psa_pake_role_t (line 797) | typedef uint8_t psa_pake_role_t; type psa_pake_step_t (line 805) | typedef uint8_t psa_pake_step_t; type psa_pake_primitive_type_t (line 815) | typedef uint8_t psa_pake_primitive_type_t; type psa_pake_family_t (line 822) | typedef uint8_t psa_pake_family_t; type psa_pake_primitive_t (line 828) | typedef uint32_t psa_pake_primitive_t; type psa_pake_cipher_suite_s (line 1084) | struct psa_pake_cipher_suite_s { type psa_crypto_driver_pake_inputs_s (line 1092) | struct psa_crypto_driver_pake_inputs_s { type psa_crypto_driver_pake_step_t (line 1103) | typedef enum psa_crypto_driver_pake_step { type psa_jpake_round_t (line 1119) | typedef enum psa_jpake_round { type psa_jpake_io_mode_t (line 1125) | typedef enum psa_jpake_io_mode { type psa_jpake_computation_stage_s (line 1130) | struct psa_jpake_computation_stage_s { type psa_pake_operation_s (line 1148) | struct psa_pake_operation_s { type psa_pake_cipher_suite_t (line 1190) | typedef struct psa_pake_cipher_suite_s psa_pake_cipher_suite_t; type psa_pake_operation_t (line 1323) | typedef struct psa_pake_operation_s psa_pake_operation_t; type psa_crypto_driver_pake_inputs_t (line 1326) | typedef struct psa_crypto_driver_pake_inputs_s psa_crypto_driver_pake_in... type psa_jpake_computation_stage_t (line 1329) | typedef struct psa_jpake_computation_stage_s psa_jpake_computation_stage_t; function psa_algorithm_t (line 1900) | static inline psa_algorithm_t psa_pake_cs_get_algorithm( function psa_pake_cs_set_algorithm (line 1906) | static inline void psa_pake_cs_set_algorithm( function psa_pake_primitive_t (line 1917) | static inline psa_pake_primitive_t psa_pake_cs_get_primitive( function psa_pake_cs_set_primitive (line 1924) | static inline void psa_pake_cs_set_primitive( function psa_pake_family_t (line 1933) | static inline psa_pake_family_t psa_pake_cs_get_family( function psa_pake_cs_get_bits (line 1939) | static inline uint16_t psa_pake_cs_get_bits( function psa_algorithm_t (line 1945) | static inline psa_algorithm_t psa_pake_cs_get_hash( function psa_pake_cs_set_hash (line 1951) | static inline void psa_pake_cs_set_hash(psa_pake_cipher_suite_t *cipher_... function psa_pake_cipher_suite_init (line 1961) | static inline struct psa_pake_cipher_suite_s psa_pake_cipher_suite_init(... function psa_pake_operation_init (line 1967) | static inline struct psa_pake_operation_s psa_pake_operation_init(void) FILE: thirdparty/mbedtls/include/psa/crypto_platform.h type mbedtls_key_owner_id_t (line 48) | typedef int32_t mbedtls_key_owner_id_t; function mbedtls_key_owner_id_equal (line 57) | static inline int mbedtls_key_owner_id_equal(mbedtls_key_owner_id_t id1, type mbedtls_psa_external_random_context_t (line 87) | typedef struct { type mbedtls_psa_client_handle_t (line 99) | typedef uint32_t mbedtls_psa_client_handle_t; FILE: thirdparty/mbedtls/include/psa/crypto_se_driver.h type psa_drv_se_context_t (line 44) | typedef struct { type psa_status_t (line 124) | typedef psa_status_t (*psa_drv_se_init_t)(psa_drv_se_context_t *drv_cont... type psa_key_slot_number_t (line 137) | typedef uint64_t psa_key_slot_number_t; type psa_status_t (line 173) | typedef psa_status_t (*psa_drv_se_mac_setup_t)(psa_drv_se_context_t *drv... type psa_status_t (line 188) | typedef psa_status_t (*psa_drv_se_mac_update_t)(void *op_context, type psa_status_t (line 208) | typedef psa_status_t (*psa_drv_se_mac_finish_t)(void *op_context, type psa_status_t (line 229) | typedef psa_status_t (*psa_drv_se_mac_finish_verify_t)(void *op_context, type psa_status_t (line 239) | typedef psa_status_t (*psa_drv_se_mac_abort_t)(void *op_context); type psa_status_t (line 259) | typedef psa_status_t (*psa_drv_se_mac_generate_t)(psa_drv_se_context_t *... type psa_status_t (line 288) | typedef psa_status_t (*psa_drv_se_mac_verify_t)(psa_drv_se_context_t *dr... type psa_drv_se_mac_t (line 311) | typedef struct { type psa_status_t (line 379) | typedef psa_status_t (*psa_drv_se_cipher_setup_t)(psa_drv_se_context_t *... type psa_status_t (line 400) | typedef psa_status_t (*psa_drv_se_cipher_set_iv_t)(void *op_context, type psa_status_t (line 422) | typedef psa_status_t (*psa_drv_se_cipher_update_t)(void *op_context, type psa_status_t (line 443) | typedef psa_status_t (*psa_drv_se_cipher_finish_t)(void *op_context, type psa_status_t (line 454) | typedef psa_status_t (*psa_drv_se_cipher_abort_t)(void *op_context); type psa_status_t (line 479) | typedef psa_status_t (*psa_drv_se_cipher_ecb_t)(psa_drv_se_context_t *dr... type psa_drv_se_cipher_t (line 498) | typedef struct { type psa_status_t (line 547) | typedef psa_status_t (*psa_drv_se_asymmetric_sign_t)(psa_drv_se_context_... type psa_status_t (line 573) | typedef psa_status_t (*psa_drv_se_asymmetric_verify_t)(psa_drv_se_contex... type psa_status_t (line 611) | typedef psa_status_t (*psa_drv_se_asymmetric_encrypt_t)(psa_drv_se_conte... type psa_status_t (line 651) | typedef psa_status_t (*psa_drv_se_asymmetric_decrypt_t)(psa_drv_se_conte... type psa_drv_se_asymmetric_t (line 671) | typedef struct { type psa_status_t (line 724) | typedef psa_status_t (*psa_drv_se_aead_encrypt_t)(psa_drv_se_context_t *... type psa_status_t (line 766) | typedef psa_status_t (*psa_drv_se_aead_decrypt_t)(psa_drv_se_context_t *... type psa_drv_se_aead_t (line 788) | typedef struct { type psa_key_creation_method_t (line 806) | typedef enum { type psa_status_t (line 898) | typedef psa_status_t (*psa_drv_se_allocate_key_t)( type psa_status_t (line 944) | typedef psa_status_t (*psa_drv_se_validate_slot_number_t)( type psa_status_t (line 980) | typedef psa_status_t (*psa_drv_se_import_key_t)( type psa_status_t (line 1006) | typedef psa_status_t (*psa_drv_se_destroy_key_t)( type psa_status_t (line 1042) | typedef psa_status_t (*psa_drv_se_export_key_t)(psa_drv_se_context_t *dr... type psa_status_t (line 1094) | typedef psa_status_t (*psa_drv_se_generate_key_t)( type psa_drv_se_key_management_t (line 1109) | typedef struct { type psa_status_t (line 1189) | typedef psa_status_t (*psa_drv_se_key_derivation_setup_t)(psa_drv_se_con... type psa_status_t (line 1209) | typedef psa_status_t (*psa_drv_se_key_derivation_collateral_t)(void *op_... type psa_status_t (line 1224) | typedef psa_status_t (*psa_drv_se_key_derivation_derive_t)(void *op_cont... type psa_status_t (line 1238) | typedef psa_status_t (*psa_drv_se_key_derivation_export_t)(void *op_cont... type psa_drv_se_key_derivation_t (line 1252) | typedef struct { type psa_drv_se_t (line 1278) | typedef struct { FILE: thirdparty/mbedtls/include/psa/crypto_struct.h type psa_hash_operation_s (line 70) | struct psa_hash_operation_s { function psa_hash_operation_init (line 89) | static inline struct psa_hash_operation_s psa_hash_operation_init(void) type psa_cipher_operation_s (line 95) | struct psa_cipher_operation_s { function psa_cipher_operation_init (line 121) | static inline struct psa_cipher_operation_s psa_cipher_operation_init(void) type psa_mac_operation_s (line 131) | struct psa_mac_operation_s { function psa_mac_operation_init (line 153) | static inline struct psa_mac_operation_s psa_mac_operation_init(void) type psa_aead_operation_s (line 159) | struct psa_aead_operation_s { function psa_aead_operation_init (line 192) | static inline struct psa_aead_operation_s psa_aead_operation_init(void) type psa_key_derivation_s (line 202) | struct psa_key_derivation_s { function psa_key_derivation_operation_init (line 219) | static inline struct psa_key_derivation_s psa_key_derivation_operation_i... type psa_custom_key_parameters_s (line 226) | struct psa_custom_key_parameters_s { type psa_key_production_parameters_s (line 252) | struct psa_key_production_parameters_s { type psa_key_policy_s (line 268) | struct psa_key_policy_s { type psa_key_policy_t (line 273) | typedef struct psa_key_policy_s psa_key_policy_t; function psa_key_policy_init (line 276) | static inline struct psa_key_policy_s psa_key_policy_init(void) type psa_key_bits_t (line 284) | typedef uint16_t psa_key_bits_t; type psa_key_attributes_s (line 295) | struct psa_key_attributes_s { function psa_key_attributes_init (line 329) | static inline struct psa_key_attributes_s psa_key_attributes_init(void) function psa_set_key_id (line 335) | static inline void psa_set_key_id(psa_key_attributes_t *attributes, function mbedtls_svc_key_id_t (line 350) | static inline mbedtls_svc_key_id_t psa_get_key_id( function mbedtls_set_key_owner_id (line 357) | static inline void mbedtls_set_key_owner_id(psa_key_attributes_t *attrib... function psa_set_key_lifetime (line 364) | static inline void psa_set_key_lifetime(psa_key_attributes_t *attributes, function psa_key_lifetime_t (line 377) | static inline psa_key_lifetime_t psa_get_key_lifetime( function psa_extend_key_usage_flags (line 383) | static inline void psa_extend_key_usage_flags(psa_key_usage_t *usage_flags) function psa_set_key_usage_flags (line 394) | static inline void psa_set_key_usage_flags(psa_key_attributes_t *attribu... function psa_key_usage_t (line 401) | static inline psa_key_usage_t psa_get_key_usage_flags( function psa_set_key_algorithm (line 407) | static inline void psa_set_key_algorithm(psa_key_attributes_t *attributes, function psa_algorithm_t (line 413) | static inline psa_algorithm_t psa_get_key_algorithm( function psa_set_key_type (line 419) | static inline void psa_set_key_type(psa_key_attributes_t *attributes, function psa_key_type_t (line 425) | static inline psa_key_type_t psa_get_key_type( function psa_set_key_bits (line 431) | static inline void psa_set_key_bits(psa_key_attributes_t *attributes, function psa_get_key_bits (line 441) | static inline size_t psa_get_key_bits( type psa_sign_hash_interruptible_operation_s (line 450) | struct psa_sign_hash_interruptible_operation_s { function psa_sign_hash_interruptible_operation_init (line 476) | static inline struct psa_sign_hash_interruptible_operation_s type psa_verify_hash_interruptible_operation_s (line 488) | struct psa_verify_hash_interruptible_operation_s { function psa_verify_hash_interruptible_operation_init (line 514) | static inline struct psa_verify_hash_interruptible_operation_s FILE: thirdparty/mbedtls/include/psa/crypto_types.h type psa_status_t (line 59) | typedef int32_t psa_status_t; type psa_key_type_t (line 78) | typedef uint16_t psa_key_type_t; type psa_ecc_family_t (line 97) | typedef uint8_t psa_ecc_family_t; type psa_dh_family_t (line 116) | typedef uint8_t psa_dh_family_t; type psa_algorithm_t (line 134) | typedef uint32_t psa_algorithm_t; type psa_key_lifetime_t (line 183) | typedef uint32_t psa_key_lifetime_t; type psa_key_persistence_t (line 219) | typedef uint8_t psa_key_persistence_t; type psa_key_location_t (line 260) | typedef uint32_t psa_key_location_t; type psa_key_id_t (line 275) | typedef uint32_t psa_key_id_t; type psa_key_id_t (line 292) | typedef psa_key_id_t mbedtls_svc_key_id_t; type mbedtls_svc_key_id_t (line 300) | typedef struct { type psa_key_usage_t (line 323) | typedef uint32_t psa_key_usage_t; type psa_key_attributes_t (line 432) | typedef struct psa_key_attributes_s psa_key_attributes_t; type psa_key_slot_number_t (line 441) | typedef uint64_t psa_key_slot_number_t; type psa_key_derivation_step_t (line 456) | typedef uint16_t psa_key_derivation_step_t; type psa_custom_key_parameters_t (line 480) | typedef struct psa_custom_key_parameters_s psa_custom_key_parameters_t; type psa_key_production_parameters_t (line 504) | typedef struct psa_key_production_parameters_s psa_key_production_parame... FILE: thirdparty/mbedtls/include/psa/crypto_values.h function mbedtls_svc_key_id_t (line 2447) | static inline mbedtls_svc_key_id_t mbedtls_svc_key_id_make( function mbedtls_svc_key_id_equal (line 2462) | static inline int mbedtls_svc_key_id_equal(mbedtls_svc_key_id_t id1, function mbedtls_svc_key_id_is_null (line 2474) | static inline int mbedtls_svc_key_id_is_null(mbedtls_svc_key_id_t key) function mbedtls_svc_key_id_t (line 2490) | static inline mbedtls_svc_key_id_t mbedtls_svc_key_id_make( function mbedtls_svc_key_id_equal (line 2504) | static inline int mbedtls_svc_key_id_equal(mbedtls_svc_key_id_t id1, function mbedtls_svc_key_id_is_null (line 2517) | static inline int mbedtls_svc_key_id_is_null(mbedtls_svc_key_id_t key) FILE: thirdparty/mbedtls/library/aes.c function MBEDTLS_MAYBE_UNUSED (line 375) | MBEDTLS_MAYBE_UNUSED static void aes_gen_tables(void) function mbedtls_aes_init (line 492) | void mbedtls_aes_init(mbedtls_aes_context *ctx) function mbedtls_aes_free (line 497) | void mbedtls_aes_free(mbedtls_aes_context *ctx) function mbedtls_aes_xts_init (line 507) | void mbedtls_aes_xts_init(mbedtls_aes_xts_context *ctx) function mbedtls_aes_xts_free (line 513) | void mbedtls_aes_xts_free(mbedtls_aes_xts_context *ctx) function MBEDTLS_MAYBE_UNUSED (line 535) | MBEDTLS_MAYBE_UNUSED static unsigned mbedtls_aes_rk_offset(uint32_t *buf) function mbedtls_aes_setkey_enc (line 576) | int mbedtls_aes_setkey_enc(mbedtls_aes_context *ctx, const unsigned char... function mbedtls_aes_setkey_dec (line 687) | int mbedtls_aes_setkey_dec(mbedtls_aes_context *ctx, const unsigned char... function mbedtls_aes_xts_decode_keys (line 758) | static int mbedtls_aes_xts_decode_keys(const unsigned char *key, function mbedtls_aes_xts_setkey_enc (line 782) | int mbedtls_aes_xts_setkey_enc(mbedtls_aes_xts_context *ctx, function mbedtls_aes_xts_setkey_dec (line 806) | int mbedtls_aes_xts_setkey_dec(mbedtls_aes_xts_context *ctx, function mbedtls_internal_aes_encrypt (line 883) | int mbedtls_internal_aes_encrypt(mbedtls_aes_context *ctx, function mbedtls_internal_aes_decrypt (line 945) | int mbedtls_internal_aes_decrypt(mbedtls_aes_context *ctx, function MBEDTLS_MAYBE_UNUSED (line 1010) | MBEDTLS_MAYBE_UNUSED static void aes_maybe_realign(mbedtls_aes_context *... function mbedtls_aes_crypt_ecb (line 1024) | int mbedtls_aes_crypt_ecb(mbedtls_aes_context *ctx, function mbedtls_aes_crypt_cbc (line 1072) | int mbedtls_aes_crypt_cbc(mbedtls_aes_context *ctx, function mbedtls_gf128mul_x_ble (line 1165) | static inline void mbedtls_gf128mul_x_ble(unsigned char r[16], function mbedtls_aes_crypt_xts (line 1189) | int mbedtls_aes_crypt_xts(mbedtls_aes_xts_context *ctx, function mbedtls_aes_crypt_cfb128 (line 1292) | int mbedtls_aes_crypt_cfb128(mbedtls_aes_context *ctx, function mbedtls_aes_crypt_cfb8 (line 1354) | int mbedtls_aes_crypt_cfb8(mbedtls_aes_context *ctx, function mbedtls_aes_crypt_ofb (line 1398) | int mbedtls_aes_crypt_ofb(mbedtls_aes_context *ctx, function mbedtls_aes_crypt_ctr (line 1437) | int mbedtls_aes_crypt_ctr(mbedtls_aes_context *ctx, function mbedtls_aes_self_test (line 1817) | int mbedtls_aes_self_test(int verbose) FILE: thirdparty/mbedtls/library/aesce.c function mbedtls_aesce_has_support_impl (line 123) | int mbedtls_aesce_has_support_impl(void) function MBEDTLS_OPTIMIZE_FOR_PERFORMANCE (line 165) | MBEDTLS_OPTIMIZE_FOR_PERFORMANCE function uint8x16_t (line 229) | static uint8x16_t aesce_decrypt_block(uint8x16_t block, function mbedtls_aesce_crypt_ecb (line 265) | int mbedtls_aesce_crypt_ecb(mbedtls_aes_context *ctx, function mbedtls_aesce_inverse_key (line 292) | void mbedtls_aesce_inverse_key(unsigned char *invkey, function aes_rot_word (line 308) | static inline uint32_t aes_rot_word(uint32_t word) function aes_sub_word (line 313) | static inline uint32_t aes_sub_word(uint32_t in) function aesce_setkey_enc (line 327) | static void aesce_setkey_enc(unsigned char *rk, function mbedtls_aesce_setkey_enc (line 384) | int mbedtls_aesce_setkey_enc(unsigned char *rk, type uint8x16_t (line 412) | typedef uint8x16_t poly128_t; function poly128_t (line 414) | static inline poly128_t vmull_p64(poly64_t a, poly64_t b) function poly128_t (line 424) | static inline poly128_t vmull_high_p64(poly64x2_t a, poly64x2_t b) function uint8x16_t (line 432) | static inline uint8x16_t vrbitq_u8(uint8x16_t x) function poly64x1_t (line 473) | static inline poly64x1_t vget_low_p64(poly64x2_t a) function uint8x16_t (line 498) | static inline uint8x16_t pmull_low(uint8x16_t a, uint8x16_t b) function uint8x16_t (line 508) | static inline uint8x16_t pmull_high(uint8x16_t a, uint8x16_t b) function uint8x16x3_t (line 531) | static inline uint8x16x3_t poly_mult_128(uint8x16_t a, uint8x16_t b) function uint8x16_t (line 564) | static inline uint8x16_t poly_mult_reduce(uint8x16x3_t input) function mbedtls_aesce_gcm_mult (line 594) | void mbedtls_aesce_gcm_mult(unsigned char c[16], FILE: thirdparty/mbedtls/library/aesni.c function mbedtls_aesni_has_support (line 49) | int mbedtls_aesni_has_support(unsigned int what) function mbedtls_aesni_crypt_ecb (line 93) | int mbedtls_aesni_crypt_ecb(mbedtls_aes_context *ctx, function gcm_clmul (line 138) | static void gcm_clmul(const __m128i aa, const __m128i bb, function gcm_shift (line 157) | static void gcm_shift(__m128i *cc, __m128i *dd) function __m128i (line 175) | static __m128i gcm_reduce(__m128i xx) function __m128i (line 186) | static __m128i gcm_mix(__m128i dx) function mbedtls_aesni_gcm_mult (line 203) | void mbedtls_aesni_gcm_mult(unsigned char c[16], function mbedtls_aesni_inverse_key (line 238) | void mbedtls_aesni_inverse_key(unsigned char *invkey, function __m128i (line 255) | static __m128i aesni_set_rk_128(__m128i state, __m128i xword) function aesni_setkey_enc_128 (line 278) | static void aesni_setkey_enc_128(unsigned char *rk_bytes, function aesni_set_rk_192 (line 300) | static void aesni_set_rk_192(__m128i *state0, __m128i *state1, __m128i x... function aesni_setkey_enc_192 (line 336) | static void aesni_setkey_enc_192(unsigned char *rk, function aesni_set_rk_256 (line 360) | static void aesni_set_rk_256(__m128i state0, __m128i state1, __m128i xword, function aesni_setkey_enc_256 (line 396) | static void aesni_setkey_enc_256(unsigned char *rk_bytes, function mbedtls_aesni_crypt_ecb (line 465) | int mbedtls_aesni_crypt_ecb(mbedtls_aes_context *ctx, function mbedtls_aesni_gcm_mult (line 513) | void mbedtls_aesni_gcm_mult(unsigned char c[16], function mbedtls_aesni_inverse_key (line 625) | void mbedtls_aesni_inverse_key(unsigned char *invkey, function aesni_setkey_enc_128 (line 649) | static void aesni_setkey_enc_128(unsigned char *rk, function aesni_setkey_enc_192 (line 700) | static void aesni_setkey_enc_192(unsigned char *rk, function aesni_setkey_enc_256 (line 759) | static void aesni_setkey_enc_256(unsigned char *rk, function mbedtls_aesni_setkey_enc (line 828) | int mbedtls_aesni_setkey_enc(unsigned char *rk, FILE: thirdparty/mbedtls/library/alignment.h type mbedtls_uint16_unaligned_t (line 52) | typedef uint16_t __packed mbedtls_uint16_unaligned_t; type mbedtls_uint32_unaligned_t (line 53) | typedef uint32_t __packed mbedtls_uint32_unaligned_t; type mbedtls_uint64_unaligned_t (line 54) | typedef uint64_t __packed mbedtls_uint64_unaligned_t; type mbedtls_uint16_unaligned_t (line 86) | typedef struct { type mbedtls_uint32_unaligned_t (line 89) | typedef struct { type mbedtls_uint64_unaligned_t (line 92) | typedef struct { function mbedtls_get_unaligned_uint16 (line 113) | __attribute__((always_inline)) function mbedtls_put_unaligned_uint16 (line 140) | __attribute__((always_inline)) function mbedtls_get_unaligned_uint32 (line 165) | __attribute__((always_inline)) function mbedtls_put_unaligned_uint32 (line 192) | __attribute__((always_inline)) function mbedtls_get_unaligned_uint64 (line 217) | __attribute__((always_inline)) function mbedtls_put_unaligned_uint64 (line 244) | __attribute__((always_inline)) function mbedtls_bswap16 (line 344) | static inline uint16_t mbedtls_bswap16(uint16_t x) function mbedtls_bswap32 (line 354) | static inline uint32_t mbedtls_bswap32(uint32_t x) function mbedtls_bswap64 (line 366) | static inline uint64_t mbedtls_bswap64(uint64_t x) FILE: thirdparty/mbedtls/library/aria.c function aria_p1 (line 42) | static inline uint32_t aria_p1(uint32_t x) function aria_p1 (line 51) | static inline uint32_t aria_p1(uint32_t x) function aria_a (line 109) | static inline void aria_a(uint32_t *a, uint32_t *b, function aria_sl (line 141) | static inline void aria_sl(uint32_t *a, uint32_t *b, function aria_fo_xor (line 274) | static void aria_fo_xor(uint32_t r[4], const uint32_t p[4], function aria_fe_xor (line 296) | static void aria_fe_xor(uint32_t r[4], const uint32_t p[4], function aria_rot128 (line 322) | static void aria_rot128(uint32_t r[4], const uint32_t a[4], function mbedtls_aria_setkey_enc (line 347) | int mbedtls_aria_setkey_enc(mbedtls_aria_context *ctx, function mbedtls_aria_setkey_dec (line 409) | int mbedtls_aria_setkey_dec(mbedtls_aria_context *ctx, function mbedtls_aria_crypt_ecb (line 441) | int mbedtls_aria_crypt_ecb(mbedtls_aria_context *ctx, function mbedtls_aria_init (line 493) | void mbedtls_aria_init(mbedtls_aria_context *ctx) function mbedtls_aria_free (line 499) | void mbedtls_aria_free(mbedtls_aria_context *ctx) function mbedtls_aria_crypt_cbc (line 512) | int mbedtls_aria_crypt_cbc(mbedtls_aria_context *ctx, function mbedtls_aria_crypt_cfb128 (line 563) | int mbedtls_aria_crypt_cfb128(mbedtls_aria_context *ctx, function mbedtls_aria_crypt_ctr (line 620) | int mbedtls_aria_crypt_ctr(mbedtls_aria_context *ctx, function mbedtls_aria_self_test (line 811) | int mbedtls_aria_self_test(int verbose) FILE: thirdparty/mbedtls/library/asn1parse.c function mbedtls_asn1_get_len (line 28) | int mbedtls_asn1_get_len(unsigned char **p, function mbedtls_asn1_get_tag (line 61) | int mbedtls_asn1_get_tag(unsigned char **p, function mbedtls_asn1_get_bool (line 80) | int mbedtls_asn1_get_bool(unsigned char **p, function asn1_get_tagged_int (line 101) | static int asn1_get_tagged_int(unsigned char **p, function mbedtls_asn1_get_int (line 148) | int mbedtls_asn1_get_int(unsigned char **p, function mbedtls_asn1_get_enum (line 155) | int mbedtls_asn1_get_enum(unsigned char **p, function mbedtls_asn1_get_mpi (line 163) | int mbedtls_asn1_get_mpi(unsigned char **p, function mbedtls_asn1_get_bitstring (line 182) | int mbedtls_asn1_get_bitstring(unsigned char **p, const unsigned char *end, function mbedtls_asn1_traverse_sequence_of (line 220) | int mbedtls_asn1_traverse_sequence_of( function mbedtls_asn1_get_bitstring_null (line 271) | int mbedtls_asn1_get_bitstring_null(unsigned char **p, const unsigned ch... function mbedtls_asn1_sequence_free (line 293) | void mbedtls_asn1_sequence_free(mbedtls_asn1_sequence *seq) type asn1_get_sequence_of_cb_ctx_t (line 302) | typedef struct { function asn1_get_sequence_of_cb (line 307) | static int asn1_get_sequence_of_cb(void *ctx, function mbedtls_asn1_get_sequence_of (line 339) | int mbedtls_asn1_get_sequence_of(unsigned char **p, function mbedtls_asn1_get_alg (line 351) | int mbedtls_asn1_get_alg(unsigned char **p, function mbedtls_asn1_get_alg_null (line 399) | int mbedtls_asn1_get_alg_null(unsigned char **p, function mbedtls_asn1_free_named_data (line 420) | void mbedtls_asn1_free_named_data(mbedtls_asn1_named_data *cur) function mbedtls_asn1_free_named_data_list (line 433) | void mbedtls_asn1_free_named_data_list(mbedtls_asn1_named_data **head) function mbedtls_asn1_free_named_data_list_shallow (line 445) | void mbedtls_asn1_free_named_data_list_shallow(mbedtls_asn1_named_data *... function mbedtls_asn1_named_data (line 453) | const mbedtls_asn1_named_data *mbedtls_asn1_find_named_data(const mbedtl... FILE: thirdparty/mbedtls/library/asn1write.c function mbedtls_asn1_write_len (line 24) | int mbedtls_asn1_write_len(unsigned char **p, const unsigned char *start... function mbedtls_asn1_write_tag (line 56) | int mbedtls_asn1_write_tag(unsigned char **p, const unsigned char *start... function mbedtls_asn1_write_len_and_tag (line 69) | static int mbedtls_asn1_write_len_and_tag(unsigned char **p, function mbedtls_asn1_write_raw_buffer (line 82) | int mbedtls_asn1_write_raw_buffer(unsigned char **p, const unsigned char... function mbedtls_asn1_write_mpi (line 101) | int mbedtls_asn1_write_mpi(unsigned char **p, const unsigned char *start... function mbedtls_asn1_write_null (line 142) | int mbedtls_asn1_write_null(unsigned char **p, const unsigned char *start) function mbedtls_asn1_write_oid (line 149) | int mbedtls_asn1_write_oid(unsigned char **p, const unsigned char *start, function mbedtls_asn1_write_algorithm_identifier (line 160) | int mbedtls_asn1_write_algorithm_identifier(unsigned char **p, const uns... function mbedtls_asn1_write_algorithm_identifier_ext (line 167) | int mbedtls_asn1_write_algorithm_identifier_ext(unsigned char **p, const... function mbedtls_asn1_write_bool (line 188) | int mbedtls_asn1_write_bool(unsigned char **p, const unsigned char *star... function asn1_write_tagged_int (line 202) | static int asn1_write_tagged_int(unsigned char **p, const unsigned char ... function mbedtls_asn1_write_int (line 226) | int mbedtls_asn1_write_int(unsigned char **p, const unsigned char *start... function mbedtls_asn1_write_enum (line 231) | int mbedtls_asn1_write_enum(unsigned char **p, const unsigned char *star... function mbedtls_asn1_write_tagged_string (line 236) | int mbedtls_asn1_write_tagged_string(unsigned char **p, const unsigned c... function mbedtls_asn1_write_utf8_string (line 249) | int mbedtls_asn1_write_utf8_string(unsigned char **p, const unsigned cha... function mbedtls_asn1_write_printable_string (line 255) | int mbedtls_asn1_write_printable_string(unsigned char **p, const unsigne... function mbedtls_asn1_write_ia5_string (line 262) | int mbedtls_asn1_write_ia5_string(unsigned char **p, const unsigned char... function mbedtls_asn1_write_named_bitstring (line 268) | int mbedtls_asn1_write_named_bitstring(unsigned char **p, function mbedtls_asn1_write_bitstring (line 312) | int mbedtls_asn1_write_bitstring(unsigned char **p, const unsigned char ... function mbedtls_asn1_write_octet_string (line 341) | int mbedtls_asn1_write_octet_string(unsigned char **p, const unsigned ch... function mbedtls_asn1_named_data (line 356) | static mbedtls_asn1_named_data *asn1_find_named_data( function mbedtls_asn1_named_data (line 376) | mbedtls_asn1_named_data *mbedtls_asn1_store_named_data( FILE: thirdparty/mbedtls/library/base64.c function mbedtls_ct_base64_enc_char (line 26) | MBEDTLS_STATIC_TESTABLE function mbedtls_ct_base64_dec_value (line 41) | MBEDTLS_STATIC_TESTABLE function mbedtls_base64_encode (line 62) | int mbedtls_base64_encode(unsigned char *dst, size_t dlen, size_t *olen, function mbedtls_base64_decode (line 129) | int mbedtls_base64_decode(unsigned char *dst, size_t dlen, size_t *olen, function mbedtls_base64_self_test (line 278) | int mbedtls_base64_self_test(int verbose) FILE: thirdparty/mbedtls/library/bignum.c function mbedtls_ct_mpi_sign_if (line 48) | static inline signed short mbedtls_ct_mpi_sign_if(mbedtls_ct_condition_t... function mbedtls_mpi_lt_mpi_ct (line 57) | int mbedtls_mpi_lt_mpi_ct(const mbedtls_mpi *X, function mbedtls_mpi_safe_cond_assign (line 116) | __declspec(noinline) function mbedtls_mpi_safe_cond_swap (line 149) | int mbedtls_mpi_safe_cond_swap(mbedtls_mpi *X, function mbedtls_mpi_init (line 181) | void mbedtls_mpi_init(mbedtls_mpi *X) function mbedtls_mpi_free (line 191) | void mbedtls_mpi_free(mbedtls_mpi *X) function mbedtls_mpi_grow (line 209) | int mbedtls_mpi_grow(mbedtls_mpi *X, size_t nblimbs) function mbedtls_mpi_shrink (line 240) | int mbedtls_mpi_shrink(mbedtls_mpi *X, size_t nblimbs) function mbedtls_mpi_resize_clear (line 284) | static int mbedtls_mpi_resize_clear(mbedtls_mpi *X, size_t limbs) function mbedtls_mpi_copy (line 307) | int mbedtls_mpi_copy(mbedtls_mpi *X, const mbedtls_mpi *Y) function mbedtls_mpi_swap (line 349) | void mbedtls_mpi_swap(mbedtls_mpi *X, mbedtls_mpi *Y) function mbedtls_mpi_uint (line 358) | static inline mbedtls_mpi_uint mpi_sint_abs(mbedtls_mpi_sint z) function mbedtls_mpi_lset (line 377) | int mbedtls_mpi_lset(mbedtls_mpi *X, mbedtls_mpi_sint z) function mbedtls_mpi_get_bit (line 395) | int mbedtls_mpi_get_bit(const mbedtls_mpi *X, size_t pos) function mbedtls_mpi_set_bit (line 407) | int mbedtls_mpi_set_bit(mbedtls_mpi *X, size_t pos, unsigned char val) function mbedtls_mpi_uint_ctz (line 444) | static size_t mbedtls_mpi_uint_ctz(mbedtls_mpi_uint x) function mbedtls_mpi_lsb (line 462) | size_t mbedtls_mpi_lsb(const mbedtls_mpi *X) function mbedtls_mpi_bitlen (line 478) | size_t mbedtls_mpi_bitlen(const mbedtls_mpi *X) function mbedtls_mpi_size (line 486) | size_t mbedtls_mpi_size(const mbedtls_mpi *X) function mpi_get_digit (line 494) | static int mpi_get_digit(mbedtls_mpi_uint *d, int radix, char c) function mbedtls_mpi_read_string (line 518) | int mbedtls_mpi_read_string(mbedtls_mpi *X, int radix, const char *s) function mpi_write_hlp (line 582) | static int mpi_write_hlp(mbedtls_mpi *X, int radix, function mbedtls_mpi_write_string (line 620) | int mbedtls_mpi_write_string(const mbedtls_mpi *X, int radix, function mbedtls_mpi_read_file (line 705) | int mbedtls_mpi_read_file(mbedtls_mpi *X, int radix, FILE *fin) function mbedtls_mpi_write_file (line 750) | int mbedtls_mpi_write_file(const char *p, const mbedtls_mpi *X, int radi... function mbedtls_mpi_read_binary_le (line 798) | int mbedtls_mpi_read_binary_le(mbedtls_mpi *X, function mbedtls_mpi_read_binary (line 825) | int mbedtls_mpi_read_binary(mbedtls_mpi *X, const unsigned char *buf, si... function mbedtls_mpi_write_binary_le (line 848) | int mbedtls_mpi_write_binary_le(const mbedtls_mpi *X, function mbedtls_mpi_write_binary (line 857) | int mbedtls_mpi_write_binary(const mbedtls_mpi *X, function mbedtls_mpi_shift_l (line 866) | int mbedtls_mpi_shift_l(mbedtls_mpi *X, size_t count) function mbedtls_mpi_shift_r (line 888) | int mbedtls_mpi_shift_r(mbedtls_mpi *X, size_t count) function mbedtls_mpi_cmp_abs (line 899) | int mbedtls_mpi_cmp_abs(const mbedtls_mpi *X, const mbedtls_mpi *Y) function mbedtls_mpi_cmp_mpi (line 940) | int mbedtls_mpi_cmp_mpi(const mbedtls_mpi *X, const mbedtls_mpi *Y) function mbedtls_mpi_cmp_int (line 989) | int mbedtls_mpi_cmp_int(const mbedtls_mpi *X, mbedtls_mpi_sint z) function mbedtls_mpi_add_abs (line 1005) | int mbedtls_mpi_add_abs(mbedtls_mpi *X, const mbedtls_mpi *A, const mbed... function mbedtls_mpi_sub_abs (line 1066) | int mbedtls_mpi_sub_abs(mbedtls_mpi *X, const mbedtls_mpi *A, const mbed... function add_sub_mpi (line 1117) | static int add_sub_mpi(mbedtls_mpi *X, function mbedtls_mpi_add_mpi (line 1150) | int mbedtls_mpi_add_mpi(mbedtls_mpi *X, const mbedtls_mpi *A, const mbed... function mbedtls_mpi_sub_mpi (line 1158) | int mbedtls_mpi_sub_mpi(mbedtls_mpi *X, const mbedtls_mpi *A, const mbed... function mbedtls_mpi_add_int (line 1166) | int mbedtls_mpi_add_int(mbedtls_mpi *X, const mbedtls_mpi *A, mbedtls_mp... function mbedtls_mpi_sub_int (line 1182) | int mbedtls_mpi_sub_int(mbedtls_mpi *X, const mbedtls_mpi *A, mbedtls_mp... function mbedtls_mpi_mul_mpi (line 1198) | int mbedtls_mpi_mul_mpi(mbedtls_mpi *X, const mbedtls_mpi *A, const mbed... function mbedtls_mpi_mul_int (line 1258) | int mbedtls_mpi_mul_int(mbedtls_mpi *X, const mbedtls_mpi *A, mbedtls_mp... function mbedtls_mpi_uint (line 1295) | static mbedtls_mpi_uint mbedtls_int_div_int(mbedtls_mpi_uint u1, function mbedtls_mpi_div_mpi (line 1398) | int mbedtls_mpi_div_mpi(mbedtls_mpi *Q, mbedtls_mpi *R, const mbedtls_mp... function mbedtls_mpi_div_int (line 1521) | int mbedtls_mpi_div_int(mbedtls_mpi *Q, mbedtls_mpi *R, function mbedtls_mpi_mod_mpi (line 1539) | int mbedtls_mpi_mod_mpi(mbedtls_mpi *R, const mbedtls_mpi *A, const mbed... function mbedtls_mpi_mod_int (line 1565) | int mbedtls_mpi_mod_int(mbedtls_mpi_uint *r, const mbedtls_mpi *A, mbedt... function mbedtls_mpi_exp_mod_optionally_safe (line 1623) | static int mbedtls_mpi_exp_mod_optionally_safe(mbedtls_mpi *X, const mbe... function mbedtls_mpi_exp_mod (line 1737) | int mbedtls_mpi_exp_mod(mbedtls_mpi *X, const mbedtls_mpi *A, function mbedtls_mpi_exp_mod_unsafe (line 1744) | int mbedtls_mpi_exp_mod_unsafe(mbedtls_mpi *X, const mbedtls_mpi *A, function mbedtls_mpi_gcd_modinv_odd (line 1752) | int mbedtls_mpi_gcd_modinv_odd(mbedtls_mpi *G, function mbedtls_mpi_gcd (line 1825) | int mbedtls_mpi_gcd(mbedtls_mpi *G, const mbedtls_mpi *A, const mbedtls_... function mbedtls_mpi_fill_random (line 1881) | int mbedtls_mpi_fill_random(mbedtls_mpi *X, size_t size, function mbedtls_mpi_random (line 1900) | int mbedtls_mpi_random(mbedtls_mpi *X, function mbedtls_mpi_inv_mod_odd (line 1927) | int mbedtls_mpi_inv_mod_odd(mbedtls_mpi *X, function mbedtls_mpi_inv_mod_even_in_range (line 1966) | int mbedtls_mpi_inv_mod_even_in_range(mbedtls_mpi *X, function mbedtls_mpi_inv_mod_even (line 2006) | static int mbedtls_mpi_inv_mod_even(mbedtls_mpi *X, function mbedtls_mpi_inv_mod (line 2042) | int mbedtls_mpi_inv_mod(mbedtls_mpi *X, const mbedtls_mpi *A, const mbed... function mpi_check_small_factors (line 2097) | static int mpi_check_small_factors(const mbedtls_mpi *X) function mpi_miller_rabin (line 2126) | static int mpi_miller_rabin(const mbedtls_mpi *X, size_t rounds, function mbedtls_mpi_is_prime_ext (line 2215) | int mbedtls_mpi_is_prime_ext(const mbedtls_mpi *X, int rounds, function mbedtls_mpi_gen_prime (line 2253) | int mbedtls_mpi_gen_prime(mbedtls_mpi *X, size_t nbits, int flags, function mbedtls_mpi_self_test (line 2387) | int mbedtls_mpi_self_test(int verbose) FILE: thirdparty/mbedtls/library/bignum_core.c function mbedtls_mpi_core_clz (line 25) | size_t mbedtls_mpi_core_clz(mbedtls_mpi_uint a) function mbedtls_mpi_core_bitlen (line 54) | size_t mbedtls_mpi_core_bitlen(const mbedtls_mpi_uint *A, size_t A_limbs) function mbedtls_mpi_uint (line 69) | static mbedtls_mpi_uint mpi_bigendian_to_host(mbedtls_mpi_uint a) function mbedtls_mpi_core_bigendian_to_host (line 83) | void mbedtls_mpi_core_bigendian_to_host(mbedtls_mpi_uint *A, function mbedtls_ct_condition_t (line 115) | mbedtls_ct_condition_t mbedtls_mpi_core_uint_le_mpi(mbedtls_mpi_uint min, function mbedtls_ct_condition_t (line 133) | mbedtls_ct_condition_t mbedtls_mpi_core_lt_ct(const mbedtls_mpi_uint *A, function mbedtls_mpi_core_cond_assign (line 169) | void mbedtls_mpi_core_cond_assign(mbedtls_mpi_uint *X, function mbedtls_mpi_core_cond_swap (line 188) | void mbedtls_mpi_core_cond_swap(mbedtls_mpi_uint *X, function mbedtls_mpi_core_read_le (line 204) | int mbedtls_mpi_core_read_le(mbedtls_mpi_uint *X, function mbedtls_mpi_core_read_be (line 227) | int mbedtls_mpi_core_read_be(mbedtls_mpi_uint *X, function mbedtls_mpi_core_write_le (line 258) | int mbedtls_mpi_core_write_le(const mbedtls_mpi_uint *A, function mbedtls_mpi_core_write_be (line 292) | int mbedtls_mpi_core_write_be(const mbedtls_mpi_uint *X, function mbedtls_mpi_core_shift_r (line 331) | void mbedtls_mpi_core_shift_r(mbedtls_mpi_uint *X, size_t limbs, function mbedtls_mpi_core_shift_l (line 371) | void mbedtls_mpi_core_shift_l(mbedtls_mpi_uint *X, size_t limbs, function mbedtls_mpi_uint (line 406) | mbedtls_mpi_uint mbedtls_mpi_core_add(mbedtls_mpi_uint *X, function mbedtls_mpi_uint (line 424) | mbedtls_mpi_uint mbedtls_mpi_core_add_if(mbedtls_mpi_uint *X, function mbedtls_mpi_uint (line 445) | mbedtls_mpi_uint mbedtls_mpi_core_sub(mbedtls_mpi_uint *X, function mbedtls_mpi_uint (line 462) | mbedtls_mpi_uint mbedtls_mpi_core_mla(mbedtls_mpi_uint *d, size_t d_len, function mbedtls_mpi_core_mul (line 500) | void mbedtls_mpi_core_mul(mbedtls_mpi_uint *X, function mbedtls_mpi_uint (line 514) | mbedtls_mpi_uint mbedtls_mpi_core_montmul_init(const mbedtls_mpi_uint *N) function mbedtls_mpi_core_montmul (line 527) | void mbedtls_mpi_core_montmul(mbedtls_mpi_uint *X, function mbedtls_mpi_core_get_mont_r2_unsafe (line 583) | int mbedtls_mpi_core_get_mont_r2_unsafe(mbedtls_mpi *X, function MBEDTLS_STATIC_TESTABLE (line 597) | MBEDTLS_STATIC_TESTABLE function mbedtls_mpi_core_fill_random (line 616) | int mbedtls_mpi_core_fill_random( function mbedtls_mpi_core_random (line 638) | int mbedtls_mpi_core_random(mbedtls_mpi_uint *X, function exp_mod_get_window_size (line 696) | static size_t exp_mod_get_window_size(size_t Ebits) function mbedtls_mpi_core_exp_mod_working_limbs (line 710) | size_t mbedtls_mpi_core_exp_mod_working_limbs(size_t AN_limbs, size_t E_... function exp_mod_precompute_window (line 723) | static void exp_mod_precompute_window(const mbedtls_mpi_uint *A, function exp_mod_calc_first_bit_optionally_safe (line 762) | static inline void exp_mod_calc_first_bit_optionally_safe(const mbedtls_... function exp_mod_table_lookup_optionally_safe (line 809) | static inline void exp_mod_table_lookup_optionally_safe(mbedtls_mpi_uint... function mbedtls_mpi_core_exp_mod_optionally_safe (line 850) | static void mbedtls_mpi_core_exp_mod_optionally_safe(mbedtls_mpi_uint *X, function mbedtls_mpi_core_exp_mod (line 936) | void mbedtls_mpi_core_exp_mod(mbedtls_mpi_uint *X, function mbedtls_mpi_core_exp_mod_unsafe (line 954) | void mbedtls_mpi_core_exp_mod_unsafe(mbedtls_mpi_uint *X, function mbedtls_mpi_uint (line 972) | mbedtls_mpi_uint mbedtls_mpi_core_sub_int(mbedtls_mpi_uint *X, function mbedtls_ct_condition_t (line 987) | mbedtls_ct_condition_t mbedtls_mpi_core_check_zero_ct(const mbedtls_mpi_... function mbedtls_mpi_core_to_mont_rep (line 1000) | void mbedtls_mpi_core_to_mont_rep(mbedtls_mpi_uint *X, function mbedtls_mpi_core_from_mont_rep (line 1011) | void mbedtls_mpi_core_from_mont_rep(mbedtls_mpi_uint *X, function mpi_core_sub_mod (line 1027) | static void mpi_core_sub_mod(mbedtls_mpi_uint *X, function MBEDTLS_STATIC_TESTABLE (line 1041) | MBEDTLS_STATIC_TESTABLE function mbedtls_mpi_core_gcd_modinv_odd (line 1092) | void mbedtls_mpi_core_gcd_modinv_odd(mbedtls_mpi_uint *G, FILE: thirdparty/mbedtls/library/bignum_core.h function mbedtls_mpi_core_montmul_working_limbs (line 745) | static inline size_t mbedtls_mpi_core_montmul_working_limbs(size_t AN_li... FILE: thirdparty/mbedtls/library/bignum_mod.c function mbedtls_mpi_mod_residue_setup (line 25) | int mbedtls_mpi_mod_residue_setup(mbedtls_mpi_mod_residue *r, function mbedtls_mpi_mod_residue_release (line 40) | void mbedtls_mpi_mod_residue_release(mbedtls_mpi_mod_residue *r) function mbedtls_mpi_mod_modulus_init (line 50) | void mbedtls_mpi_mod_modulus_init(mbedtls_mpi_mod_modulus *N) function mbedtls_mpi_mod_modulus_free (line 62) | void mbedtls_mpi_mod_modulus_free(mbedtls_mpi_mod_modulus *N) function set_mont_const_square (line 90) | static int set_mont_const_square(const mbedtls_mpi_uint **X, function standard_modulus_setup (line 126) | static inline void standard_modulus_setup(mbedtls_mpi_mod_modulus *N, function mbedtls_mpi_mod_modulus_setup (line 137) | int mbedtls_mpi_mod_modulus_setup(mbedtls_mpi_mod_modulus *N, function mbedtls_mpi_mod_optred_modulus_setup (line 153) | int mbedtls_mpi_mod_optred_modulus_setup(mbedtls_mpi_mod_modulus *N, function mbedtls_mpi_mod_mul (line 163) | int mbedtls_mpi_mod_mul(mbedtls_mpi_mod_residue *X, function mbedtls_mpi_mod_sub (line 188) | int mbedtls_mpi_mod_sub(mbedtls_mpi_mod_residue *X, function mbedtls_mpi_mod_inv_mont (line 202) | static int mbedtls_mpi_mod_inv_mont(mbedtls_mpi_mod_residue *X, function mbedtls_mpi_mod_inv_non_mont (line 215) | static int mbedtls_mpi_mod_inv_non_mont(mbedtls_mpi_mod_residue *X, function mbedtls_mpi_mod_inv (line 249) | int mbedtls_mpi_mod_inv(mbedtls_mpi_mod_residue *X, function mbedtls_mpi_mod_add (line 291) | int mbedtls_mpi_mod_add(mbedtls_mpi_mod_residue *X, function mbedtls_mpi_mod_random (line 305) | int mbedtls_mpi_mod_random(mbedtls_mpi_mod_residue *X, function mbedtls_mpi_mod_read (line 317) | int mbedtls_mpi_mod_read(mbedtls_mpi_mod_residue *r, function mbedtls_mpi_mod_write (line 346) | int mbedtls_mpi_mod_write(const mbedtls_mpi_mod_residue *r, FILE: thirdparty/mbedtls/library/bignum_mod.h type mbedtls_mpi_mod_rep_selector (line 83) | typedef enum { type mbedtls_mpi_mod_ext_rep (line 99) | typedef enum { type mbedtls_mpi_mod_residue (line 105) | typedef struct { type mbedtls_mpi_mont_struct (line 110) | typedef struct { type mbedtls_mpi_opt_red_struct (line 117) | typedef struct { type mbedtls_mpi_mod_modulus (line 121) | typedef struct { FILE: thirdparty/mbedtls/library/bignum_mod_raw.c function mbedtls_mpi_mod_raw_cond_assign (line 26) | void mbedtls_mpi_mod_raw_cond_assign(mbedtls_mpi_uint *X, function mbedtls_mpi_mod_raw_cond_swap (line 34) | void mbedtls_mpi_mod_raw_cond_swap(mbedtls_mpi_uint *X, function mbedtls_mpi_mod_raw_read (line 42) | int mbedtls_mpi_mod_raw_read(mbedtls_mpi_uint *X, function mbedtls_mpi_mod_raw_write (line 77) | int mbedtls_mpi_mod_raw_write(const mbedtls_mpi_uint *A, function mbedtls_mpi_mod_raw_sub (line 95) | void mbedtls_mpi_mod_raw_sub(mbedtls_mpi_uint *X, function MBEDTLS_STATIC_TESTABLE (line 105) | MBEDTLS_STATIC_TESTABLE function mbedtls_mpi_mod_raw_mul (line 115) | void mbedtls_mpi_mod_raw_mul(mbedtls_mpi_uint *X, function mbedtls_mpi_mod_raw_inv_prime_working_limbs (line 148) | size_t mbedtls_mpi_mod_raw_inv_prime_working_limbs(size_t AN_limbs) function mbedtls_mpi_mod_raw_inv_prime (line 157) | void mbedtls_mpi_mod_raw_inv_prime(mbedtls_mpi_uint *X, function mbedtls_mpi_mod_raw_add (line 179) | void mbedtls_mpi_mod_raw_add(mbedtls_mpi_uint *X, function mbedtls_mpi_mod_raw_canonical_to_modulus_rep (line 190) | int mbedtls_mpi_mod_raw_canonical_to_modulus_rep( function mbedtls_mpi_mod_raw_modulus_to_canonical_rep (line 204) | int mbedtls_mpi_mod_raw_modulus_to_canonical_rep( function mbedtls_mpi_mod_raw_random (line 218) | int mbedtls_mpi_mod_raw_random(mbedtls_mpi_uint *X, function mbedtls_mpi_mod_raw_to_mont_rep (line 231) | int mbedtls_mpi_mod_raw_to_mont_rep(mbedtls_mpi_uint *X, function mbedtls_mpi_mod_raw_from_mont_rep (line 248) | int mbedtls_mpi_mod_raw_from_mont_rep(mbedtls_mpi_uint *X, function mbedtls_mpi_mod_raw_neg (line 264) | void mbedtls_mpi_mod_raw_neg(mbedtls_mpi_uint *X, FILE: thirdparty/mbedtls/library/block_cipher.c function psa_key_type_t (line 25) | static psa_key_type_t psa_key_type_from_block_cipher_id(mbedtls_block_ci... function mbedtls_cipher_error_from_psa (line 45) | static int mbedtls_cipher_error_from_psa(psa_status_t status) function mbedtls_block_cipher_free (line 52) | void mbedtls_block_cipher_free(mbedtls_block_cipher_context_t *ctx) function mbedtls_block_cipher_setup (line 86) | int mbedtls_block_cipher_setup(mbedtls_block_cipher_context_t *ctx, function mbedtls_block_cipher_setkey (line 126) | int mbedtls_block_cipher_setkey(mbedtls_block_cipher_context_t *ctx, function mbedtls_block_cipher_encrypt (line 168) | int mbedtls_block_cipher_encrypt(mbedtls_block_cipher_context_t *ctx, FILE: thirdparty/mbedtls/library/block_cipher_internal.h function mbedtls_block_cipher_init (line 30) | static inline void mbedtls_block_cipher_init(mbedtls_block_cipher_contex... FILE: thirdparty/mbedtls/library/camellia.c function camellia_feistel (line 249) | static void camellia_feistel(const uint32_t x[2], const uint32_t k[2], function mbedtls_camellia_init (line 274) | void mbedtls_camellia_init(mbedtls_camellia_context *ctx) function mbedtls_camellia_free (line 279) | void mbedtls_camellia_free(mbedtls_camellia_context *ctx) function mbedtls_camellia_setkey_enc (line 291) | int mbedtls_camellia_setkey_enc(mbedtls_camellia_context *ctx, function mbedtls_camellia_setkey_dec (line 403) | int mbedtls_camellia_setkey_dec(mbedtls_camellia_context *ctx, function mbedtls_camellia_crypt_ecb (line 453) | int mbedtls_camellia_crypt_ecb(mbedtls_camellia_context *ctx, function mbedtls_camellia_crypt_cbc (line 519) | int mbedtls_camellia_crypt_cbc(mbedtls_camellia_context *ctx, function mbedtls_camellia_crypt_cfb128 (line 569) | int mbedtls_camellia_crypt_cfb128(mbedtls_camellia_context *ctx, function mbedtls_camellia_crypt_ctr (line 622) | int mbedtls_camellia_crypt_ctr(mbedtls_camellia_context *ctx, function mbedtls_camellia_self_test (line 862) | int mbedtls_camellia_self_test(int verbose) FILE: thirdparty/mbedtls/library/ccm.c function mbedtls_ccm_init (line 47) | void mbedtls_ccm_init(mbedtls_ccm_context *ctx) function mbedtls_ccm_setkey (line 52) | int mbedtls_ccm_setkey(mbedtls_ccm_context *ctx, function mbedtls_ccm_free (line 100) | void mbedtls_ccm_free(mbedtls_ccm_context *ctx) function mbedtls_ccm_crypt (line 123) | static int mbedtls_ccm_crypt(mbedtls_ccm_context *ctx, function mbedtls_ccm_clear_state (line 149) | static void mbedtls_ccm_clear_state(mbedtls_ccm_context *ctx) function ccm_calculate_first_block_if_ready (line 156) | static int ccm_calculate_first_block_if_ready(mbedtls_ccm_context *ctx) function mbedtls_ccm_starts (line 223) | int mbedtls_ccm_starts(mbedtls_ccm_context *ctx, function mbedtls_ccm_set_lengths (line 261) | int mbedtls_ccm_set_lengths(mbedtls_ccm_context *ctx, function mbedtls_ccm_update_ad (line 290) | int mbedtls_ccm_update_ad(mbedtls_ccm_context *ctx, function mbedtls_ccm_update (line 359) | int mbedtls_ccm_update(mbedtls_ccm_context *ctx, function mbedtls_ccm_finish (line 473) | int mbedtls_ccm_finish(mbedtls_ccm_context *ctx, function ccm_auth_crypt (line 513) | static int ccm_auth_crypt(mbedtls_ccm_context *ctx, int mode, size_t len... function mbedtls_ccm_star_encrypt_and_tag (line 549) | int mbedtls_ccm_star_encrypt_and_tag(mbedtls_ccm_context *ctx, size_t le... function mbedtls_ccm_encrypt_and_tag (line 559) | int mbedtls_ccm_encrypt_and_tag(mbedtls_ccm_context *ctx, size_t length, function mbedtls_ccm_compare_tags (line 572) | static int mbedtls_ccm_compare_tags(const unsigned char *tag1, function ccm_auth_decrypt (line 586) | static int ccm_auth_decrypt(mbedtls_ccm_context *ctx, int mode, size_t l... function mbedtls_ccm_star_auth_decrypt (line 609) | int mbedtls_ccm_star_auth_decrypt(mbedtls_ccm_context *ctx, size_t length, function mbedtls_ccm_auth_decrypt (line 620) | int mbedtls_ccm_auth_decrypt(mbedtls_ccm_context *ctx, size_t length, function mbedtls_ccm_self_test (line 681) | int mbedtls_ccm_self_test(int verbose) FILE: thirdparty/mbedtls/library/chacha20.c function chacha20_quarter_round (line 49) | static inline void chacha20_quarter_round(uint32_t state[16], function chacha20_inner_block (line 84) | static void chacha20_inner_block(uint32_t state[16]) function chacha20_block (line 103) | static void chacha20_block(const uint32_t initial_state[16], function mbedtls_chacha20_init (line 143) | void mbedtls_chacha20_init(mbedtls_chacha20_context *ctx) function mbedtls_chacha20_free (line 152) | void mbedtls_chacha20_free(mbedtls_chacha20_context *ctx) function mbedtls_chacha20_setkey (line 159) | int mbedtls_chacha20_setkey(mbedtls_chacha20_context *ctx, function mbedtls_chacha20_starts (line 181) | int mbedtls_chacha20_starts(mbedtls_chacha20_context *ctx, function mbedtls_chacha20_update (line 201) | int mbedtls_chacha20_update(mbedtls_chacha20_context *ctx, function mbedtls_chacha20_crypt (line 245) | int mbedtls_chacha20_crypt(const unsigned char key[32], function mbedtls_chacha20_self_test (line 460) | int mbedtls_chacha20_self_test(int verbose) FILE: thirdparty/mbedtls/library/chachapoly.c function chachapoly_pad_aad (line 34) | static int chachapoly_pad_aad(mbedtls_chachapoly_context *ctx) function chachapoly_pad_ciphertext (line 55) | static int chachapoly_pad_ciphertext(mbedtls_chachapoly_context *ctx) function mbedtls_chachapoly_init (line 70) | void mbedtls_chachapoly_init(mbedtls_chachapoly_context *ctx) function mbedtls_chachapoly_free (line 80) | void mbedtls_chachapoly_free(mbedtls_chachapoly_context *ctx) function mbedtls_chachapoly_setkey (line 94) | int mbedtls_chachapoly_setkey(mbedtls_chachapoly_context *ctx, function mbedtls_chachapoly_starts (line 104) | int mbedtls_chachapoly_starts(mbedtls_chachapoly_context *ctx, function mbedtls_chachapoly_update_aad (line 143) | int mbedtls_chachapoly_update_aad(mbedtls_chachapoly_context *ctx, function mbedtls_chachapoly_update (line 156) | int mbedtls_chachapoly_update(mbedtls_chachapoly_context *ctx, function mbedtls_chachapoly_finish (line 204) | int mbedtls_chachapoly_finish(mbedtls_chachapoly_context *ctx, function chachapoly_crypt_and_tag (line 244) | static int chachapoly_crypt_and_tag(mbedtls_chachapoly_context *ctx, function mbedtls_chachapoly_encrypt_and_tag (line 277) | int mbedtls_chachapoly_encrypt_and_tag(mbedtls_chachapoly_context *ctx, function mbedtls_chachapoly_auth_decrypt (line 291) | int mbedtls_chachapoly_auth_decrypt(mbedtls_chachapoly_context *ctx, function mbedtls_chachapoly_self_test (line 427) | int mbedtls_chachapoly_self_test(int verbose) FILE: thirdparty/mbedtls/library/cipher.c function mbedtls_cipher_base_t (line 59) | static inline const mbedtls_cipher_base_t *mbedtls_cipher_get_base( function mbedtls_cipher_info_t (line 86) | const mbedtls_cipher_info_t *mbedtls_cipher_info_from_type( function mbedtls_cipher_info_t (line 100) | const mbedtls_cipher_info_t *mbedtls_cipher_info_from_string( function mbedtls_cipher_info_t (line 118) | const mbedtls_cipher_info_t *mbedtls_cipher_info_from_values( function psa_key_type_t (line 137) | static inline psa_key_type_t mbedtls_psa_translate_cipher_type( function psa_algorithm_t (line 178) | static inline psa_algorithm_t mbedtls_psa_translate_cipher_mode( function mbedtls_cipher_init (line 202) | void mbedtls_cipher_init(mbedtls_cipher_context_t *ctx) function mbedtls_cipher_free (line 207) | void mbedtls_cipher_free(mbedtls_cipher_context_t *ctx) function mbedtls_cipher_setup (line 246) | int mbedtls_cipher_setup(mbedtls_cipher_context_t *ctx, function mbedtls_cipher_setup_psa (line 268) | int mbedtls_cipher_setup_psa(mbedtls_cipher_context_t *ctx, function mbedtls_cipher_setkey (line 303) | int mbedtls_cipher_setkey(mbedtls_cipher_context_t *ctx, function mbedtls_cipher_set_iv (line 413) | int mbedtls_cipher_set_iv(mbedtls_cipher_context_t *ctx, function mbedtls_cipher_reset (line 512) | int mbedtls_cipher_reset(mbedtls_cipher_context_t *ctx) function mbedtls_cipher_update_ad (line 532) | int mbedtls_cipher_update_ad(mbedtls_cipher_context_t *ctx, function mbedtls_cipher_update (line 580) | int mbedtls_cipher_update(mbedtls_cipher_context_t *ctx, const unsigned ... function add_pkcs_padding (line 831) | static void add_pkcs_padding(unsigned char *output, size_t output_len, function MBEDTLS_STATIC_TESTABLE (line 847) | MBEDTLS_STATIC_TESTABLE int mbedtls_get_pkcs_padding(unsigned char *input, function add_one_and_zeros_padding (line 885) | static void add_one_and_zeros_padding(unsigned char *output, function get_one_and_zeros_padding (line 897) | static int get_one_and_zeros_padding(unsigned char *input, size_t input_... function add_zeros_and_len_padding (line 930) | static void add_zeros_and_len_padding(unsigned char *output, function get_zeros_and_len_padding (line 942) | static int get_zeros_and_len_padding(unsigned char *input, size_t input_... function add_zeros_padding (line 978) | static void add_zeros_padding(unsigned char *output, function get_zeros_padding (line 984) | static int get_zeros_padding(unsigned char *input, size_t input_len, function get_no_padding (line 1012) | static int get_no_padding(unsigned char *input, size_t input_len, function mbedtls_cipher_finish_padded (line 1025) | int mbedtls_cipher_finish_padded(mbedtls_cipher_context_t *ctx, function mbedtls_cipher_finish (line 1134) | int mbedtls_cipher_finish(mbedtls_cipher_context_t *ctx, function mbedtls_cipher_set_padding_mode (line 1148) | int mbedtls_cipher_set_padding_mode(mbedtls_cipher_context_t *ctx, function mbedtls_cipher_write_tag (line 1208) | int mbedtls_cipher_write_tag(mbedtls_cipher_context_t *ctx, function mbedtls_cipher_check_tag (line 1254) | int mbedtls_cipher_check_tag(mbedtls_cipher_context_t *ctx, function mbedtls_cipher_crypt (line 1335) | int mbedtls_cipher_crypt(mbedtls_cipher_context_t *ctx, function mbedtls_cipher_aead_encrypt (line 1434) | static int mbedtls_cipher_aead_encrypt(mbedtls_cipher_context_t *ctx, function mbedtls_cipher_aead_decrypt (line 1511) | static int mbedtls_cipher_aead_decrypt(mbedtls_cipher_context_t *ctx, function mbedtls_cipher_auth_encrypt_ext (line 1614) | int mbedtls_cipher_auth_encrypt_ext(mbedtls_cipher_context_t *ctx, function mbedtls_cipher_auth_decrypt_ext (line 1665) | int mbedtls_cipher_auth_decrypt_ext(mbedtls_cipher_context_t *ctx, FILE: thirdparty/mbedtls/library/cipher_wrap.c type mbedtls_cipher_base_index (line 61) | enum mbedtls_cipher_base_index { function gcm_ctx_free (line 132) | static void gcm_ctx_free(void *ctx) function ccm_ctx_free (line 154) | static void ccm_ctx_free(void *ctx) function aes_crypt_ecb_wrap (line 163) | static int aes_crypt_ecb_wrap(void *ctx, mbedtls_operation_t operation, function aes_crypt_cbc_wrap (line 170) | static int aes_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, ... function aes_crypt_cfb128_wrap (line 179) | static int aes_crypt_cfb128_wrap(void *ctx, mbedtls_operation_t operation, function aes_crypt_ofb_wrap (line 189) | static int aes_crypt_ofb_wrap(void *ctx, size_t length, size_t *iv_off, function aes_crypt_ctr_wrap (line 198) | static int aes_crypt_ctr_wrap(void *ctx, size_t length, size_t *nc_off, function aes_crypt_xts_wrap (line 208) | static int aes_crypt_xts_wrap(void *ctx, mbedtls_operation_t operation, function aes_setkey_dec_wrap (line 234) | static int aes_setkey_dec_wrap(void *ctx, const unsigned char *key, function aes_setkey_enc_wrap (line 241) | static int aes_setkey_enc_wrap(void *ctx, const unsigned char *key, function aes_ctx_free (line 260) | static void aes_ctx_free(void *ctx) function xts_aes_setkey_enc_wrap (line 479) | static int xts_aes_setkey_enc_wrap(void *ctx, const unsigned char *key, function xts_aes_setkey_dec_wrap (line 486) | static int xts_aes_setkey_dec_wrap(void *ctx, const unsigned char *key, function xts_aes_ctx_free (line 504) | static void xts_aes_ctx_free(void *ctx) function gcm_aes_setkey_wrap (line 570) | static int gcm_aes_setkey_wrap(void *ctx, const unsigned char *key, function ccm_aes_setkey_wrap (line 654) | static int ccm_aes_setkey_wrap(void *ctx, const unsigned char *key, function camellia_crypt_ecb_wrap (line 777) | static int camellia_crypt_ecb_wrap(void *ctx, mbedtls_operation_t operat... function camellia_crypt_cbc_wrap (line 785) | static int camellia_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operat... function camellia_crypt_cfb128_wrap (line 795) | static int camellia_crypt_cfb128_wrap(void *ctx, mbedtls_operation_t ope... function camellia_crypt_ctr_wrap (line 805) | static int camellia_crypt_ctr_wrap(void *ctx, size_t length, size_t *nc_... function camellia_setkey_dec_wrap (line 815) | static int camellia_setkey_dec_wrap(void *ctx, const unsigned char *key, function camellia_setkey_enc_wrap (line 822) | static int camellia_setkey_enc_wrap(void *ctx, const unsigned char *key, function camellia_ctx_free (line 842) | static void camellia_ctx_free(void *ctx) function gcm_camellia_setkey_wrap (line 1016) | static int gcm_camellia_setkey_wrap(void *ctx, const unsigned char *key, function ccm_camellia_setkey_wrap (line 1087) | static int ccm_camellia_setkey_wrap(void *ctx, const unsigned char *key, function aria_crypt_ecb_wrap (line 1194) | static int aria_crypt_ecb_wrap(void *ctx, mbedtls_operation_t operation, function aria_crypt_cbc_wrap (line 1203) | static int aria_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, function aria_crypt_cfb128_wrap (line 1213) | static int aria_crypt_cfb128_wrap(void *ctx, mbedtls_operation_t operation, function aria_crypt_ctr_wrap (line 1223) | static int aria_crypt_ctr_wrap(void *ctx, size_t length, size_t *nc_off, function aria_setkey_dec_wrap (line 1233) | static int aria_setkey_dec_wrap(void *ctx, const unsigned char *key, function aria_setkey_enc_wrap (line 1240) | static int aria_setkey_enc_wrap(void *ctx, const unsigned char *key, function aria_ctx_free (line 1260) | static void aria_ctx_free(void *ctx) function gcm_aria_setkey_wrap (line 1434) | static int gcm_aria_setkey_wrap(void *ctx, const unsigned char *key, function ccm_aria_setkey_wrap (line 1505) | static int ccm_aria_setkey_wrap(void *ctx, const unsigned char *key, function des_crypt_ecb_wrap (line 1612) | static int des_crypt_ecb_wrap(void *ctx, mbedtls_operation_t operation, function des3_crypt_ecb_wrap (line 1619) | static int des3_crypt_ecb_wrap(void *ctx, mbedtls_operation_t operation, function des_crypt_cbc_wrap (line 1627) | static int des_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, ... function des3_crypt_cbc_wrap (line 1636) | static int des3_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation,... function des_setkey_dec_wrap (line 1644) | static int des_setkey_dec_wrap(void *ctx, const unsigned char *key, function des_setkey_enc_wrap (line 1652) | static int des_setkey_enc_wrap(void *ctx, const unsigned char *key, function des3_set2key_dec_wrap (line 1660) | static int des3_set2key_dec_wrap(void *ctx, const unsigned char *key, function des3_set2key_enc_wrap (line 1668) | static int des3_set2key_enc_wrap(void *ctx, const unsigned char *key, function des3_set3key_dec_wrap (line 1676) | static int des3_set3key_dec_wrap(void *ctx, const unsigned char *key, function des3_set3key_enc_wrap (line 1684) | static int des3_set3key_enc_wrap(void *ctx, const unsigned char *key, function des_ctx_free (line 1705) | static void des_ctx_free(void *ctx) function des3_ctx_free (line 1725) | static void des3_ctx_free(void *ctx) function chacha20_setkey_wrap (line 1886) | static int chacha20_setkey_wrap(void *ctx, const unsigned char *key, function chacha20_stream_wrap (line 1900) | static int chacha20_stream_wrap(void *ctx, size_t length, function chacha20_ctx_free (line 1928) | static void chacha20_ctx_free(void *ctx) function chachapoly_setkey_wrap (line 1976) | static int chachapoly_setkey_wrap(void *ctx, function chachapoly_ctx_free (line 2005) | static void chachapoly_ctx_free(void *ctx) function null_crypt_stream (line 2052) | static int null_crypt_stream(void *ctx, size_t length, function null_setkey (line 2061) | static int null_setkey(void *ctx, const unsigned char *key, function null_ctx_free (line 2076) | static void null_ctx_free(void *ctx) function kw_ctx_free (line 2134) | static void kw_ctx_free(void *ctx) function kw_aes_setkey_wrap (line 2140) | static int kw_aes_setkey_wrap(void *ctx, const unsigned char *key, function kw_aes_setkey_unwrap (line 2147) | static int kw_aes_setkey_unwrap(void *ctx, const unsigned char *key, FILE: thirdparty/mbedtls/library/cipher_wrap.h type mbedtls_cipher_base_t (line 74) | struct mbedtls_cipher_base_t { type mbedtls_cipher_definition_t (line 142) | typedef struct { type mbedtls_cipher_psa_key_ownership (line 148) | typedef enum { type mbedtls_cipher_context_psa (line 161) | typedef struct { FILE: thirdparty/mbedtls/library/cmac.c function cmac_multiply_by_u (line 55) | static int cmac_multiply_by_u(unsigned char *output, function cmac_generate_subkeys (line 96) | static int cmac_generate_subkeys(mbedtls_cipher_context_t *ctx, function cmac_pad (line 138) | static void cmac_pad(unsigned char padded_block[MBEDTLS_CMAC_MAX_BLOCK_S... function mbedtls_cipher_cmac_starts (line 156) | int mbedtls_cipher_cmac_starts(mbedtls_cipher_context_t *ctx, function mbedtls_cipher_cmac_update (line 198) | int mbedtls_cipher_cmac_update(mbedtls_cipher_context_t *ctx, function mbedtls_cipher_cmac_finish (line 268) | int mbedtls_cipher_cmac_finish(mbedtls_cipher_context_t *ctx, function mbedtls_cipher_cmac_reset (line 327) | int mbedtls_cipher_cmac_reset(mbedtls_cipher_context_t *ctx) function mbedtls_cipher_cmac (line 347) | int mbedtls_cipher_cmac(const mbedtls_cipher_info_t *cipher_info, function mbedtls_aes_cmac_prf_128 (line 387) | int mbedtls_aes_cmac_prf_128(const unsigned char *key, size_t key_length, function cmac_test_subkeys (line 729) | static int cmac_test_subkeys(int verbose, function cmac_test_wth_cipher (line 823) | static int cmac_test_wth_cipher(int verbose, function test_aes128_cmac_prf (line 890) | static int test_aes128_cmac_prf(int verbose) function mbedtls_cmac_self_test (line 915) | int mbedtls_cmac_self_test(int verbose) FILE: thirdparty/mbedtls/library/common.h function mbedtls_xor (line 186) | static inline void mbedtls_xor(unsigned char *r, function mbedtls_xor_no_simd (line 268) | static inline void mbedtls_xor_no_simd(unsigned char *r, FILE: thirdparty/mbedtls/library/constant_time.c function mbedtls_get_unaligned_volatile_uint32 (line 49) | static inline uint32_t mbedtls_get_unaligned_volatile_uint32(volatile co... function mbedtls_ct_memcmp (line 68) | int mbedtls_ct_memcmp(const void *a, function mbedtls_ct_memcmp_partial (line 121) | int mbedtls_ct_memcmp_partial(const void *a, function mbedtls_ct_memmove_left (line 151) | void mbedtls_ct_memmove_left(void *start, size_t total, size_t offset) function mbedtls_ct_memcpy_if (line 170) | void mbedtls_ct_memcpy_if(mbedtls_ct_condition_t condition, function mbedtls_ct_memcpy_offset (line 215) | void mbedtls_ct_memcpy_offset(unsigned char *dest, function mbedtls_ct_zeroize_if (line 232) | void mbedtls_ct_zeroize_if(mbedtls_ct_condition_t condition, void *buf, ... FILE: thirdparty/mbedtls/library/constant_time_impl.h function mbedtls_ct_uint_t (line 85) | static inline mbedtls_ct_uint_t mbedtls_ct_compiler_opaque(mbedtls_ct_ui... function mbedtls_ct_condition_t (line 120) | static inline mbedtls_ct_condition_t mbedtls_ct_bool(mbedtls_ct_uint_t x) function mbedtls_ct_uint_t (line 205) | static inline mbedtls_ct_uint_t mbedtls_ct_if(mbedtls_ct_condition_t con... function mbedtls_ct_condition_t (line 271) | static inline mbedtls_ct_condition_t mbedtls_ct_uint_lt(mbedtls_ct_uint_... function mbedtls_ct_condition_t (line 382) | static inline mbedtls_ct_condition_t mbedtls_ct_uint_ne(mbedtls_ct_uint_... function mbedtls_ct_uchar_in_range_if (line 391) | static inline unsigned char mbedtls_ct_uchar_in_range_if(unsigned char low, function mbedtls_ct_size_if (line 411) | static inline size_t mbedtls_ct_size_if(mbedtls_ct_condition_t condition, function mbedtls_ct_uint_if (line 418) | static inline unsigned mbedtls_ct_uint_if(mbedtls_ct_condition_t condition, function mbedtls_ct_condition_t (line 425) | static inline mbedtls_ct_condition_t mbedtls_ct_bool_if(mbedtls_ct_condi... function mbedtls_mpi_uint (line 435) | static inline mbedtls_mpi_uint mbedtls_ct_mpi_uint_if(mbedtls_ct_conditi... function mbedtls_ct_size_if_else_0 (line 446) | static inline size_t mbedtls_ct_size_if_else_0(mbedtls_ct_condition_t co... function mbedtls_ct_uint_if_else_0 (line 451) | static inline unsigned mbedtls_ct_uint_if_else_0(mbedtls_ct_condition_t ... function mbedtls_ct_condition_t (line 456) | static inline mbedtls_ct_condition_t mbedtls_ct_bool_if_else_0(mbedtls_c... function mbedtls_mpi_uint (line 464) | static inline mbedtls_mpi_uint mbedtls_ct_mpi_uint_if_else_0(mbedtls_ct_... function mbedtls_ct_error_if (line 472) | static inline int mbedtls_ct_error_if(mbedtls_ct_condition_t condition, ... function mbedtls_ct_error_if_else_0 (line 484) | static inline int mbedtls_ct_error_if_else_0(mbedtls_ct_condition_t cond... function mbedtls_ct_condition_t (line 489) | static inline mbedtls_ct_condition_t mbedtls_ct_uint_eq(mbedtls_ct_uint_... function mbedtls_ct_condition_t (line 495) | static inline mbedtls_ct_condition_t mbedtls_ct_uint_gt(mbedtls_ct_uint_... function mbedtls_ct_condition_t (line 501) | static inline mbedtls_ct_condition_t mbedtls_ct_uint_ge(mbedtls_ct_uint_... function mbedtls_ct_condition_t (line 507) | static inline mbedtls_ct_condition_t mbedtls_ct_uint_le(mbedtls_ct_uint_... function mbedtls_ct_condition_t (line 513) | static inline mbedtls_ct_condition_t mbedtls_ct_bool_ne(mbedtls_ct_condi... function mbedtls_ct_condition_t (line 519) | static inline mbedtls_ct_condition_t mbedtls_ct_bool_and(mbedtls_ct_cond... function mbedtls_ct_condition_t (line 525) | static inline mbedtls_ct_condition_t mbedtls_ct_bool_or(mbedtls_ct_condi... function mbedtls_ct_condition_t (line 531) | static inline mbedtls_ct_condition_t mbedtls_ct_bool_not(mbedtls_ct_cond... FILE: thirdparty/mbedtls/library/constant_time_internal.h type mbedtls_ct_condition_t (line 67) | typedef size_t mbedtls_ct_condition_t; type mbedtls_ct_uint_t (line 68) | typedef size_t mbedtls_ct_uint_t; type mbedtls_ct_int_t (line 69) | typedef ptrdiff_t mbedtls_ct_int_t; type mbedtls_ct_condition_t (line 73) | typedef uint64_t mbedtls_ct_condition_t; type mbedtls_ct_uint_t (line 74) | typedef uint64_t mbedtls_ct_uint_t; type mbedtls_ct_int_t (line 75) | typedef int64_t mbedtls_ct_int_t; type mbedtls_ct_condition_t (line 80) | typedef uint32_t mbedtls_ct_condition_t; type mbedtls_ct_uint_t (line 81) | typedef uint32_t mbedtls_ct_uint_t; type mbedtls_ct_int_t (line 82) | typedef int32_t mbedtls_ct_int_t; FILE: thirdparty/mbedtls/library/ctr.h function mbedtls_ctr_increment_counter (line 21) | static inline void mbedtls_ctr_increment_counter(uint8_t n[16]) FILE: thirdparty/mbedtls/library/ctr_drbg.c function psa_status_t (line 36) | static psa_status_t ctr_drbg_setup_psa_context(mbedtls_ctr_drbg_psa_cont... function ctr_drbg_destroy_psa_contex (line 60) | static void ctr_drbg_destroy_psa_contex(mbedtls_ctr_drbg_psa_context *ps... function mbedtls_ctr_drbg_init (line 73) | void mbedtls_ctr_drbg_init(mbedtls_ctr_drbg_context *ctx) function mbedtls_ctr_drbg_free (line 93) | void mbedtls_ctr_drbg_free(mbedtls_ctr_drbg_context *ctx) function mbedtls_ctr_drbg_set_prediction_resistance (line 115) | void mbedtls_ctr_drbg_set_prediction_resistance(mbedtls_ctr_drbg_context... function mbedtls_ctr_drbg_set_entropy_len (line 121) | void mbedtls_ctr_drbg_set_entropy_len(mbedtls_ctr_drbg_context *ctx, function mbedtls_ctr_drbg_set_nonce_len (line 127) | int mbedtls_ctr_drbg_set_nonce_len(mbedtls_ctr_drbg_context *ctx, function mbedtls_ctr_drbg_set_reseed_interval (line 155) | void mbedtls_ctr_drbg_set_reseed_interval(mbedtls_ctr_drbg_context *ctx, function block_cipher_df (line 161) | static int block_cipher_df(unsigned char *output, function ctr_drbg_update_internal (line 332) | static int ctr_drbg_update_internal(mbedtls_ctr_drbg_context *ctx, function mbedtls_ctr_drbg_update (line 411) | int mbedtls_ctr_drbg_update(mbedtls_ctr_drbg_context *ctx, function mbedtls_ctr_drbg_reseed_internal (line 447) | static int mbedtls_ctr_drbg_reseed_internal(mbedtls_ctr_drbg_context *ctx, function mbedtls_ctr_drbg_reseed (line 504) | int mbedtls_ctr_drbg_reseed(mbedtls_ctr_drbg_context *ctx, function good_nonce_len (line 515) | static size_t good_nonce_len(size_t entropy_len) function mbedtls_ctr_drbg_seed (line 535) | int mbedtls_ctr_drbg_seed(mbedtls_ctr_drbg_context *ctx, function mbedtls_ctr_drbg_random_with_add (line 609) | int mbedtls_ctr_drbg_random_with_add(void *p_rng, function mbedtls_ctr_drbg_random (line 696) | int mbedtls_ctr_drbg_random(void *p_rng, unsigned char *output, function mbedtls_ctr_drbg_write_seed_file (line 720) | int mbedtls_ctr_drbg_write_seed_file(mbedtls_ctr_drbg_context *ctx, function mbedtls_ctr_drbg_update_seed_file (line 753) | int mbedtls_ctr_drbg_update_seed_file(mbedtls_ctr_drbg_context *ctx, function ctr_drbg_self_test_entropy (line 928) | static int ctr_drbg_self_test_entropy(void *data, unsigned char *buf, function mbedtls_ctr_drbg_self_test (line 949) | int mbedtls_ctr_drbg_self_test(int verbose) FILE: thirdparty/mbedtls/library/debug.c function mbedtls_debug_set_threshold (line 26) | void mbedtls_debug_set_threshold(int threshold) function debug_send_line (line 34) | static inline void debug_send_line(const mbedtls_ssl_context *ssl, int l... function mbedtls_debug_print_msg (line 53) | void mbedtls_debug_print_msg(const mbedtls_ssl_context *ssl, int level, function mbedtls_debug_print_ret (line 87) | void mbedtls_debug_print_ret(const mbedtls_ssl_context *ssl, int level, function mbedtls_debug_print_buf (line 115) | void mbedtls_debug_print_buf(const mbedtls_ssl_context *ssl, int level, function mbedtls_debug_print_ecp (line 171) | void mbedtls_debug_print_ecp(const mbedtls_ssl_context *ssl, int level, function mbedtls_debug_print_ec_coord (line 193) | static void mbedtls_debug_print_ec_coord(const mbedtls_ssl_context *ssl,... function mbedtls_debug_print_psa_ec (line 233) | void mbedtls_debug_print_psa_ec(const mbedtls_ssl_context *ssl, int level, function mbedtls_debug_print_mpi (line 265) | void mbedtls_debug_print_mpi(const mbedtls_ssl_context *ssl, int level, function debug_print_pk (line 316) | static void debug_print_pk(const mbedtls_ssl_context *ssl, int level, function debug_print_line_by_line (line 360) | static void debug_print_line_by_line(const mbedtls_ssl_context *ssl, int... function mbedtls_debug_print_crt (line 384) | void mbedtls_debug_print_crt(const mbedtls_ssl_context *ssl, int level, function mbedtls_debug_printf_ecdh_internal (line 417) | static void mbedtls_debug_printf_ecdh_internal(const mbedtls_ssl_context... function mbedtls_debug_printf_ecdh (line 447) | void mbedtls_debug_printf_ecdh(const mbedtls_ssl_context *ssl, int level, FILE: thirdparty/mbedtls/library/debug_internal.h type mbedtls_debug_ecdh_attr (line 143) | typedef enum { FILE: thirdparty/mbedtls/library/des.c function mbedtls_des_init (line 265) | void mbedtls_des_init(mbedtls_des_context *ctx) function mbedtls_des_free (line 270) | void mbedtls_des_free(mbedtls_des_context *ctx) function mbedtls_des3_init (line 279) | void mbedtls_des3_init(mbedtls_des3_context *ctx) function mbedtls_des3_free (line 284) | void mbedtls_des3_free(mbedtls_des3_context *ctx) function mbedtls_des_key_set_parity (line 312) | void mbedtls_des_key_set_parity(unsigned char key[MBEDTLS_DES_KEY_SIZE]) function mbedtls_des_key_check_key_parity (line 324) | int mbedtls_des_key_check_key_parity(const unsigned char key[MBEDTLS_DES... function mbedtls_des_key_check_weak (line 381) | int mbedtls_des_key_check_weak(const unsigned char key[MBEDTLS_DES_KEY_S... function mbedtls_des_setkey (line 395) | void mbedtls_des_setkey(uint32_t SK[32], const unsigned char key[MBEDTLS... function mbedtls_des_setkey_enc (line 464) | int mbedtls_des_setkey_enc(mbedtls_des_context *ctx, const unsigned char... function mbedtls_des_setkey_dec (line 474) | int mbedtls_des_setkey_dec(mbedtls_des_context *ctx, const unsigned char... function des3_set2key (line 488) | static void des3_set2key(uint32_t esk[96], function mbedtls_des3_set2key_enc (line 515) | int mbedtls_des3_set2key_enc(mbedtls_des3_context *ctx, function mbedtls_des3_set2key_dec (line 529) | int mbedtls_des3_set2key_dec(mbedtls_des3_context *ctx, function des3_set3key (line 540) | static void des3_set3key(uint32_t esk[96], function mbedtls_des3_set3key_enc (line 565) | int mbedtls_des3_set3key_enc(mbedtls_des3_context *ctx, function mbedtls_des3_set3key_dec (line 579) | int mbedtls_des3_set3key_dec(mbedtls_des3_context *ctx, function mbedtls_des_crypt_ecb (line 594) | int mbedtls_des_crypt_ecb(mbedtls_des_context *ctx, function mbedtls_des_crypt_cbc (line 626) | int mbedtls_des_crypt_cbc(mbedtls_des_context *ctx, function mbedtls_des3_crypt_ecb (line 682) | int mbedtls_des3_crypt_ecb(mbedtls_des3_context *ctx, function mbedtls_des3_crypt_cbc (line 724) | int mbedtls_des3_crypt_cbc(mbedtls_des3_context *ctx, function mbedtls_des_self_test (line 834) | int mbedtls_des_self_test(int verbose) FILE: thirdparty/mbedtls/library/dhm.c function dhm_read_bignum (line 42) | static int dhm_read_bignum(mbedtls_mpi *X, function dhm_check_range (line 80) | static int dhm_check_range(const mbedtls_mpi *param, const mbedtls_mpi *P) function mbedtls_dhm_init (line 99) | void mbedtls_dhm_init(mbedtls_dhm_context *ctx) function mbedtls_dhm_get_bitlen (line 104) | size_t mbedtls_dhm_get_bitlen(const mbedtls_dhm_context *ctx) function mbedtls_dhm_get_len (line 109) | size_t mbedtls_dhm_get_len(const mbedtls_dhm_context *ctx) function mbedtls_dhm_get_value (line 114) | int mbedtls_dhm_get_value(const mbedtls_dhm_context *ctx, function mbedtls_dhm_read_params (line 147) | int mbedtls_dhm_read_params(mbedtls_dhm_context *ctx, function dhm_random_below (line 169) | static int dhm_random_below(mbedtls_mpi *R, const mbedtls_mpi *M, function dhm_make_common (line 181) | static int dhm_make_common(mbedtls_dhm_context *ctx, int x_size, function mbedtls_dhm_make_params (line 224) | int mbedtls_dhm_make_params(mbedtls_dhm_context *ctx, int x_size, function mbedtls_dhm_set_group (line 273) | int mbedtls_dhm_set_group(mbedtls_dhm_context *ctx, function mbedtls_dhm_read_public (line 290) | int mbedtls_dhm_read_public(mbedtls_dhm_context *ctx, function mbedtls_dhm_make_public (line 309) | int mbedtls_dhm_make_public(mbedtls_dhm_context *ctx, int x_size, function dhm_update_blinding (line 344) | static int dhm_update_blinding(mbedtls_dhm_context *ctx, function mbedtls_dhm_calc_secret (line 393) | int mbedtls_dhm_calc_secret(mbedtls_dhm_context *ctx, function mbedtls_dhm_free (line 446) | void mbedtls_dhm_free(mbedtls_dhm_context *ctx) function mbedtls_dhm_parse_dhm (line 470) | int mbedtls_dhm_parse_dhm(mbedtls_dhm_context *dhm, const unsigned char ... function load_file (line 568) | static int load_file(const char *path, unsigned char **buf, size_t *n) function mbedtls_dhm_parse_dhmfile (line 615) | int mbedtls_dhm_parse_dhmfile(mbedtls_dhm_context *dhm, const char *path) function mbedtls_dhm_self_test (line 666) | int mbedtls_dhm_self_test(int verbose) FILE: thirdparty/mbedtls/library/ecdh.c type mbedtls_ecdh_context (line 26) | typedef mbedtls_ecdh_context mbedtls_ecdh_context_mbed; function mbedtls_ecp_group_id (line 29) | static mbedtls_ecp_group_id mbedtls_ecdh_grp_id( function mbedtls_ecdh_can_do (line 39) | int mbedtls_ecdh_can_do(mbedtls_ecp_group_id gid) function ecdh_gen_public_restartable (line 54) | static int ecdh_gen_public_restartable(mbedtls_ecp_group *grp, function mbedtls_ecdh_gen_public (line 81) | int mbedtls_ecdh_gen_public(mbedtls_ecp_group *grp, mbedtls_mpi *d, mbed... function ecdh_compute_shared_restartable (line 93) | static int ecdh_compute_shared_restartable(mbedtls_ecp_group *grp, function mbedtls_ecdh_compute_shared (line 124) | int mbedtls_ecdh_compute_shared(mbedtls_ecp_group *grp, mbedtls_mpi *z, function ecdh_init_internal (line 134) | static void ecdh_init_internal(mbedtls_ecdh_context_mbed *ctx) function mbedtls_ecp_group_id (line 147) | mbedtls_ecp_group_id mbedtls_ecdh_get_grp_id(mbedtls_ecdh_context *ctx) function mbedtls_ecdh_init (line 159) | void mbedtls_ecdh_init(mbedtls_ecdh_context *ctx) function ecdh_setup_internal (line 177) | static int ecdh_setup_internal(mbedtls_ecdh_context_mbed *ctx, function mbedtls_ecdh_setup (line 193) | int mbedtls_ecdh_setup(mbedtls_ecdh_context *ctx, mbedtls_ecp_group_id g... function ecdh_free_internal (line 216) | static void ecdh_free_internal(mbedtls_ecdh_context_mbed *ctx) function mbedtls_ecdh_enable_restart (line 233) | void mbedtls_ecdh_enable_restart(mbedtls_ecdh_context *ctx) function mbedtls_ecdh_free (line 242) | void mbedtls_ecdh_free(mbedtls_ecdh_context *ctx) function ecdh_make_params_internal (line 273) | static int ecdh_make_params_internal(mbedtls_ecdh_context_mbed *ctx, function mbedtls_ecdh_make_params (line 337) | int mbedtls_ecdh_make_params(mbedtls_ecdh_context *ctx, size_t *olen, function ecdh_read_params_internal (line 370) | static int ecdh_read_params_internal(mbedtls_ecdh_context_mbed *ctx, function mbedtls_ecdh_read_params (line 385) | int mbedtls_ecdh_read_params(mbedtls_ecdh_context *ctx, function ecdh_get_params_internal (line 418) | static int ecdh_get_params_internal(mbedtls_ecdh_context_mbed *ctx, function mbedtls_ecdh_get_params (line 445) | int mbedtls_ecdh_get_params(mbedtls_ecdh_context *ctx, function ecdh_make_public_internal (line 492) | static int ecdh_make_public_internal(mbedtls_ecdh_context_mbed *ctx, function mbedtls_ecdh_make_public (line 537) | int mbedtls_ecdh_make_public(mbedtls_ecdh_context *ctx, size_t *olen, function ecdh_read_public_internal (line 568) | static int ecdh_read_public_internal(mbedtls_ecdh_context_mbed *ctx, function mbedtls_ecdh_read_public (line 589) | int mbedtls_ecdh_read_public(mbedtls_ecdh_context *ctx, function ecdh_calc_secret_internal (line 610) | static int ecdh_calc_secret_internal(mbedtls_ecdh_context_mbed *ctx, function mbedtls_ecdh_calc_secret (line 665) | int mbedtls_ecdh_calc_secret(mbedtls_ecdh_context *ctx, size_t *olen, FILE: thirdparty/mbedtls/library/ecdsa.c type mbedtls_ecdsa_restart_ver (line 38) | struct mbedtls_ecdsa_restart_ver { function ecdsa_restart_ver_init (line 49) | static void ecdsa_restart_ver_init(mbedtls_ecdsa_restart_ver_ctx *ctx) function ecdsa_restart_ver_free (line 59) | static void ecdsa_restart_ver_free(mbedtls_ecdsa_restart_ver_ctx *ctx) type mbedtls_ecdsa_restart_sig (line 74) | struct mbedtls_ecdsa_restart_sig { function ecdsa_restart_sig_init (line 89) | static void ecdsa_restart_sig_init(mbedtls_ecdsa_restart_sig_ctx *ctx) function ecdsa_restart_sig_free (line 101) | static void ecdsa_restart_sig_free(mbedtls_ecdsa_restart_sig_ctx *ctx) type mbedtls_ecdsa_restart_det (line 115) | struct mbedtls_ecdsa_restart_det { function ecdsa_restart_det_init (line 126) | static void ecdsa_restart_det_init(mbedtls_ecdsa_restart_det_ctx *ctx) function ecdsa_restart_det_free (line 135) | static void ecdsa_restart_det_free(mbedtls_ecdsa_restart_det_ctx *ctx) function derive_mpi (line 204) | static int derive_mpi(const mbedtls_ecp_group *grp, mbedtls_mpi *x, function mbedtls_ecdsa_can_do (line 226) | int mbedtls_ecdsa_can_do(mbedtls_ecp_group_id gid) function mbedtls_ecdsa_sign (line 371) | int mbedtls_ecdsa_sign(mbedtls_ecp_group *grp, mbedtls_mpi *r, mbedtls_m... function mbedtls_ecdsa_sign_det_restartable (line 388) | int mbedtls_ecdsa_sign_det_restartable(mbedtls_ecp_group *grp, function mbedtls_ecdsa_sign_det_ext (line 461) | int mbedtls_ecdsa_sign_det_ext(mbedtls_ecp_group *grp, mbedtls_mpi *r, function mbedtls_ecdsa_verify_restartable (line 479) | int mbedtls_ecdsa_verify_restartable(mbedtls_ecp_group *grp, function mbedtls_ecdsa_verify (line 587) | int mbedtls_ecdsa_verify(mbedtls_ecp_group *grp, function ecdsa_signature_to_asn1 (line 600) | static int ecdsa_signature_to_asn1(const mbedtls_mpi *r, const mbedtls_m... function mbedtls_ecdsa_write_signature_restartable (line 630) | int mbedtls_ecdsa_write_signature_restartable(mbedtls_ecdsa_context *ctx, function mbedtls_ecdsa_write_signature (line 679) | int mbedtls_ecdsa_write_signature(mbedtls_ecdsa_context *ctx, function mbedtls_ecdsa_read_signature (line 694) | int mbedtls_ecdsa_read_signature(mbedtls_ecdsa_context *ctx, function mbedtls_ecdsa_read_signature_restartable (line 705) | int mbedtls_ecdsa_read_signature_restartable(mbedtls_ecdsa_context *ctx, function mbedtls_ecdsa_genkey (line 767) | int mbedtls_ecdsa_genkey(mbedtls_ecdsa_context *ctx, mbedtls_ecp_group_i... function mbedtls_ecdsa_from_keypair (line 784) | int mbedtls_ecdsa_from_keypair(mbedtls_ecdsa_context *ctx, const mbedtls... function mbedtls_ecdsa_init (line 799) | void mbedtls_ecdsa_init(mbedtls_ecdsa_context *ctx) function mbedtls_ecdsa_free (line 807) | void mbedtls_ecdsa_free(mbedtls_ecdsa_context *ctx) function mbedtls_ecdsa_restart_init (line 820) | void mbedtls_ecdsa_restart_init(mbedtls_ecdsa_restart_ctx *ctx) function mbedtls_ecdsa_restart_free (line 834) | void mbedtls_ecdsa_restart_free(mbedtls_ecdsa_restart_ctx *ctx) FILE: thirdparty/mbedtls/library/ecjpake.c function mbedtls_ecjpake_compute_hash (line 39) | static int mbedtls_ecjpake_compute_hash(mbedtls_md_type_t md_type, function mbedtls_ecjpake_init (line 50) | void mbedtls_ecjpake_init(mbedtls_ecjpake_context *ctx) function mbedtls_ecjpake_free (line 70) | void mbedtls_ecjpake_free(mbedtls_ecjpake_context *ctx) function mbedtls_ecjpake_setup (line 93) | int mbedtls_ecjpake_setup(mbedtls_ecjpake_context *ctx, function mbedtls_ecjpake_set_point_format (line 126) | int mbedtls_ecjpake_set_point_format(mbedtls_ecjpake_context *ctx, function mbedtls_ecjpake_check (line 142) | int mbedtls_ecjpake_check(const mbedtls_ecjpake_context *ctx) function ecjpake_write_len_point (line 156) | static int ecjpake_write_len_point(unsigned char **p, function ecjpake_hash (line 192) | static int ecjpake_hash(const mbedtls_md_type_t md_type, function ecjpake_zkp_read (line 243) | static int ecjpake_zkp_read(const mbedtls_md_type_t md_type, function ecjpake_zkp_write (line 313) | static int ecjpake_zkp_write(const mbedtls_md_type_t md_type, function ecjpake_kkp_read (line 374) | static int ecjpake_kkp_read(const mbedtls_md_type_t md_type, function ecjpake_kkp_write (line 411) | static int ecjpake_kkp_write(const mbedtls_md_type_t md_type, function ecjpake_kkpp_read (line 449) | static int ecjpake_kkpp_read(const mbedtls_md_type_t md_type, function ecjpake_kkpp_write (line 483) | static int ecjpake_kkpp_write(const mbedtls_md_type_t md_type, function mbedtls_ecjpake_read_round_one (line 516) | int mbedtls_ecjpake_read_round_one(mbedtls_ecjpake_context *ctx, function mbedtls_ecjpake_write_round_one (line 529) | int mbedtls_ecjpake_write_round_one(mbedtls_ecjpake_context *ctx, function ecjpake_ecp_add3 (line 543) | static int ecjpake_ecp_add3(mbedtls_ecp_group *grp, mbedtls_ecp_point *R, function mbedtls_ecjpake_read_round_two (line 566) | int mbedtls_ecjpake_read_round_two(mbedtls_ecjpake_context *ctx, function ecjpake_mul_secret (line 621) | static int ecjpake_mul_secret(mbedtls_mpi *R, int sign, function mbedtls_ecjpake_write_round_two (line 652) | int mbedtls_ecjpake_write_round_two(mbedtls_ecjpake_context *ctx, function mbedtls_ecjpake_derive_k (line 726) | static int mbedtls_ecjpake_derive_k(mbedtls_ecjpake_context *ctx, function mbedtls_ecjpake_derive_secret (line 759) | int mbedtls_ecjpake_derive_secret(mbedtls_ecjpake_context *ctx, function mbedtls_ecjpake_write_shared_key (line 793) | int mbedtls_ecjpake_write_shared_key(mbedtls_ecjpake_context *ctx, function mbedtls_ecjpake_self_test (line 831) | int mbedtls_ecjpake_self_test(int verbose) function self_test_rng (line 987) | static int self_test_rng(void *ctx, unsigned char *out, size_t len) function ecjpake_test_load (line 1002) | static int ecjpake_test_load(mbedtls_ecjpake_context *ctx, function ecjpake_lgc (line 1023) | static int ecjpake_lgc(void *p, unsigned char *out, size_t len) function mbedtls_ecjpake_self_test (line 1053) | int mbedtls_ecjpake_self_test(int verbose) FILE: thirdparty/mbedtls/library/ecp.c function mbedtls_ecp_set_max_ops (line 109) | void mbedtls_ecp_set_max_ops(unsigned max_ops) function mbedtls_ecp_restart_is_enabled (line 117) | int mbedtls_ecp_restart_is_enabled(void) type mbedtls_ecp_restart_mul (line 125) | struct mbedtls_ecp_restart_mul { function ecp_restart_rsm_init (line 144) | static void ecp_restart_rsm_init(mbedtls_ecp_restart_mul_ctx *ctx) function ecp_restart_rsm_free (line 156) | static void ecp_restart_rsm_free(mbedtls_ecp_restart_mul_ctx *ctx) type mbedtls_ecp_restart_muladd (line 179) | struct mbedtls_ecp_restart_muladd { function ecp_restart_ma_init (line 193) | static void ecp_restart_ma_init(mbedtls_ecp_restart_muladd_ctx *ctx) function ecp_restart_ma_free (line 203) | static void ecp_restart_ma_free(mbedtls_ecp_restart_muladd_ctx *ctx) function mbedtls_ecp_restart_init (line 218) | void mbedtls_ecp_restart_init(mbedtls_ecp_restart_ctx *ctx) function mbedtls_ecp_restart_free (line 229) | void mbedtls_ecp_restart_free(mbedtls_ecp_restart_ctx *ctx) function mbedtls_ecp_check_budget (line 247) | int mbedtls_ecp_check_budget(const mbedtls_ecp_group *grp, function mpi_init_many (line 318) | static void mpi_init_many(mbedtls_mpi *arr, size_t size) function mpi_free_many (line 325) | static void mpi_free_many(mbedtls_mpi *arr, size_t size) function mbedtls_ecp_curve_info (line 397) | const mbedtls_ecp_curve_info *mbedtls_ecp_curve_list(void) function mbedtls_ecp_group_id (line 405) | const mbedtls_ecp_group_id *mbedtls_ecp_grp_id_list(void) function mbedtls_ecp_curve_info (line 429) | const mbedtls_ecp_curve_info *mbedtls_ecp_curve_info_from_grp_id(mbedtls... function mbedtls_ecp_curve_info (line 447) | const mbedtls_ecp_curve_info *mbedtls_ecp_curve_info_from_tls_id(uint16_... function mbedtls_ecp_curve_info (line 465) | const mbedtls_ecp_curve_info *mbedtls_ecp_curve_info_from_name(const cha... function mbedtls_ecp_curve_type (line 487) | mbedtls_ecp_curve_type mbedtls_ecp_get_type(const mbedtls_ecp_group *grp) function mbedtls_ecp_point_init (line 503) | void mbedtls_ecp_point_init(mbedtls_ecp_point *pt) function mbedtls_ecp_group_init (line 513) | void mbedtls_ecp_group_init(mbedtls_ecp_group *grp) function mbedtls_ecp_keypair_init (line 535) | void mbedtls_ecp_keypair_init(mbedtls_ecp_keypair *key) function mbedtls_ecp_point_free (line 545) | void mbedtls_ecp_point_free(mbedtls_ecp_point *pt) function ecp_group_is_static_comb_table (line 559) | static int ecp_group_is_static_comb_table(const mbedtls_ecp_group *grp) function mbedtls_ecp_group_free (line 572) | void mbedtls_ecp_group_free(mbedtls_ecp_group *grp) function mbedtls_ecp_keypair_free (line 604) | void mbedtls_ecp_keypair_free(mbedtls_ecp_keypair *key) function mbedtls_ecp_copy (line 618) | int mbedtls_ecp_copy(mbedtls_ecp_point *P, const mbedtls_ecp_point *Q) function mbedtls_ecp_group_copy (line 632) | int mbedtls_ecp_group_copy(mbedtls_ecp_group *dst, const mbedtls_ecp_gro... function mbedtls_ecp_set_zero (line 640) | int mbedtls_ecp_set_zero(mbedtls_ecp_point *pt) function mbedtls_ecp_is_zero (line 654) | int mbedtls_ecp_is_zero(mbedtls_ecp_point *pt) function mbedtls_ecp_point_cmp (line 662) | int mbedtls_ecp_point_cmp(const mbedtls_ecp_point *P, function mbedtls_ecp_point_read_string (line 677) | int mbedtls_ecp_point_read_string(mbedtls_ecp_point *P, int radix, function mbedtls_ecp_point_write_binary (line 692) | int mbedtls_ecp_point_write_binary(const mbedtls_ecp_group *grp, function mbedtls_ecp_point_read_binary (line 770) | int mbedtls_ecp_point_read_binary(const mbedtls_ecp_group *grp, function mbedtls_ecp_tls_read_point (line 845) | int mbedtls_ecp_tls_read_point(const mbedtls_ecp_group *grp, function mbedtls_ecp_tls_write_point (line 878) | int mbedtls_ecp_tls_write_point(const mbedtls_ecp_group *grp, const mbed... function mbedtls_ecp_tls_read_group (line 912) | int mbedtls_ecp_tls_read_group(mbedtls_ecp_group *grp, function mbedtls_ecp_tls_read_group_id (line 928) | int mbedtls_ecp_tls_read_group_id(mbedtls_ecp_group_id *grp, function mbedtls_ecp_tls_write_group (line 965) | int mbedtls_ecp_tls_write_group(const mbedtls_ecp_group *grp, size_t *olen, function ecp_modp (line 1000) | static int ecp_modp(mbedtls_mpi *N, const mbedtls_ecp_group *grp) function mbedtls_mpi_mul_mod (line 1056) | static inline int mbedtls_mpi_mul_mod(const mbedtls_ecp_group *grp, function MBEDTLS_MAYBE_UNUSED (line 1078) | MBEDTLS_MAYBE_UNUSED function mbedtls_mpi_add_mod (line 1100) | static inline int mbedtls_mpi_add_mod(const mbedtls_ecp_group *grp, function MBEDTLS_MAYBE_UNUSED (line 1112) | MBEDTLS_MAYBE_UNUSED function MBEDTLS_MAYBE_UNUSED (line 1126) | MBEDTLS_MAYBE_UNUSED function MBEDTLS_MAYBE_UNUSED (line 1143) | MBEDTLS_MAYBE_UNUSED function ecp_sw_rhs (line 1226) | static int ecp_sw_rhs(const mbedtls_ecp_group *grp, function mbedtls_ecp_sw_derive_y (line 1252) | static int mbedtls_ecp_sw_derive_y(const mbedtls_ecp_group *grp, function ecp_normalize_jac (line 1315) | static int ecp_normalize_jac(const mbedtls_ecp_group *grp, mbedtls_ecp_p... function ecp_normalize_jac_many (line 1361) | static int ecp_normalize_jac_many(const mbedtls_ecp_group *grp, function ecp_safe_invert_jac (line 1458) | static int ecp_safe_invert_jac(const mbedtls_ecp_group *grp, function ecp_double_jac (line 1487) | static int ecp_double_jac(const mbedtls_ecp_group *grp, mbedtls_ecp_poin... function ecp_add_mixed (line 1584) | static int ecp_add_mixed(const mbedtls_ecp_group *grp, mbedtls_ecp_point... function ecp_randomize_jac (line 1682) | static int ecp_randomize_jac(const mbedtls_ecp_group *grp, mbedtls_ecp_p... function ecp_comb_recode_core (line 1785) | static void ecp_comb_recode_core(unsigned char x[], size_t d, function ecp_precompute_comb (line 1850) | static int ecp_precompute_comb(const mbedtls_ecp_group *grp, function ecp_select_comb (line 2013) | static int ecp_select_comb(const mbedtls_ecp_group *grp, mbedtls_ecp_poi... function ecp_mul_comb_core (line 2044) | static int ecp_mul_comb_core(const mbedtls_ecp_group *grp, mbedtls_ecp_p... function ecp_comb_recode_scalar (line 2122) | static int ecp_comb_recode_scalar(const mbedtls_ecp_group *grp, function ecp_mul_comb_after_precomp (line 2165) | static int ecp_mul_comb_after_precomp(const mbedtls_ecp_group *grp, function ecp_pick_window_size (line 2220) | static unsigned char ecp_pick_window_size(const mbedtls_ecp_group *grp, function ecp_mul_comb (line 2275) | static int ecp_mul_comb(mbedtls_ecp_group *grp, mbedtls_ecp_point *R, function ecp_normalize_mxz (line 2409) | static int ecp_normalize_mxz(const mbedtls_ecp_group *grp, mbedtls_ecp_p... function ecp_randomize_mxz (line 2438) | static int ecp_randomize_mxz(const mbedtls_ecp_group *grp, mbedtls_ecp_p... function ecp_double_add_mxz (line 2485) | static int ecp_double_add_mxz(const mbedtls_ecp_group *grp, function ecp_mul_mxz (line 2531) | static int ecp_mul_mxz(mbedtls_ecp_group *grp, mbedtls_ecp_point *R, function ecp_mul_restartable_internal (line 2600) | static int ecp_mul_restartable_internal(mbedtls_ecp_group *grp, mbedtls_... function mbedtls_ecp_mul_restartable (line 2671) | int mbedtls_ecp_mul_restartable(mbedtls_ecp_group *grp, mbedtls_ecp_poin... function mbedtls_ecp_mul (line 2686) | int mbedtls_ecp_mul(mbedtls_ecp_group *grp, mbedtls_ecp_point *R, function ecp_check_pubkey_sw (line 2699) | static int ecp_check_pubkey_sw(const mbedtls_ecp_group *grp, const mbedt... function mbedtls_ecp_mul_shortcuts (line 2739) | static int mbedtls_ecp_mul_shortcuts(mbedtls_ecp_group *grp, function mbedtls_ecp_muladd (line 2878) | int mbedtls_ecp_muladd(mbedtls_ecp_group *grp, mbedtls_ecp_point *R, function ecp_check_bad_points_mx (line 2921) | static int ecp_check_bad_points_mx(const mbedtls_mpi *X, const mbedtls_m... function ecp_check_pubkey_mx (line 2978) | static int ecp_check_pubkey_mx(const mbedtls_ecp_group *grp, const mbedt... function mbedtls_ecp_check_pubkey (line 3001) | int mbedtls_ecp_check_pubkey(const mbedtls_ecp_group *grp, function mbedtls_ecp_check_privkey (line 3025) | int mbedtls_ecp_check_privkey(const mbedtls_ecp_group *grp, function MBEDTLS_STATIC_TESTABLE (line 3061) | MBEDTLS_STATIC_TESTABLE function mbedtls_ecp_gen_privkey_sw (line 3094) | static int mbedtls_ecp_gen_privkey_sw( function mbedtls_ecp_gen_privkey (line 3111) | int mbedtls_ecp_gen_privkey(const mbedtls_ecp_group *grp, function mbedtls_ecp_gen_keypair_base (line 3135) | int mbedtls_ecp_gen_keypair_base(mbedtls_ecp_group *grp, function mbedtls_ecp_gen_keypair (line 3152) | int mbedtls_ecp_gen_keypair(mbedtls_ecp_group *grp, function mbedtls_ecp_gen_key (line 3163) | int mbedtls_ecp_gen_key(mbedtls_ecp_group_id grp_id, mbedtls_ecp_keypair... function mbedtls_ecp_set_public_key (line 3175) | int mbedtls_ecp_set_public_key(mbedtls_ecp_group_id grp_id, function mbedtls_ecp_read_key (line 3199) | int mbedtls_ecp_read_key(mbedtls_ecp_group_id grp_id, mbedtls_ecp_keypai... function mbedtls_ecp_write_key (line 3280) | int mbedtls_ecp_write_key(mbedtls_ecp_keypair *key, function mbedtls_ecp_write_key_ext (line 3312) | int mbedtls_ecp_write_key_ext(const mbedtls_ecp_keypair *key, function mbedtls_ecp_write_public_key (line 3347) | int mbedtls_ecp_write_public_key(const mbedtls_ecp_keypair *key, function mbedtls_ecp_check_pub_priv (line 3360) | int mbedtls_ecp_check_pub_priv( function mbedtls_ecp_keypair_calc_public (line 3398) | int mbedtls_ecp_keypair_calc_public(mbedtls_ecp_keypair *key, function mbedtls_ecp_group_id (line 3407) | mbedtls_ecp_group_id mbedtls_ecp_keypair_get_group_id( function mbedtls_ecp_export (line 3416) | int mbedtls_ecp_export(const mbedtls_ecp_keypair *key, mbedtls_ecp_group... function self_test_rng (line 3446) | static int self_test_rng(void *ctx, unsigned char *out, size_t len) function self_test_adjust_exponent (line 3463) | static int self_test_adjust_exponent(const mbedtls_ecp_group *grp, function self_test_point (line 3497) | static int self_test_point(int verbose, function mbedtls_ecp_self_test (line 3551) | int mbedtls_ecp_self_test(int verbose) FILE: thirdparty/mbedtls/library/ecp_curves.c function ecp_mpi_load (line 4494) | static inline void ecp_mpi_load(mbedtls_mpi *X, const mbedtls_mpi_uint *... function ecp_mpi_set1 (line 4504) | static inline void ecp_mpi_set1(mbedtls_mpi *X) function ecp_group_load (line 4514) | static int ecp_group_load(mbedtls_ecp_group *grp, function ecp_use_curve25519 (line 4622) | static int ecp_use_curve25519(mbedtls_ecp_group *grp) function ecp_use_curve448 (line 4671) | static int ecp_use_curve448(mbedtls_ecp_group *grp) function mbedtls_ecp_group_load (line 4717) | int mbedtls_ecp_group_load(mbedtls_ecp_group *grp, mbedtls_ecp_group_id id) function add64 (line 4832) | static inline void add64(mbedtls_mpi_uint *dst, mbedtls_mpi_uint *src, m... function carry64 (line 4844) | static inline void carry64(mbedtls_mpi_uint *dst, mbedtls_mpi_uint *carry) function ecp_mod_p192 (line 4862) | static int ecp_mod_p192(mbedtls_mpi *N) function add32 (line 4935) | static inline void add32(uint32_t *dst, uint32_t src, signed char *carry) function sub32 (line 4941) | static inline void sub32(uint32_t *dst, uint32_t src, signed char *carry) function mbedtls_ecp_fix_negative (line 4981) | static void mbedtls_ecp_fix_negative(mbedtls_mpi *N, signed char c, size... function ecp_mod_p224 (line 5015) | static int ecp_mod_p224(mbedtls_mpi *N) function ecp_mod_p256 (line 5036) | static int ecp_mod_p256(mbedtls_mpi *N) function ecp_mod_p384 (line 5073) | static int ecp_mod_p384(mbedtls_mpi *N) function ecp_mod_p521 (line 5146) | static int ecp_mod_p521(mbedtls_mpi *N) function ecp_mod_p255 (line 5198) | static int ecp_mod_p255(mbedtls_mpi *N) function ecp_mod_p448 (line 5248) | static int ecp_mod_p448(mbedtls_mpi *N) function ecp_mod_koblitz (line 5314) | static inline int ecp_mod_koblitz(mbedtls_mpi *N, const mbedtls_mpi_uint... function ecp_mod_p192k1 (line 5397) | static int ecp_mod_p192k1(mbedtls_mpi *N) function ecp_mod_p224k1 (line 5414) | static int ecp_mod_p224k1(mbedtls_mpi *N) function ecp_mod_p256k1 (line 5436) | static int ecp_mod_p256k1(mbedtls_mpi *N) function mbedtls_ecp_get_variant (line 5450) | mbedtls_ecp_get_variant(void) FILE: thirdparty/mbedtls/library/ecp_curves_new.c function ecp_mpi_load (line 4502) | static inline void ecp_mpi_load(mbedtls_mpi *X, const mbedtls_mpi_uint *... function ecp_mpi_set1 (line 4514) | static inline void ecp_mpi_set1(mbedtls_mpi *X) function ecp_group_load (line 4524) | static int ecp_group_load(mbedtls_ecp_group *grp, function ecp_use_curve25519 (line 4664) | static int ecp_use_curve25519(mbedtls_ecp_group *grp) function ecp_use_curve448 (line 4726) | static int ecp_use_curve448(mbedtls_ecp_group *grp) function mbedtls_ecp_group_load (line 4759) | int mbedtls_ecp_group_load(mbedtls_ecp_group *grp, mbedtls_ecp_group_id id) function add64 (line 4874) | static inline void add64(mbedtls_mpi_uint *dst, mbedtls_mpi_uint *src, m... function carry64 (line 4886) | static inline void carry64(mbedtls_mpi_uint *dst, mbedtls_mpi_uint *carry) function ecp_mod_p192 (line 4906) | static int ecp_mod_p192(mbedtls_mpi *N) function MBEDTLS_STATIC_TESTABLE (line 4917) | MBEDTLS_STATIC_TESTABLE function extract_carry (line 5020) | static inline int8_t extract_carry(int64_t cur) function ecp_mod_p224 (line 5066) | static int ecp_mod_p224(mbedtls_mpi *N) function MBEDTLS_STATIC_TESTABLE (line 5076) | MBEDTLS_STATIC_TESTABLE function ecp_mod_p256 (line 5119) | static int ecp_mod_p256(mbedtls_mpi *N) function MBEDTLS_STATIC_TESTABLE (line 5129) | MBEDTLS_STATIC_TESTABLE function ecp_mod_p384 (line 5199) | static int ecp_mod_p384(mbedtls_mpi *N) function MBEDTLS_STATIC_TESTABLE (line 5209) | MBEDTLS_STATIC_TESTABLE function ecp_mod_p521 (line 5321) | static int ecp_mod_p521(mbedtls_mpi *N) function MBEDTLS_STATIC_TESTABLE (line 5331) | MBEDTLS_STATIC_TESTABLE function ecp_mod_p255 (line 5407) | static int ecp_mod_p255(mbedtls_mpi *N) function MBEDTLS_STATIC_TESTABLE (line 5417) | MBEDTLS_STATIC_TESTABLE function ecp_mod_p448 (line 5476) | static int ecp_mod_p448(mbedtls_mpi *N) function MBEDTLS_STATIC_TESTABLE (line 5503) | MBEDTLS_STATIC_TESTABLE function ecp_mod_koblitz (line 5630) | static inline int ecp_mod_koblitz(mbedtls_mpi_uint *X, function ecp_mod_p192k1 (line 5718) | static int ecp_mod_p192k1(mbedtls_mpi *N) function MBEDTLS_STATIC_TESTABLE (line 5729) | MBEDTLS_STATIC_TESTABLE function ecp_mod_p224k1 (line 5752) | static int ecp_mod_p224k1(mbedtls_mpi *N) function MBEDTLS_STATIC_TESTABLE (line 5763) | MBEDTLS_STATIC_TESTABLE function ecp_mod_p256k1 (line 5786) | static int ecp_mod_p256k1(mbedtls_mpi *N) function MBEDTLS_STATIC_TESTABLE (line 5797) | MBEDTLS_STATIC_TESTABLE function MBEDTLS_STATIC_TESTABLE (line 5815) | MBEDTLS_STATIC_TESTABLE function mbedtls_ecp_get_variant (line 6027) | mbedtls_ecp_get_variant(void) FILE: thirdparty/mbedtls/library/ecp_invasive.h type mbedtls_ecp_modulus_type (line 25) | typedef enum { type mbedtls_ecp_variant (line 31) | typedef enum { FILE: thirdparty/mbedtls/library/entropy.c function mbedtls_entropy_init (line 27) | void mbedtls_entropy_init(mbedtls_entropy_context *ctx) function mbedtls_entropy_free (line 62) | void mbedtls_entropy_free(mbedtls_entropy_context *ctx) function mbedtls_entropy_add_source (line 86) | int mbedtls_entropy_add_source(mbedtls_entropy_context *ctx, function entropy_update (line 124) | static int entropy_update(mbedtls_entropy_context *ctx, unsigned char so... function mbedtls_entropy_update_manual (line 173) | int mbedtls_entropy_update_manual(mbedtls_entropy_context *ctx, function entropy_gather_internal (line 198) | static int entropy_gather_internal(mbedtls_entropy_context *ctx) function mbedtls_entropy_gather (line 249) | int mbedtls_entropy_gather(mbedtls_entropy_context *ctx) function mbedtls_entropy_func (line 270) | int mbedtls_entropy_func(void *data, unsigned char *output, size_t len) function mbedtls_entropy_update_nv_seed (line 383) | int mbedtls_entropy_update_nv_seed(mbedtls_entropy_context *ctx) function mbedtls_entropy_write_seed_file (line 406) | int mbedtls_entropy_write_seed_file(mbedtls_entropy_context *ctx, const ... function mbedtls_entropy_update_seed_file (line 442) | int mbedtls_entropy_update_seed_file(mbedtls_entropy_context *ctx, const... function entropy_dummy_source (line 486) | static int entropy_dummy_source(void *data, unsigned char *output, function mbedtls_entropy_source_self_test_gather (line 499) | static int mbedtls_entropy_source_self_test_gather(unsigned char *buf, s... function mbedtls_entropy_source_self_test_check_bits (line 524) | static int mbedtls_entropy_source_self_test_check_bits(const unsigned ch... function mbedtls_entropy_source_self_test (line 550) | int mbedtls_entropy_source_self_test(int verbose) function mbedtls_entropy_self_test (line 603) | int mbedtls_entropy_self_test(int verbose) FILE: thirdparty/mbedtls/library/entropy_poll.c function mbedtls_platform_entropy_poll (line 48) | int mbedtls_platform_entropy_poll( void *data, unsigned char *output, si... function getrandom_wrapper (line 86) | static int getrandom_wrapper(void *buf, size_t buflen, unsigned int flags) function getrandom_wrapper (line 106) | static int getrandom_wrapper(void *buf, size_t buflen, unsigned int flags) function sysctl_arnd_wrapper (line 128) | static int sysctl_arnd_wrapper(unsigned char *buf, size_t buflen) function mbedtls_platform_entropy_poll (line 151) | int mbedtls_platform_entropy_poll(void *data, function mbedtls_nv_seed_poll (line 208) | int mbedtls_nv_seed_poll(void *data, FILE: thirdparty/mbedtls/library/error.c function mbedtls_strerror (line 792) | void mbedtls_strerror(int ret, char *buf, size_t buflen) function mbedtls_strerror (line 867) | void mbedtls_strerror(int ret, char *buf, size_t buflen) FILE: thirdparty/mbedtls/library/gcm.c function mbedtls_gcm_init (line 53) | void mbedtls_gcm_init(mbedtls_gcm_context *ctx) function gcm_set_acceleration (line 58) | static inline void gcm_set_acceleration(mbedtls_gcm_context *ctx) function gcm_gen_table_rightshift (line 80) | static inline void gcm_gen_table_rightshift(uint64_t dst[2], const uint6... function gcm_gen_table (line 99) | static int gcm_gen_table(mbedtls_gcm_context *ctx) function mbedtls_gcm_setkey (line 162) | int mbedtls_gcm_setkey(mbedtls_gcm_context *ctx, function gcm_mult_largetable (line 251) | static void gcm_mult_largetable(uint8_t *output, const uint8_t *x, uint6... function gcm_mult_smalltable (line 302) | static void gcm_mult_smalltable(uint8_t *output, const uint8_t *x, uint6... function gcm_mult (line 347) | static void gcm_mult(mbedtls_gcm_context *ctx, const unsigned char x[16], function mbedtls_gcm_starts (line 377) | int mbedtls_gcm_starts(mbedtls_gcm_context *ctx, function mbedtls_gcm_update_ad (line 467) | int mbedtls_gcm_update_ad(mbedtls_gcm_context *ctx, function gcm_incr (line 525) | static void gcm_incr(unsigned char y[16]) function gcm_mask (line 534) | static int gcm_mask(mbedtls_gcm_context *ctx, function mbedtls_gcm_update (line 564) | int mbedtls_gcm_update(mbedtls_gcm_context *ctx, function mbedtls_gcm_finish (line 650) | int mbedtls_gcm_finish(mbedtls_gcm_context *ctx, function mbedtls_gcm_crypt_and_tag (line 703) | int mbedtls_gcm_crypt_and_tag(mbedtls_gcm_context *ctx, function mbedtls_gcm_auth_decrypt (line 738) | int mbedtls_gcm_auth_decrypt(mbedtls_gcm_context *ctx, function mbedtls_gcm_free (line 770) | void mbedtls_gcm_free(mbedtls_gcm_context *ctx) function mbedtls_gcm_self_test (line 1017) | int mbedtls_gcm_self_test(int verbose) FILE: thirdparty/mbedtls/library/hkdf.c function mbedtls_hkdf (line 16) | int mbedtls_hkdf(const mbedtls_md_info_t *md, const unsigned char *salt, function mbedtls_hkdf_extract (line 36) | int mbedtls_hkdf_extract(const mbedtls_md_info_t *md, function mbedtls_hkdf_expand (line 63) | int mbedtls_hkdf_expand(const mbedtls_md_info_t *md, const unsigned char... FILE: thirdparty/mbedtls/library/hmac_drbg.c function mbedtls_hmac_drbg_init (line 33) | void mbedtls_hmac_drbg_init(mbedtls_hmac_drbg_context *ctx) function mbedtls_hmac_drbg_update (line 43) | int mbedtls_hmac_drbg_update(mbedtls_hmac_drbg_context *ctx, function mbedtls_hmac_drbg_seed_buf (line 97) | int mbedtls_hmac_drbg_seed_buf(mbedtls_hmac_drbg_context *ctx, function hmac_drbg_reseed_core (line 134) | static int hmac_drbg_reseed_core(mbedtls_hmac_drbg_context *ctx, function mbedtls_hmac_drbg_reseed (line 210) | int mbedtls_hmac_drbg_reseed(mbedtls_hmac_drbg_context *ctx, function mbedtls_hmac_drbg_seed (line 222) | int mbedtls_hmac_drbg_seed(mbedtls_hmac_drbg_context *ctx, function mbedtls_hmac_drbg_set_prediction_resistance (line 280) | void mbedtls_hmac_drbg_set_prediction_resistance(mbedtls_hmac_drbg_conte... function mbedtls_hmac_drbg_set_entropy_len (line 289) | void mbedtls_hmac_drbg_set_entropy_len(mbedtls_hmac_drbg_context *ctx, s... function mbedtls_hmac_drbg_set_reseed_interval (line 297) | void mbedtls_hmac_drbg_set_reseed_interval(mbedtls_hmac_drbg_context *ct... function mbedtls_hmac_drbg_random_with_add (line 306) | int mbedtls_hmac_drbg_random_with_add(void *p_rng, function mbedtls_hmac_drbg_random (line 382) | int mbedtls_hmac_drbg_random(void *p_rng, unsigned char *output, size_t ... function mbedtls_hmac_drbg_free (line 408) | void mbedtls_hmac_drbg_free(mbedtls_hmac_drbg_context *ctx) function mbedtls_hmac_drbg_write_seed_file (line 426) | int mbedtls_hmac_drbg_write_seed_file(mbedtls_hmac_drbg_context *ctx, co... function mbedtls_hmac_drbg_update_seed_file (line 457) | int mbedtls_hmac_drbg_update_seed_file(mbedtls_hmac_drbg_context *ctx, c... function mbedtls_hmac_drbg_self_test (line 503) | int mbedtls_hmac_drbg_self_test(int verbose) function hmac_drbg_self_test_entropy (line 549) | static int hmac_drbg_self_test_entropy(void *data, function mbedtls_hmac_drbg_self_test (line 568) | int mbedtls_hmac_drbg_self_test(int verbose) FILE: thirdparty/mbedtls/library/lmots.c function local_err_translation (line 38) | static int local_err_translation(psa_status_t status) function lmots_checksum_calculate (line 83) | static unsigned short lmots_checksum_calculate(const mbedtls_lmots_param... function create_digit_array_with_checksum (line 119) | static int create_digit_array_with_checksum(const mbedtls_lmots_paramete... function hash_digit_array (line 208) | static int hash_digit_array(const mbedtls_lmots_parameters_t *params, function public_key_from_hashed_digit_array (line 313) | static int public_key_from_hashed_digit_array(const mbedtls_lmots_parame... function mbedtls_lms_error_from_psa (line 364) | int mbedtls_lms_error_from_psa(psa_status_t status) function mbedtls_lmots_public_init (line 383) | void mbedtls_lmots_public_init(mbedtls_lmots_public_t *ctx) function mbedtls_lmots_public_free (line 388) | void mbedtls_lmots_public_free(mbedtls_lmots_public_t *ctx) function mbedtls_lmots_import_public_key (line 397) | int mbedtls_lmots_import_public_key(mbedtls_lmots_public_t *ctx, function mbedtls_lmots_export_public_key (line 431) | int mbedtls_lmots_export_public_key(const mbedtls_lmots_public_t *ctx, function mbedtls_lmots_calculate_public_key_candidate (line 463) | int mbedtls_lmots_calculate_public_key_candidate(const mbedtls_lmots_par... function mbedtls_lmots_verify (line 513) | int mbedtls_lmots_verify(const mbedtls_lmots_public_t *ctx, function mbedtls_lmots_private_init (line 559) | void mbedtls_lmots_private_init(mbedtls_lmots_private_t *ctx) function mbedtls_lmots_private_free (line 564) | void mbedtls_lmots_private_free(mbedtls_lmots_private_t *ctx) function mbedtls_lmots_generate_private_key (line 574) | int mbedtls_lmots_generate_private_key(mbedtls_lmots_private_t *ctx, function mbedtls_lmots_calculate_public_key (line 661) | int mbedtls_lmots_calculate_public_key(mbedtls_lmots_public_t *ctx, function mbedtls_lmots_sign (line 697) | int mbedtls_lmots_sign(mbedtls_lmots_private_t *ctx, FILE: thirdparty/mbedtls/library/lms.c function local_err_translation (line 39) | static int local_err_translation(psa_status_t status) function create_merkle_leaf_value (line 94) | static int create_merkle_leaf_value(const mbedtls_lms_parameters_t *params, function create_merkle_internal_value (line 170) | static int create_merkle_internal_value(const mbedtls_lms_parameters_t *... function mbedtls_lms_public_init (line 228) | void mbedtls_lms_public_init(mbedtls_lms_public_t *ctx) function mbedtls_lms_public_free (line 233) | void mbedtls_lms_public_free(mbedtls_lms_public_t *ctx) function mbedtls_lms_import_public_key (line 242) | int mbedtls_lms_import_public_key(mbedtls_lms_public_t *ctx, function mbedtls_lms_export_public_key (line 276) | int mbedtls_lms_export_public_key(const mbedtls_lms_public_t *ctx, function mbedtls_lms_verify (line 304) | int mbedtls_lms_verify(const mbedtls_lms_public_t *ctx, function calculate_merkle_tree (line 440) | static int calculate_merkle_tree(const mbedtls_lms_private_t *ctx, function get_merkle_path (line 496) | static int get_merkle_path(mbedtls_lms_private_t *ctx, function mbedtls_lms_private_init (line 537) | void mbedtls_lms_private_init(mbedtls_lms_private_t *ctx) function mbedtls_lms_private_free (line 542) | void mbedtls_lms_private_free(mbedtls_lms_private_t *ctx) function mbedtls_lms_generate_private_key (line 571) | int mbedtls_lms_generate_private_key(mbedtls_lms_private_t *ctx, function mbedtls_lms_calculate_public_key (line 654) | int mbedtls_lms_calculate_public_key(mbedtls_lms_public_t *ctx, function mbedtls_lms_sign (line 704) | int mbedtls_lms_sign(mbedtls_lms_private_t *ctx, FILE: thirdparty/mbedtls/library/md.c function mbedtls_md_info_t (line 139) | const mbedtls_md_info_t *mbedtls_md_info_from_type(mbedtls_md_type_t md_... function psa_algorithm_t (line 192) | static psa_algorithm_t psa_alg_of_md(const mbedtls_md_info_t *info) function md_can_use_psa (line 244) | static int md_can_use_psa(const mbedtls_md_info_t *info) function mbedtls_md_init (line 255) | void mbedtls_md_init(mbedtls_md_context_t *ctx) function mbedtls_md_free (line 261) | void mbedtls_md_free(mbedtls_md_context_t *ctx) function mbedtls_md_clone (line 334) | int mbedtls_md_clone(mbedtls_md_context_t *dst, function mbedtls_md_setup (line 418) | int mbedtls_md_setup(mbedtls_md_context_t *ctx, const mbedtls_md_info_t ... function mbedtls_md_starts (line 510) | int mbedtls_md_starts(mbedtls_md_context_t *ctx) function mbedtls_md_update (line 571) | int mbedtls_md_update(mbedtls_md_context_t *ctx, const unsigned char *in... function mbedtls_md_finish (line 627) | int mbedtls_md_finish(mbedtls_md_context_t *ctx, unsigned char *output) function mbedtls_md (line 685) | int mbedtls_md(const mbedtls_md_info_t *md_info, const unsigned char *in... function mbedtls_md_get_size (line 746) | unsigned char mbedtls_md_get_size(const mbedtls_md_info_t *md_info) function mbedtls_md_type_t (line 755) | mbedtls_md_type_t mbedtls_md_get_type(const mbedtls_md_info_t *md_info) function mbedtls_md_error_from_psa (line 765) | int mbedtls_md_error_from_psa(psa_status_t status) type md_name_entry (line 835) | typedef struct { function mbedtls_md_info_t (line 878) | const mbedtls_md_info_t *mbedtls_md_info_from_string(const char *md_name) function mbedtls_md_info_t (line 908) | const mbedtls_md_info_t *mbedtls_md_info_from_ctx( function mbedtls_md_file (line 919) | int mbedtls_md_file(const mbedtls_md_info_t *md_info, const char *path, ... function mbedtls_md_hmac_starts (line 969) | int mbedtls_md_hmac_starts(mbedtls_md_context_t *ctx, const unsigned cha... function mbedtls_md_hmac_update (line 1017) | int mbedtls_md_hmac_update(mbedtls_md_context_t *ctx, const unsigned cha... function mbedtls_md_hmac_finish (line 1026) | int mbedtls_md_hmac_finish(mbedtls_md_context_t *ctx, unsigned char *out... function mbedtls_md_hmac_reset (line 1055) | int mbedtls_md_hmac_reset(mbedtls_md_context_t *ctx) function mbedtls_md_hmac (line 1072) | int mbedtls_md_hmac(const mbedtls_md_info_t *md_info, FILE: thirdparty/mbedtls/library/md5.c function mbedtls_md5_init (line 27) | void mbedtls_md5_init(mbedtls_md5_context *ctx) function mbedtls_md5_free (line 32) | void mbedtls_md5_free(mbedtls_md5_context *ctx) function mbedtls_md5_clone (line 41) | void mbedtls_md5_clone(mbedtls_md5_context *dst, function mbedtls_md5_starts (line 50) | int mbedtls_md5_starts(mbedtls_md5_context *ctx) function mbedtls_internal_md5_process (line 64) | int mbedtls_internal_md5_process(mbedtls_md5_context *ctx, function mbedtls_md5_update (line 203) | int mbedtls_md5_update(mbedtls_md5_context *ctx, function mbedtls_md5_finish (line 255) | int mbedtls_md5_finish(mbedtls_md5_context *ctx, function mbedtls_md5 (line 317) | int mbedtls_md5(const unsigned char *input, function mbedtls_md5_self_test (line 385) | int mbedtls_md5_self_test(int verbose) FILE: thirdparty/mbedtls/library/md_wrap.h type mbedtls_md_info_t (line 29) | struct mbedtls_md_info_t { FILE: thirdparty/mbedtls/library/memory_buffer_alloc.c type memory_header (line 32) | typedef struct _memory_header memory_header; type _memory_header (line 33) | struct _memory_header { type buffer_alloc_ctx (line 48) | typedef struct { function debug_header (line 71) | static void debug_header(memory_header *hdr) function debug_chain (line 93) | static void debug_chain(void) function verify_header (line 113) | static int verify_header(memory_header *hdr) function verify_chain (line 153) | static int verify_chain(void) function buffer_alloc_free (line 360) | static void buffer_alloc_free(void *ptr) function mbedtls_memory_buffer_set_verify (line 481) | void mbedtls_memory_buffer_set_verify(int verify) function mbedtls_memory_buffer_alloc_verify (line 486) | int mbedtls_memory_buffer_alloc_verify(void) function mbedtls_memory_buffer_alloc_status (line 492) | void mbedtls_memory_buffer_alloc_status(void) function mbedtls_memory_buffer_alloc_count_get (line 511) | void mbedtls_memory_buffer_alloc_count_get(size_t *alloc_count, size_t *... function mbedtls_memory_buffer_alloc_max_get (line 517) | void mbedtls_memory_buffer_alloc_max_get(size_t *max_used, size_t *max_b... function mbedtls_memory_buffer_alloc_max_reset (line 523) | void mbedtls_memory_buffer_alloc_max_reset(void) function mbedtls_memory_buffer_alloc_cur_get (line 529) | void mbedtls_memory_buffer_alloc_cur_get(size_t *cur_used, size_t *cur_b... function buffer_alloc_free_mutexed (line 550) | static void buffer_alloc_free_mutexed(void *ptr) function mbedtls_memory_buffer_alloc_init (line 562) | void mbedtls_memory_buffer_alloc_init(unsigned char *buf, size_t len) function mbedtls_memory_buffer_alloc_free (line 596) | void mbedtls_memory_buffer_alloc_free(void) function check_pointer (line 605) | static int check_pointer(void *p) function mbedtls_memory_buffer_alloc_self_test (line 642) | int mbedtls_memory_buffer_alloc_self_test(int verbose) FILE: thirdparty/mbedtls/library/mps_common.h type mbedtls_mps_stored_size_t (line 157) | typedef size_t mbedtls_mps_stored_size_t; type mbedtls_mps_size_t (line 171) | typedef size_t mbedtls_mps_size_t; FILE: thirdparty/mbedtls/library/mps_reader.c function mps_reader_is_accumulating (line 55) | static inline int mps_reader_is_accumulating( function mps_reader_is_producing (line 67) | static inline int mps_reader_is_producing( function mps_reader_is_consuming (line 74) | static inline int mps_reader_is_consuming( function mbedtls_mps_size_t (line 80) | static inline mbedtls_mps_size_t mps_reader_get_fragment_offset( function mbedtls_mps_size_t (line 94) | static inline mbedtls_mps_size_t mps_reader_serving_from_accumulator( function mps_reader_zero (line 105) | static inline void mps_reader_zero(mbedtls_mps_reader *rd) function mbedtls_mps_reader_init (line 126) | int mbedtls_mps_reader_init(mbedtls_mps_reader *rd, function mbedtls_mps_reader_free (line 139) | int mbedtls_mps_reader_free(mbedtls_mps_reader *rd) function mbedtls_mps_reader_feed (line 146) | int mbedtls_mps_reader_feed(mbedtls_mps_reader *rd, function mbedtls_mps_reader_get (line 215) | int mbedtls_mps_reader_get(mbedtls_mps_reader *rd, function mbedtls_mps_reader_commit (line 383) | int mbedtls_mps_reader_commit(mbedtls_mps_reader *rd) function mbedtls_mps_reader_reclaim (line 397) | int mbedtls_mps_reader_reclaim(mbedtls_mps_reader *rd, FILE: thirdparty/mbedtls/library/mps_reader.h type mbedtls_mps_reader (line 116) | struct mbedtls_mps_reader type mbedtls_mps_reader (line 117) | typedef struct mbedtls_mps_reader mbedtls_mps_reader; type mbedtls_mps_reader (line 123) | struct mbedtls_mps_reader { FILE: thirdparty/mbedtls/library/mps_trace.c function mbedtls_mps_trace_print_msg (line 43) | void mbedtls_mps_trace_print_msg(int id, int line, const char *format, ...) function mbedtls_mps_trace_get_depth (line 58) | int mbedtls_mps_trace_get_depth() function mbedtls_mps_trace_dec_depth (line 62) | void mbedtls_mps_trace_dec_depth() function mbedtls_mps_trace_inc_depth (line 66) | void mbedtls_mps_trace_inc_depth() function mbedtls_mps_trace_color (line 71) | void mbedtls_mps_trace_color(int id) function mbedtls_mps_trace_indent (line 79) | void mbedtls_mps_trace_indent(int level, mbedtls_mps_trace_type ty) FILE: thirdparty/mbedtls/library/mps_trace.h type mbedtls_mps_trace_type (line 41) | typedef enum { FILE: thirdparty/mbedtls/library/net_sockets.c function net_prepare (line 99) | static int net_prepare(void) function check_fd (line 125) | static int check_fd(int fd, int for_select) function mbedtls_net_init (line 150) | void mbedtls_net_init(mbedtls_net_context *ctx) function mbedtls_net_connect (line 158) | int mbedtls_net_connect(mbedtls_net_context *ctx, const char *host, function mbedtls_net_bind (line 205) | int mbedtls_net_bind(mbedtls_net_context *ctx, const char *bind_ip, cons... function net_would_block (line 277) | static int net_would_block(const mbedtls_net_context *ctx) function net_would_block (line 289) | static int net_would_block(const mbedtls_net_context *ctx) function mbedtls_net_accept (line 317) | int mbedtls_net_accept(mbedtls_net_context *bind_ctx, function mbedtls_net_set_block (line 427) | int mbedtls_net_set_block(mbedtls_net_context *ctx) function mbedtls_net_set_nonblock (line 438) | int mbedtls_net_set_nonblock(mbedtls_net_context *ctx) function mbedtls_net_poll (line 453) | int mbedtls_net_poll(mbedtls_net_context *ctx, uint32_t rw, uint32_t tim... function mbedtls_net_usleep (line 520) | void mbedtls_net_usleep(unsigned long usec) function mbedtls_net_recv (line 540) | int mbedtls_net_recv(void *ctx, unsigned char *buf, size_t len) function mbedtls_net_recv_timeout (line 581) | int mbedtls_net_recv_timeout(void *ctx, unsigned char *buf, function mbedtls_net_send (line 629) | int mbedtls_net_send(void *ctx, const unsigned char *buf, size_t len) function mbedtls_net_close (line 670) | void mbedtls_net_close(mbedtls_net_context *ctx) function mbedtls_net_free (line 684) | void mbedtls_net_free(mbedtls_net_context *ctx) FILE: thirdparty/mbedtls/library/nist_kw.c function mbedtls_nist_kw_init (line 46) | void mbedtls_nist_kw_init(mbedtls_nist_kw_context *ctx) function mbedtls_nist_kw_setkey (line 51) | int mbedtls_nist_kw_setkey(mbedtls_nist_kw_context *ctx, function mbedtls_nist_kw_free (line 103) | void mbedtls_nist_kw_free(mbedtls_nist_kw_context *ctx) function calc_a_xor_t (line 117) | static void calc_a_xor_t(unsigned char A[KW_SEMIBLOCK_LENGTH], uint64_t t) function mbedtls_nist_kw_wrap (line 129) | int mbedtls_nist_kw_wrap(mbedtls_nist_kw_context *ctx, function unwrap (line 260) | static int unwrap(mbedtls_nist_kw_context *ctx, function mbedtls_nist_kw_unwrap (line 323) | int mbedtls_nist_kw_unwrap(mbedtls_nist_kw_context *ctx, function mbedtls_nist_kw_self_test (line 584) | int mbedtls_nist_kw_self_test(int verbose) FILE: thirdparty/mbedtls/library/oid.c type oid_x520_attr_t (line 150) | typedef struct { type oid_x509_ext_t (line 268) | typedef struct { type oid_sig_alg_t (line 373) | typedef struct { type oid_pk_alg_t (line 501) | typedef struct { type oid_ecp_grp_t (line 538) | typedef struct { type oid_ecp_grp_algid_t (line 629) | typedef struct { type oid_cipher_alg_t (line 671) | typedef struct { type oid_md_alg_t (line 715) | typedef struct { type oid_md_hmac_t (line 805) | typedef struct { type oid_pkcs12_pbe_alg_t (line 885) | typedef struct { function mbedtls_oid_get_numeric_string (line 922) | int mbedtls_oid_get_numeric_string(char *buf, size_t size, function oid_parse_number (line 990) | static int oid_parse_number(unsigned int *num, const char **p, const cha... function oid_subidentifier_num_bytes (line 1008) | static size_t oid_subidentifier_num_bytes(unsigned int value) function oid_subidentifier_encode_into (line 1020) | static int oid_subidentifier_encode_into(unsigned char **p, function mbedtls_oid_from_numeric_string (line 1042) | int mbedtls_oid_from_numeric_string(mbedtls_asn1_buf *oid, FILE: thirdparty/mbedtls/library/padlock.c function mbedtls_padlock_has_support (line 27) | int mbedtls_padlock_has_support(int feature) function mbedtls_padlock_xcryptecb (line 57) | int mbedtls_padlock_xcryptecb(mbedtls_aes_context *ctx, function mbedtls_padlock_xcryptcbc (line 103) | int mbedtls_padlock_xcryptcbc(mbedtls_aes_context *ctx, FILE: thirdparty/mbedtls/library/pem.c function mbedtls_pem_init (line 38) | void mbedtls_pem_init(mbedtls_pem_context *ctx) function pem_get_iv (line 47) | static int pem_get_iv(const unsigned char *s, unsigned char *iv, function pem_pbkdf1 (line 75) | static int pem_pbkdf1(unsigned char *key, size_t keylen, function pem_des_decrypt (line 153) | static int pem_des_decrypt(unsigned char des_iv[8], function pem_des3_decrypt (line 183) | static int pem_des3_decrypt(unsigned char des3_iv[8], function pem_aes_decrypt (line 215) | static int pem_aes_decrypt(unsigned char aes_iv[16], unsigned int keylen, function pem_check_pkcs_padding (line 244) | static int pem_check_pkcs_padding(unsigned char *input, size_t input_len... function mbedtls_pem_read_buffer (line 271) | int mbedtls_pem_read_buffer(mbedtls_pem_context *ctx, const char *header... function mbedtls_pem_free (line 485) | void mbedtls_pem_free(mbedtls_pem_context *ctx) function mbedtls_pem_write_buffer (line 501) | int mbedtls_pem_write_buffer(const char *header, const char *footer, FILE: thirdparty/mbedtls/library/pk.c function mbedtls_pk_init (line 41) | void mbedtls_pk_init(mbedtls_pk_context *ctx) function mbedtls_pk_free (line 59) | void mbedtls_pk_free(mbedtls_pk_context *ctx) function mbedtls_pk_restart_init (line 84) | void mbedtls_pk_restart_init(mbedtls_pk_restart_ctx *ctx) function mbedtls_pk_restart_free (line 93) | void mbedtls_pk_restart_free(mbedtls_pk_restart_ctx *ctx) function mbedtls_pk_info_t (line 110) | const mbedtls_pk_info_t *mbedtls_pk_info_from_type(mbedtls_pk_type_t pk_... function mbedtls_pk_setup (line 136) | int mbedtls_pk_setup(mbedtls_pk_context *ctx, const mbedtls_pk_info_t *i... function mbedtls_pk_setup_opaque (line 156) | int mbedtls_pk_setup_opaque(mbedtls_pk_context *ctx, function mbedtls_pk_setup_rsa_alt (line 195) | int mbedtls_pk_setup_rsa_alt(mbedtls_pk_context *ctx, void *key, function mbedtls_pk_can_do (line 227) | int mbedtls_pk_can_do(const mbedtls_pk_context *ctx, mbedtls_pk_type_t t... function mbedtls_pk_can_do_ext (line 243) | int mbedtls_pk_can_do_ext(const mbedtls_pk_context *ctx, psa_algorithm_t... function psa_algorithm_t (line 380) | static psa_algorithm_t psa_algorithm_for_rsa(const mbedtls_rsa_context *... function mbedtls_pk_get_psa_attributes (line 400) | int mbedtls_pk_get_psa_attributes(const mbedtls_pk_context *pk, function psa_status_t (line 588) | static psa_status_t export_import_into_psa(mbedtls_svc_key_id_t old_key_id, function copy_into_psa (line 605) | static int copy_into_psa(mbedtls_svc_key_id_t old_key_id, function import_pair_into_psa (line 641) | static int import_pair_into_psa(const mbedtls_pk_context *pk, function import_public_into_psa (line 735) | static int import_public_into_psa(const mbedtls_pk_context *pk, function mbedtls_pk_import_into_psa (line 838) | int mbedtls_pk_import_into_psa(const mbedtls_pk_context *pk, function copy_from_psa (line 860) | static int copy_from_psa(mbedtls_svc_key_id_t key_id, function mbedtls_pk_copy_from_psa (line 977) | int mbedtls_pk_copy_from_psa(mbedtls_svc_key_id_t key_id, function mbedtls_pk_copy_public_from_psa (line 983) | int mbedtls_pk_copy_public_from_psa(mbedtls_svc_key_id_t key_id, function pk_hashlen_helper (line 993) | static inline int pk_hashlen_helper(mbedtls_md_type_t md_alg, size_t *ha... function pk_restart_setup (line 1012) | static int pk_restart_setup(mbedtls_pk_restart_ctx *ctx, function mbedtls_pk_verify_restartable (line 1038) | int mbedtls_pk_verify_restartable(mbedtls_pk_context *ctx, function mbedtls_pk_verify (line 1088) | int mbedtls_pk_verify(mbedtls_pk_context *ctx, mbedtls_md_type_t md_alg, function mbedtls_pk_verify_ext (line 1099) | int mbedtls_pk_verify_ext(mbedtls_pk_type_t type, const void *options, function mbedtls_pk_sign_restartable (line 1229) | int mbedtls_pk_sign_restartable(mbedtls_pk_context *ctx, function mbedtls_pk_sign (line 1284) | int mbedtls_pk_sign(mbedtls_pk_context *ctx, mbedtls_md_type_t md_alg, function mbedtls_pk_sign_ext (line 1297) | int mbedtls_pk_sign_ext(mbedtls_pk_type_t pk_type, function mbedtls_pk_decrypt (line 1375) | int mbedtls_pk_decrypt(mbedtls_pk_context *ctx, function mbedtls_pk_encrypt (line 1395) | int mbedtls_pk_encrypt(mbedtls_pk_context *ctx, function mbedtls_pk_check_pair (line 1415) | int mbedtls_pk_check_pair(const mbedtls_pk_context *pub, function mbedtls_pk_get_bitlen (line 1452) | size_t mbedtls_pk_get_bitlen(const mbedtls_pk_context *ctx) function mbedtls_pk_debug (line 1466) | int mbedtls_pk_debug(const mbedtls_pk_context *ctx, mbedtls_pk_debug_ite... function mbedtls_pk_type_t (line 1495) | mbedtls_pk_type_t mbedtls_pk_get_type(const mbedtls_pk_context *ctx) FILE: thirdparty/mbedtls/library/pk_ecc.c function mbedtls_pk_ecc_set_group (line 17) | int mbedtls_pk_ecc_set_group(mbedtls_pk_context *pk, mbedtls_ecp_group_i... function mbedtls_pk_ecc_set_key (line 48) | int mbedtls_pk_ecc_set_key(mbedtls_pk_context *pk, unsigned char *key, s... function mbedtls_pk_ecc_set_pubkey_from_prv (line 84) | int mbedtls_pk_ecc_set_pubkey_from_prv(mbedtls_pk_context *pk, function pk_ecc_set_pubkey_psa_ecp_fallback (line 166) | static int pk_ecc_set_pubkey_psa_ecp_fallback(mbedtls_pk_context *pk, function mbedtls_pk_ecc_set_pubkey (line 204) | int mbedtls_pk_ecc_set_pubkey(mbedtls_pk_context *pk, const unsigned cha... FILE: thirdparty/mbedtls/library/pk_internal.h function mbedtls_ecp_keypair (line 60) | static inline const mbedtls_ecp_keypair *mbedtls_pk_ec_ro(const mbedtls_... function mbedtls_ecp_keypair (line 72) | static inline mbedtls_ecp_keypair *mbedtls_pk_ec_rw(const mbedtls_pk_con... function mbedtls_ecp_group_id (line 86) | static inline mbedtls_ecp_group_id mbedtls_pk_get_ec_group_id(const mbed... function mbedtls_pk_is_rfc8410 (line 124) | static inline int mbedtls_pk_is_rfc8410(const mbedtls_pk_context *pk) FILE: thirdparty/mbedtls/library/pk_wrap.c function rsa_can_do (line 52) | static int rsa_can_do(mbedtls_pk_type_t type) function rsa_get_bitlen (line 58) | static size_t rsa_get_bitlen(mbedtls_pk_context *pk) function rsa_verify_wrap (line 65) | static int rsa_verify_wrap(mbedtls_pk_context *pk, mbedtls_md_type_t md_... function rsa_verify_wrap (line 130) | static int rsa_verify_wrap(mbedtls_pk_context *pk, mbedtls_md_type_t md_... function mbedtls_pk_psa_rsa_sign_ext (line 168) | int mbedtls_pk_psa_rsa_sign_ext(psa_algorithm_t alg, function rsa_sign_wrap (line 230) | static int rsa_sign_wrap(mbedtls_pk_context *pk, mbedtls_md_type_t md_alg, function rsa_sign_wrap (line 254) | static int rsa_sign_wrap(mbedtls_pk_context *pk, mbedtls_md_type_t md_alg, function rsa_decrypt_wrap (line 279) | static int rsa_decrypt_wrap(mbedtls_pk_context *pk, function rsa_decrypt_wrap (line 345) | static int rsa_decrypt_wrap(mbedtls_pk_context *pk, function rsa_encrypt_wrap (line 362) | static int rsa_encrypt_wrap(mbedtls_pk_context *pk, function rsa_encrypt_wrap (line 427) | static int rsa_encrypt_wrap(mbedtls_pk_context *pk, function rsa_check_pair_wrap (line 444) | static int rsa_check_pair_wrap(mbedtls_pk_context *pub, mbedtls_pk_conte... function rsa_free_wrap (line 465) | static void rsa_free_wrap(void *ctx) function rsa_debug (line 471) | static void rsa_debug(mbedtls_pk_context *pk, mbedtls_pk_debug_item *items) function eckey_can_do (line 518) | static int eckey_can_do(mbedtls_pk_type_t type) function eckey_get_bitlen (line 525) | static size_t eckey_get_bitlen(mbedtls_pk_context *pk) function ecdsa_verify_psa (line 538) | static int ecdsa_verify_psa(unsigned char *key, size_t key_len, function ecdsa_opaque_verify_wrap (line 602) | static int ecdsa_opaque_verify_wrap(mbedtls_pk_context *pk, function ecdsa_verify_wrap (line 633) | static int ecdsa_verify_wrap(mbedtls_pk_context *pk, function ecdsa_verify_wrap (line 646) | static int ecdsa_verify_wrap(mbedtls_pk_context *pk, function ecdsa_verify_wrap (line 671) | static int ecdsa_verify_wrap(mbedtls_pk_context *pk, mbedtls_md_type_t m... function ecdsa_sign_psa (line 696) | static int ecdsa_sign_psa(mbedtls_svc_key_id_t key_id, mbedtls_md_type_t... function ecdsa_opaque_sign_wrap (line 734) | static int ecdsa_opaque_sign_wrap(mbedtls_pk_context *pk, function ecdsa_sign_wrap (line 754) | static int ecdsa_sign_wrap(mbedtls_pk_context *pk, mbedtls_md_type_t md_... function ecdsa_sign_wrap (line 809) | static int ecdsa_sign_wrap(mbedtls_pk_context *pk, mbedtls_md_type_t md_... type eckey_restart_ctx (line 841) | typedef struct { function eckey_rs_free (line 861) | static void eckey_rs_free(void *ctx) function eckey_verify_rs_wrap (line 876) | static int eckey_verify_rs_wrap(mbedtls_pk_context *pk, mbedtls_md_type_... function eckey_sign_rs_wrap (line 902) | static int eckey_sign_rs_wrap(mbedtls_pk_context *pk, mbedtls_md_type_t ... function eckey_check_pair_psa (line 932) | static int eckey_check_pair_psa(mbedtls_pk_context *pub, mbedtls_pk_cont... function eckey_check_pair_psa (line 954) | static int eckey_check_pair_psa(mbedtls_pk_context *pub, mbedtls_pk_cont... function eckey_check_pair_wrap (line 1019) | static int eckey_check_pair_wrap(mbedtls_pk_context *pub, mbedtls_pk_con... function eckey_check_pair_wrap (line 1028) | static int eckey_check_pair_wrap(mbedtls_pk_context *pub, mbedtls_pk_con... function ecdsa_opaque_check_pair_wrap (line 1044) | static int ecdsa_opaque_check_pair_wrap(mbedtls_pk_context *pub, function eckey_free_wrap (line 1092) | static void eckey_free_wrap(void *ctx) function eckey_debug (line 1099) | static void eckey_debug(mbedtls_pk_context *pk, mbedtls_pk_debug_item *i... function eckeydh_can_do (line 1150) | static int eckeydh_can_do(mbedtls_pk_type_t type) function ecdsa_can_do (line 1181) | static int ecdsa_can_do(mbedtls_pk_type_t type) function ecdsa_verify_rs_wrap (line 1187) | static int ecdsa_verify_rs_wrap(mbedtls_pk_context *pk, mbedtls_md_type_... function ecdsa_sign_rs_wrap (line 1207) | static int ecdsa_sign_rs_wrap(mbedtls_pk_context *pk, mbedtls_md_type_t ... function ecdsa_rs_free (line 1231) | static void ecdsa_rs_free(void *ctx) function rsa_alt_can_do (line 1279) | static int rsa_alt_can_do(mbedtls_pk_type_t type) function rsa_alt_get_bitlen (line 1284) | static size_t rsa_alt_get_bitlen(mbedtls_pk_context *pk) function rsa_alt_sign_wrap (line 1291) | static int rsa_alt_sign_wrap(mbedtls_pk_context *pk, mbedtls_md_type_t m... function rsa_alt_decrypt_wrap (line 1316) | static int rsa_alt_decrypt_wrap(mbedtls_pk_context *pk, function rsa_alt_check_pair (line 1335) | static int rsa_alt_check_pair(mbedtls_pk_context *pub, mbedtls_pk_contex... function rsa_alt_free_wrap (line 1377) | static void rsa_alt_free_wrap(void *ctx) function opaque_get_bitlen (line 1409) | static size_t opaque_get_bitlen(mbedtls_pk_context *pk) function ecdsa_opaque_can_do (line 1424) | static int ecdsa_opaque_can_do(mbedtls_pk_type_t type) function rsa_opaque_can_do (line 1460) | static int rsa_opaque_can_do(mbedtls_pk_type_t type) function rsa_opaque_decrypt (line 1467) | static int rsa_opaque_decrypt(mbedtls_pk_context *pk, function rsa_opaque_sign_wrap (line 1503) | static int rsa_opaque_sign_wrap(mbedtls_pk_context *pk, mbedtls_md_type_... FILE: thirdparty/mbedtls/library/pk_wrap.h type mbedtls_pk_info_t (line 22) | struct mbedtls_pk_info_t { type mbedtls_rsa_alt_context (line 99) | typedef struct { FILE: thirdparty/mbedtls/library/pkcs12.c function pkcs12_parse_pbe_params (line 36) | static int pkcs12_parse_pbe_params(mbedtls_asn1_buf *params, function pkcs12_pbe_derive_key_iv (line 76) | static int pkcs12_pbe_derive_key_iv(mbedtls_asn1_buf *pbe_params, mbedtl... function mbedtls_pkcs12_pbe (line 132) | int mbedtls_pkcs12_pbe(mbedtls_asn1_buf *pbe_params, int mode, function mbedtls_pkcs12_pbe_ext (line 150) | int mbedtls_pkcs12_pbe_ext(mbedtls_asn1_buf *pbe_params, int mode, function pkcs12_fill_buffer (line 245) | static void pkcs12_fill_buffer(unsigned char *data, size_t data_len, function calculate_hashes (line 268) | static int calculate_hashes(mbedtls_md_type_t md_type, int iterations, function mbedtls_pkcs12_derivation (line 326) | int mbedtls_pkcs12_derivation(unsigned char *data, size_t datalen, FILE: thirdparty/mbedtls/library/pkcs5.c function pkcs5_parse_pbkdf2_params (line 40) | static int pkcs5_parse_pbkdf2_params(const mbedtls_asn1_buf *params, function mbedtls_pkcs5_pbes2 (line 113) | int mbedtls_pkcs5_pbes2(const mbedtls_asn1_buf *pbe_params, int mode, function mbedtls_pkcs5_pbes2_ext (line 129) | int mbedtls_pkcs5_pbes2_ext(const mbedtls_asn1_buf *pbe_params, int mode, function pkcs5_pbkdf2_hmac (line 268) | static int pkcs5_pbkdf2_hmac(mbedtls_md_context_t *ctx, function mbedtls_pkcs5_pbkdf2_hmac (line 358) | int mbedtls_pkcs5_pbkdf2_hmac(mbedtls_md_context_t *ctx, function mbedtls_pkcs5_pbkdf2_hmac_ext (line 369) | int mbedtls_pkcs5_pbkdf2_hmac_ext(mbedtls_md_type_t md_alg, function mbedtls_pkcs5_self_test (line 399) | int mbedtls_pkcs5_self_test(int verbose) function mbedtls_pkcs5_self_test (line 460) | int mbedtls_pkcs5_self_test(int verbose) FILE: thirdparty/mbedtls/library/pkcs7.c function mbedtls_pkcs7_init (line 35) | void mbedtls_pkcs7_init(mbedtls_pkcs7 *pkcs7) function pkcs7_get_next_content_len (line 40) | static int pkcs7_get_next_content_len(unsigned char **p, unsigned char *... function pkcs7_get_version (line 61) | static int pkcs7_get_version(unsigned char **p, unsigned char *end, int ... function pkcs7_get_content_info_type (line 84) | static int pkcs7_get_content_info_type(unsigned char **p, unsigned char ... function pkcs7_get_digest_algorithm (line 118) | static int pkcs7_get_digest_algorithm(unsigned char **p, unsigned char *... function pkcs7_get_digest_algorithm_set (line 133) | static int pkcs7_get_digest_algorithm_set(unsigned char **p, function pkcs7_get_certificates (line 170) | static int pkcs7_get_certificates(unsigned char **p, unsigned char *end, function pkcs7_get_signature (line 223) | static int pkcs7_get_signature(unsigned char **p, unsigned char *end, function pkcs7_free_signer_info (line 243) | static void pkcs7_free_signer_info(mbedtls_pkcs7_signer_info *signer) function pkcs7_get_signer_info (line 277) | static int pkcs7_get_signer_info(unsigned char **p, unsigned char *end, function pkcs7_get_signers_info_set (line 377) | static int pkcs7_get_signers_info_set(unsigned char **p, unsigned char *... function pkcs7_get_signed_data (line 451) | static int pkcs7_get_signed_data(unsigned char *buf, size_t buflen, function mbedtls_pkcs7_parse_der (line 553) | int mbedtls_pkcs7_parse_der(mbedtls_pkcs7 *pkcs7, const unsigned char *buf, function mbedtls_pkcs7_data_or_hash_verify (line 642) | static int mbedtls_pkcs7_data_or_hash_verify(mbedtls_pkcs7 *pkcs7, function mbedtls_pkcs7_signed_data_verify (line 722) | int mbedtls_pkcs7_signed_data_verify(mbedtls_pkcs7 *pkcs7, function mbedtls_pkcs7_signed_hash_verify (line 733) | int mbedtls_pkcs7_signed_hash_verify(mbedtls_pkcs7 *pkcs7, function mbedtls_pkcs7_free (line 747) | void mbedtls_pkcs7_free(mbedtls_pkcs7 *pkcs7) FILE: thirdparty/mbedtls/library/pkparse.c function pk_ecc_tag_is_specified_ec_domain (line 66) | static int pk_ecc_tag_is_specified_ec_domain(int tag) function pk_ecc_group_id_from_specified (line 73) | static int pk_ecc_group_id_from_specified(const mbedtls_asn1_buf *params, function pk_ecc_tag_is_specified_ec_domain (line 85) | static int pk_ecc_tag_is_specified_ec_domain(int tag) function pk_group_from_specified (line 109) | static int pk_group_from_specified(const mbedtls_asn1_buf *params, mbedt... function pk_group_id_from_group (line 260) | static int pk_group_id_from_group(const mbedtls_ecp_group *grp, mbedtls_... function pk_ecc_group_id_from_specified (line 302) | static int pk_ecc_group_id_from_specified(const mbedtls_asn1_buf *params, function pk_get_ecparams (line 348) | static int pk_get_ecparams(unsigned char **p, const unsigned char *end, function pk_use_ecparams (line 389) | static int pk_use_ecparams(const mbedtls_asn1_buf *params, mbedtls_pk_co... function pk_use_ecparams_rfc8410 (line 413) | static int pk_use_ecparams_rfc8410(const mbedtls_asn1_buf *params, function pk_parse_key_rfc8410_der (line 429) | static int pk_parse_key_rfc8410_der(mbedtls_pk_context *pk, function pk_get_pk_alg (line 471) | static int pk_get_pk_alg(unsigned char **p, function mbedtls_pk_parse_subpubkey (line 517) | int mbedtls_pk_parse_subpubkey(unsigned char **p, const unsigned char *end, function pk_parse_key_sec1_der (line 604) | static int pk_parse_key_sec1_der(mbedtls_pk_context *pk, function pk_parse_key_pkcs8_unencrypted_der (line 742) | static int pk_parse_key_pkcs8_unencrypted_der( function MBEDTLS_STATIC_TESTABLE (line 865) | MBEDTLS_STATIC_TESTABLE int mbedtls_pk_parse_key_pkcs8_encrypted_der( function mbedtls_pk_parse_key (line 973) | int mbedtls_pk_parse_key(mbedtls_pk_context *pk, function mbedtls_pk_parse_public_key (line 1180) | int mbedtls_pk_parse_public_key(mbedtls_pk_context *ctx, function mbedtls_pk_load_file (line 1298) | int mbedtls_pk_load_file(const char *path, unsigned char **buf, size_t *n) function mbedtls_pk_parse_keyfile (line 1347) | int mbedtls_pk_parse_keyfile(mbedtls_pk_context *ctx, function mbedtls_pk_parse_public_keyfile (line 1374) | int mbedtls_pk_parse_public_keyfile(mbedtls_pk_context *ctx, const char ... FILE: thirdparty/mbedtls/library/pkwrite.c function pk_write_rsa_der (line 62) | static int pk_write_rsa_der(unsigned char **p, unsigned char *buf, function pk_write_ec_pubkey (line 94) | static int pk_write_ec_pubkey(unsigned char **p, unsigned char *start, function pk_write_ec_pubkey (line 119) | static int pk_write_ec_pubkey(unsigned char **p, unsigned char *start, function pk_write_ec_private (line 164) | static int pk_write_ec_private(unsigned char **p, unsigned char *start, function pk_write_ec_private (line 192) | static int pk_write_ec_private(unsigned char **p, unsigned char *start, function pk_write_ec_param (line 230) | static int pk_write_ec_param(unsigned char **p, unsigned char *start, function pk_write_ec_rfc8410_der (line 263) | static int pk_write_ec_rfc8410_der(unsigned char **p, unsigned char *buf, function pk_write_ec_der (line 306) | static int pk_write_ec_der(unsigned char **p, unsigned char *buf, function pk_write_opaque_pubkey (line 360) | static int pk_write_opaque_pubkey(unsigned char **p, unsigned char *start, function mbedtls_pk_type_t (line 389) | static mbedtls_pk_type_t pk_get_type_ext(const mbedtls_pk_context *pk) function mbedtls_pk_write_pubkey (line 419) | int mbedtls_pk_write_pubkey(unsigned char **p, unsigned char *start, function mbedtls_pk_write_pubkey_der (line 445) | int mbedtls_pk_write_pubkey_der(const mbedtls_pk_context *key, unsigned ... function mbedtls_pk_write_key_der (line 512) | int mbedtls_pk_write_key_der(const mbedtls_pk_context *key, unsigned cha... function mbedtls_pk_write_pubkey_pem (line 552) | int mbedtls_pk_write_pubkey_pem(const mbedtls_pk_context *key, unsigned ... function mbedtls_pk_write_key_pem (line 579) | int mbedtls_pk_write_key_pem(const mbedtls_pk_context *key, unsigned cha... FILE: thirdparty/mbedtls/library/platform.c function platform_free_uninit (line 36) | static void platform_free_uninit(void *ptr) function mbedtls_free (line 52) | void mbedtls_free(void *ptr) function mbedtls_platform_set_calloc_free (line 57) | int mbedtls_platform_set_calloc_free(void *(*calloc_func)(size_t, size_t), function mbedtls_platform_win32_snprintf (line 70) | int mbedtls_platform_win32_snprintf(char *s, size_t n, const char *fmt, ... function platform_snprintf_uninit (line 88) | static int platform_snprintf_uninit(char *s, size_t n, function mbedtls_platform_set_snprintf (line 104) | int mbedtls_platform_set_snprintf(int (*snprintf_func)(char *s, size_t n, function mbedtls_platform_win32_vsnprintf (line 115) | int mbedtls_platform_win32_vsnprintf(char *s, size_t n, const char *fmt,... function platform_vsnprintf_uninit (line 143) | static int platform_vsnprintf_uninit(char *s, size_t n, function mbedtls_platform_set_vsnprintf (line 160) | int mbedtls_platform_set_vsnprintf(int (*vsnprintf_func)(char *s, size_t n, function platform_printf_uninit (line 174) | static int platform_printf_uninit(const char *format, ...) function mbedtls_platform_set_printf (line 185) | int mbedtls_platform_set_printf(int (*printf_func)(const char *, ...)) function platform_fprintf_uninit (line 197) | static int platform_fprintf_uninit(FILE *stream, const char *format, ...) function mbedtls_platform_set_fprintf (line 210) | int mbedtls_platform_set_fprintf(int (*fprintf_func)(FILE *, const char ... function platform_setbuf_uninit (line 222) | static void platform_setbuf_uninit(FILE *stream, char *buf) function mbedtls_platform_set_setbuf (line 232) | int mbedtls_platform_set_setbuf(void (*setbuf_func)(FILE *stream, char *... function platform_exit_uninit (line 244) | static void platform_exit_uninit(int status) function mbedtls_platform_set_exit (line 254) | int mbedtls_platform_set_exit(void (*exit_func)(int status)) function mbedtls_time_t (line 268) | static mbedtls_time_t platform_time_uninit(mbedtls_time_t *timer) function mbedtls_platform_set_time (line 279) | int mbedtls_platform_set_time(mbedtls_time_t (*time_func)(mbedtls_time_t... function mbedtls_platform_std_nv_seed_read (line 293) | int mbedtls_platform_std_nv_seed_read(unsigned char *buf, size_t buf_len) function mbedtls_platform_std_nv_seed_write (line 315) | int mbedtls_platform_std_nv_seed_write(unsigned char *buf, size_t buf_len) function platform_nv_seed_read_uninit (line 342) | static int platform_nv_seed_read_uninit(unsigned char *buf, size_t buf_len) function platform_nv_seed_write_uninit (line 356) | static int platform_nv_seed_write_uninit(unsigned char *buf, size_t buf_... function mbedtls_platform_set_nv_seed (line 371) | int mbedtls_platform_set_nv_seed( function mbedtls_platform_setup (line 386) | int mbedtls_platform_setup(mbedtls_platform_context *ctx) function mbedtls_platform_teardown (line 396) | void mbedtls_platform_teardown(mbedtls_platform_context *ctx) FILE: thirdparty/mbedtls/library/platform_util.c function mbedtls_platform_zeroize (line 94) | void mbedtls_platform_zeroize(void *buf, size_t len) function mbedtls_zeroize_and_free (line 140) | void mbedtls_zeroize_and_free(void *buf, size_t len) type tm (line 177) | struct tm type tm (line 178) | struct tm type tm (line 190) | struct tm type tm (line 201) | struct tm function mbedtls_ms_time_t (line 229) | mbedtls_ms_time_t mbedtls_ms_time(void) function mbedtls_ms_time_t (line 251) | mbedtls_ms_time_t mbedtls_ms_time(void) FILE: thirdparty/mbedtls/library/poly1305.c function mul64 (line 30) | static uint64_t mul64(uint32_t a, uint32_t b) function mul64 (line 46) | static inline uint64_t mul64(uint32_t a, uint32_t b) function poly1305_process (line 64) | static void poly1305_process(mbedtls_poly1305_context *ctx, function poly1305_compute_mac (line 171) | static void poly1305_compute_mac(const mbedtls_poly1305_context *ctx, function mbedtls_poly1305_init (line 228) | void mbedtls_poly1305_init(mbedtls_poly1305_context *ctx) function mbedtls_poly1305_free (line 233) | void mbedtls_poly1305_free(mbedtls_poly1305_context *ctx) function mbedtls_poly1305_starts (line 242) | int mbedtls_poly1305_starts(mbedtls_poly1305_context *ctx, function mbedtls_poly1305_update (line 270) | int mbedtls_poly1305_update(mbedtls_poly1305_context *ctx, function mbedtls_poly1305_finish (line 326) | int mbedtls_poly1305_finish(mbedtls_poly1305_context *ctx, function mbedtls_poly1305_mac (line 349) | int mbedtls_poly1305_mac(const unsigned char key[32], function mbedtls_poly1305_self_test (line 459) | int mbedtls_poly1305_self_test(int verbose) FILE: thirdparty/mbedtls/library/psa_crypto.c function key_type_is_raw_bytes (line 88) | static int key_type_is_raw_bytes(psa_key_type_t type) type mbedtls_psa_crypto_subsystem (line 100) | typedef enum { type psa_global_data_t (line 117) | typedef struct { function psa_get_initialized (line 125) | static uint8_t psa_get_initialized(void) function psa_get_drivers_initialized (line 153) | static uint8_t psa_get_drivers_initialized(void) function psa_can_do_hash (line 286) | int psa_can_do_hash(psa_algorithm_t hash_alg) function psa_can_do_cipher (line 292) | int psa_can_do_cipher(psa_key_type_t key_type, psa_algorithm_t cipher_alg) function psa_is_dh_key_size_valid (line 303) | static int psa_is_dh_key_size_valid(size_t bits) function psa_status_t (line 334) | psa_status_t mbedtls_to_psa_error(int ret) function psa_wipe_tag_output_buffer (line 592) | static void psa_wipe_tag_output_buffer(uint8_t *output_buffer, psa_statu... function psa_status_t (line 611) | psa_status_t psa_validate_unstructured_key_bit_size(psa_key_type_t type, function MBEDTLS_STATIC_TESTABLE (line 681) | MBEDTLS_STATIC_TESTABLE psa_status_t psa_mac_key_can_do( function psa_status_t (line 707) | psa_status_t psa_allocate_buffer_to_slot(psa_key_slot_t *slot, function psa_status_t (line 729) | psa_status_t psa_copy_key_material_into_slot(psa_key_slot_t *slot, function psa_status_t (line 743) | psa_status_t psa_import_key_into_slot( function psa_algorithm_t (line 820) | static psa_algorithm_t psa_key_policy_algorithm_intersection( function psa_key_algorithm_permits (line 919) | static int psa_key_algorithm_permits(psa_key_type_t key_type, function psa_status_t (line 1017) | static psa_status_t psa_key_policy_permits(const psa_key_policy_t *policy, function psa_status_t (line 1057) | static psa_status_t psa_restrict_key_policy( function psa_status_t (line 1099) | static psa_status_t psa_get_and_lock_key_slot_with_policy( function psa_status_t (line 1165) | static psa_status_t psa_get_and_lock_transparent_key_slot_with_policy( function psa_status_t (line 1186) | psa_status_t psa_remove_key_data_from_memory(psa_key_slot_t *slot) function psa_status_t (line 1207) | psa_status_t psa_wipe_key_slot(psa_key_slot_t *slot) function psa_status_t (line 1279) | psa_status_t psa_destroy_key(mbedtls_svc_key_id_t key) function psa_status_t (line 1429) | psa_status_t psa_get_key_attributes(mbedtls_svc_key_id_t key, function psa_status_t (line 1455) | psa_status_t psa_get_key_slot_number( function psa_status_t (line 1468) | static psa_status_t psa_export_key_buffer_internal(const uint8_t *key_bu... function psa_status_t (line 1484) | psa_status_t psa_export_key_internal( function psa_status_t (line 1506) | psa_status_t psa_export_key(mbedtls_svc_key_id_t key, function psa_status_t (line 1554) | psa_status_t psa_export_public_key_internal( function psa_status_t (line 1621) | psa_status_t psa_export_public_key(mbedtls_svc_key_id_t key, function psa_status_t (line 1675) | static psa_status_t psa_validate_key_policy(const psa_key_policy_t *policy) function psa_status_t (line 1706) | static psa_status_t psa_validate_key_attributes( function psa_status_t (line 1780) | static psa_status_t psa_start_key_creation( function psa_status_t (line 1916) | static psa_status_t psa_finish_key_creation( function psa_fail_key_creation (line 2008) | static void psa_fail_key_creation(psa_key_slot_t *slot, function psa_status_t (line 2057) | static psa_status_t psa_validate_optional_attributes( function psa_status_t (line 2076) | psa_status_t psa_import_key(const psa_key_attributes_t *attributes, function psa_status_t (line 2167) | psa_status_t mbedtls_psa_register_se_key( function psa_status_t (line 2213) | psa_status_t psa_copy_key(mbedtls_svc_key_id_t source_key, function is_hash_supported (line 2324) | static int is_hash_supported(psa_algorithm_t alg) function psa_status_t (line 2376) | psa_status_t psa_hash_abort(psa_hash_operation_t *operation) function psa_status_t (line 2389) | psa_status_t psa_hash_setup(psa_hash_operation_t *operation, function psa_status_t (line 2422) | psa_status_t psa_hash_update(psa_hash_operation_t *operation, function psa_status_t (line 2452) | static psa_status_t psa_hash_finish_internal(psa_hash_operation_t *opera... function psa_status_t (line 2471) | psa_status_t psa_hash_finish(psa_hash_operation_t *operation, function psa_status_t (line 2489) | psa_status_t psa_hash_verify(psa_hash_operation_t *operation, function psa_status_t (line 2526) | psa_status_t psa_hash_compute(psa_algorithm_t alg, function psa_status_t (line 2553) | psa_status_t psa_hash_compare(psa_algorithm_t alg, function psa_status_t (line 2596) | psa_status_t psa_hash_clone(const psa_hash_operation_t *source_operation, function psa_status_t (line 2625) | psa_status_t psa_mac_abort(psa_mac_operation_t *operation) function psa_status_t (line 2640) | static psa_status_t psa_mac_finalize_alg_and_key_validation( function psa_status_t (line 2693) | static psa_status_t psa_mac_setup(psa_mac_operation_t *operation, function psa_status_t (line 2756) | psa_status_t psa_mac_sign_setup(psa_mac_operation_t *operation, function psa_status_t (line 2763) | psa_status_t psa_mac_verify_setup(psa_mac_operation_t *operation, function psa_status_t (line 2770) | psa_status_t psa_mac_update(psa_mac_operation_t *operation, function psa_status_t (line 2804) | psa_status_t psa_mac_sign_finish(psa_mac_operation_t *operation, function psa_status_t (line 2863) | psa_status_t psa_mac_verify_finish(psa_mac_operation_t *operation, function psa_status_t (line 2897) | static psa_status_t psa_mac_compute_internal(mbedtls_svc_key_id_t key, function psa_status_t (line 2957) | psa_status_t psa_mac_compute(mbedtls_svc_key_id_t key, function psa_status_t (line 2984) | psa_status_t psa_mac_verify(mbedtls_svc_key_id_t key, function psa_status_t (line 3029) | static psa_status_t psa_sign_verify_check_alg(int input_is_message, function psa_status_t (line 3079) | static psa_status_t psa_sign_internal(mbedtls_svc_key_id_t key, function psa_status_t (line 3145) | static psa_status_t psa_verify_internal(mbedtls_svc_key_id_t key, function psa_status_t (line 3190) | psa_status_t psa_sign_message_builtin( function psa_status_t (line 3225) | psa_status_t psa_sign_message(mbedtls_svc_key_id_t key, function psa_status_t (line 3250) | psa_status_t psa_verify_message_builtin( function psa_status_t (line 3284) | psa_status_t psa_verify_message(mbedtls_svc_key_id_t key, function psa_status_t (line 3309) | psa_status_t psa_sign_hash_builtin( function psa_status_t (line 3357) | psa_status_t psa_sign_hash(mbedtls_svc_key_id_t key, function psa_status_t (line 3383) | psa_status_t psa_verify_hash_builtin( function psa_status_t (line 3430) | psa_status_t psa_verify_hash(mbedtls_svc_key_id_t key, function psa_status_t (line 3455) | psa_status_t psa_asymmetric_encrypt(mbedtls_svc_key_id_t key, function psa_status_t (line 3514) | psa_status_t psa_asymmetric_decrypt(mbedtls_svc_key_id_t key, function psa_interruptible_set_max_ops (line 3579) | void psa_interruptible_set_max_ops(uint32_t max_ops) function psa_interruptible_get_max_ops (line 3584) | uint32_t psa_interruptible_get_max_ops(void) function psa_sign_hash_get_num_ops (line 3589) | uint32_t psa_sign_hash_get_num_ops( function psa_verify_hash_get_num_ops (line 3595) | uint32_t psa_verify_hash_get_num_ops( function psa_status_t (line 3601) | static psa_status_t psa_sign_hash_abort_internal( function psa_status_t (line 3624) | psa_status_t psa_sign_hash_start( function psa_status_t (line 3695) | psa_status_t psa_sign_hash_complete( function psa_status_t (line 3749) | psa_status_t psa_sign_hash_abort( function psa_status_t (line 3766) | static psa_status_t psa_verify_hash_abort_internal( function psa_status_t (line 3789) | psa_status_t psa_verify_hash_start( function psa_status_t (line 3862) | psa_status_t psa_verify_hash_complete( function psa_status_t (line 3893) | psa_status_t psa_verify_hash_abort( function mbedtls_psa_interruptible_set_max_ops (line 3915) | void mbedtls_psa_interruptible_set_max_ops(uint32_t max_ops) function mbedtls_psa_sign_hash_get_num_ops (line 3936) | uint32_t mbedtls_psa_sign_hash_get_num_ops( function mbedtls_psa_verify_hash_get_num_ops (line 3952) | uint32_t mbedtls_psa_verify_hash_get_num_ops( function can_do_interruptible_sign_verify (line 3978) | static inline int can_do_interruptible_sign_verify(psa_algorithm_t alg) function psa_status_t (line 3996) | psa_status_t mbedtls_psa_sign_hash_start( function psa_status_t (line 4074) | psa_status_t mbedtls_psa_sign_hash_complete( function psa_status_t (line 4182) | psa_status_t mbedtls_psa_sign_hash_abort( function psa_status_t (line 4213) | psa_status_t mbedtls_psa_verify_hash_start( function psa_status_t (line 4322) | psa_status_t mbedtls_psa_verify_hash_complete( function psa_status_t (line 4359) | psa_status_t mbedtls_psa_verify_hash_abort( function psa_status_t (line 4392) | static psa_status_t psa_generate_random_internal(uint8_t *output, function psa_status_t (line 4442) | static psa_status_t psa_cipher_setup(psa_cipher_operation_t *operation, function psa_status_t (line 4515) | psa_status_t psa_cipher_encrypt_setup(psa_cipher_operation_t *operation, function psa_status_t (line 4522) | psa_status_t psa_cipher_decrypt_setup(psa_cipher_operation_t *operation, function psa_status_t (line 4529) | psa_status_t psa_cipher_generate_iv(psa_cipher_operation_t *operation, function psa_status_t (line 4586) | psa_status_t psa_cipher_set_iv(psa_cipher_operation_t *operation, function psa_status_t (line 4627) | psa_status_t psa_cipher_update(psa_cipher_operation_t *operation, function psa_status_t (line 4670) | psa_status_t psa_cipher_finish(psa_cipher_operation_t *operation, function psa_status_t (line 4723) | psa_status_t psa_cipher_abort(psa_cipher_operation_t *operation) function psa_status_t (line 4741) | psa_status_t psa_cipher_encrypt(mbedtls_svc_key_id_t key, function psa_status_t (line 4818) | psa_status_t psa_cipher_decrypt(mbedtls_svc_key_id_t key, function psa_algorithm_t (line 4884) | static psa_algorithm_t psa_aead_get_base_algorithm(psa_algorithm_t alg) function psa_status_t (line 4890) | static psa_status_t psa_aead_check_nonce_length(psa_algorithm_t alg, function psa_status_t (line 4933) | static psa_status_t psa_aead_check_algorithm(psa_algorithm_t alg) function psa_status_t (line 4942) | psa_status_t psa_aead_encrypt(mbedtls_svc_key_id_t key, function psa_status_t (line 5008) | psa_status_t psa_aead_decrypt(mbedtls_svc_key_id_t key, function psa_status_t (line 5075) | static psa_status_t psa_validate_tag_length(psa_algorithm_t alg) function psa_status_t (line 5115) | static psa_status_t psa_aead_setup(psa_aead_operation_t *operation, function psa_status_t (line 5198) | psa_status_t psa_aead_encrypt_setup(psa_aead_operation_t *operation, function psa_status_t (line 5206) | psa_status_t psa_aead_decrypt_setup(psa_aead_operation_t *operation, function psa_status_t (line 5213) | static psa_status_t psa_aead_set_nonce_internal(psa_aead_operation_t *op... function psa_status_t (line 5249) | psa_status_t psa_aead_generate_nonce(psa_aead_operation_t *operation, function psa_status_t (line 5312) | psa_status_t psa_aead_set_nonce(psa_aead_operation_t *operation, function psa_status_t (line 5334) | psa_status_t psa_aead_set_lengths(psa_aead_operation_t *operation, function psa_status_t (line 5399) | psa_status_t psa_aead_update_ad(psa_aead_operation_t *operation, function psa_status_t (line 5456) | psa_status_t psa_aead_update(psa_aead_operation_t *operation, function psa_status_t (line 5524) | static psa_status_t psa_aead_final_checks(const psa_aead_operation_t *op... function psa_status_t (line 5539) | psa_status_t psa_aead_finish(psa_aead_operation_t *operation, function psa_status_t (line 5593) | psa_status_t psa_aead_verify(psa_aead_operation_t *operation, function psa_status_t (line 5635) | psa_status_t psa_aead_abort(psa_aead_operation_t *operation) function psa_status_t (line 5679) | static psa_status_t psa_key_derivation_start_hmac( function psa_algorithm_t (line 5717) | static psa_algorithm_t psa_key_derivation_get_kdf_alg( function psa_status_t (line 5727) | psa_status_t psa_key_derivation_abort(psa_key_derivation_operation_t *op... function psa_status_t (line 5797) | psa_status_t psa_key_derivation_get_capacity(const psa_key_derivation_op... function psa_status_t (line 5809) | psa_status_t psa_key_derivation_set_capacity(psa_key_derivation_operatio... function psa_status_t (line 5824) | static psa_status_t psa_key_derivation_hkdf_read(psa_hkdf_key_derivation... function psa_status_t (line 5917) | static psa_status_t psa_key_derivation_tls12_prf_generate_next_block( function psa_status_t (line 6037) | static psa_status_t psa_key_derivation_tls12_prf_read( function psa_status_t (line 6089) | static psa_status_t psa_key_derivation_tls12_ecjpake_to_pms_read( function psa_status_t (line 6117) | static psa_status_t psa_key_derivation_pbkdf2_generate_block( function psa_status_t (line 6194) | static psa_status_t psa_key_derivation_pbkdf2_read( function psa_status_t (line 6261) | psa_status_t psa_key_derivation_output_bytes( function psa_des_set_key_parity (line 6353) | static void psa_des_set_key_parity(uint8_t *data, size_t data_size) function psa_status_t (line 6398) | static psa_status_t psa_generate_derived_ecc_key_weierstrass_helper( function psa_status_t (line 6506) | static psa_status_t psa_generate_derived_ecc_key_montgomery_helper( function psa_status_t (line 6557) | static psa_status_t psa_generate_derived_ecc_key_weierstrass_helper( function psa_status_t (line 6568) | static psa_status_t psa_generate_derived_ecc_key_montgomery_helper( function psa_status_t (line 6579) | static psa_status_t psa_generate_derived_key_internal( function psa_custom_key_parameters_are_default (line 6666) | int psa_custom_key_parameters_are_default( function psa_status_t (line 6679) | psa_status_t psa_key_derivation_output_key_custom( function psa_status_t (line 6735) | psa_status_t psa_key_derivation_output_key_ext( function psa_status_t (line 6749) | psa_status_t psa_key_derivation_output_key( function is_kdf_alg_supported (line 6766) | static int is_kdf_alg_supported(psa_algorithm_t kdf_alg) function psa_status_t (line 6811) | static psa_status_t psa_hash_try_support(psa_algorithm_t alg) function psa_status_t (line 6819) | static psa_status_t psa_key_derivation_set_maximum_capacity( function psa_status_t (line 6904) | static psa_status_t psa_key_derivation_setup_kdf( function psa_status_t (line 6922) | static psa_status_t psa_key_agreement_try_support(psa_algorithm_t alg) function psa_key_derivation_allows_free_form_secret_input (line 6938) | static int psa_key_derivation_allows_free_form_secret_input( function psa_status_t (line 6951) | psa_status_t psa_key_derivation_setup(psa_key_derivation_operation_t *op... function psa_status_t (line 6994) | static psa_status_t psa_hkdf_input(psa_hkdf_key_derivation_t *hkdf, function psa_status_t (line 7126) | static psa_status_t psa_tls12_prf_set_seed(psa_tls12_prf_key_derivation_... function psa_status_t (line 7149) | static psa_status_t psa_tls12_prf_set_key(psa_tls12_prf_key_derivation_t... function psa_status_t (line 7173) | static psa_status_t psa_tls12_prf_set_label(psa_tls12_prf_key_derivation... function psa_status_t (line 7196) | static psa_status_t psa_tls12_prf_input(psa_tls12_prf_key_derivation_t *... function psa_status_t (line 7216) | static psa_status_t psa_tls12_prf_psk_to_ms_set_key( function psa_status_t (line 7280) | static psa_status_t psa_tls12_prf_psk_to_ms_set_other_key( function psa_status_t (line 7306) | static psa_status_t psa_tls12_prf_psk_to_ms_input( function psa_status_t (line 7331) | static psa_status_t psa_tls12_ecjpake_to_pms_input( function psa_status_t (line 7355) | static psa_status_t psa_pbkdf2_set_input_cost( function psa_status_t (line 7382) | static psa_status_t psa_pbkdf2_set_salt(psa_pbkdf2_key_derivation_t *pbk... function psa_status_t (line 7416) | static psa_status_t psa_pbkdf2_hmac_set_password(psa_algorithm_t hash_alg, function psa_status_t (line 7435) | static psa_status_t psa_pbkdf2_cmac_set_password(const uint8_t *input, function psa_status_t (line 7466) | static psa_status_t psa_pbkdf2_set_password(psa_pbkdf2_key_derivation_t ... function psa_status_t (line 7500) | static psa_status_t psa_pbkdf2_input(psa_pbkdf2_key_derivation_t *pbkdf2, function psa_key_derivation_check_input_type (line 7526) | static int psa_key_derivation_check_input_type( function psa_status_t (line 7573) | static psa_status_t psa_key_derivation_input_internal( function psa_status_t (line 7639) | static psa_status_t psa_key_derivation_input_integer_internal( function psa_status_t (line 7673) | psa_status_t psa_key_derivation_input_bytes( function psa_status_t (line 7694) | psa_status_t psa_key_derivation_input_integer( function psa_status_t (line 7702) | psa_status_t psa_key_derivation_input_key( function psa_status_t (line 7741) | psa_status_t psa_key_agreement_raw_builtin(const psa_key_attributes_t *a... function psa_status_t (line 7793) | static psa_status_t psa_key_agreement_raw_internal(psa_algorithm_t alg, function psa_status_t (line 7817) | static psa_status_t psa_key_agreement_internal(psa_key_derivation_operat... function psa_status_t (line 7852) | psa_status_t psa_key_derivation_key_agreement(psa_key_derivation_operati... function psa_status_t (line 7896) | psa_status_t psa_raw_key_agreement(psa_algorithm_t alg, function mbedtls_psa_random_init (line 7984) | static void mbedtls_psa_random_init(mbedtls_psa_random_context_t *rng) function mbedtls_psa_random_free (line 8019) | static void mbedtls_psa_random_free(mbedtls_psa_random_context_t *rng) function psa_status_t (line 8031) | static psa_status_t mbedtls_psa_random_seed(mbedtls_psa_random_context_t... function psa_status_t (line 8045) | psa_status_t psa_generate_random(uint8_t *output_external, function psa_status_t (line 8063) | psa_status_t mbedtls_psa_inject_entropy(const uint8_t *seed, function psa_status_t (line 8093) | static psa_status_t psa_validate_key_type_and_size_for_key_generation( function psa_status_t (line 8142) | psa_status_t psa_generate_key_internal( function psa_status_t (line 8205) | psa_status_t psa_generate_key_custom(const psa_key_attributes_t *attribu... function psa_status_t (line 8296) | psa_status_t psa_generate_key_ext(const psa_key_attributes_t *attributes, function psa_status_t (line 8308) | psa_status_t psa_generate_key(const psa_key_attributes_t *attributes, function psa_status_t (line 8324) | psa_status_t mbedtls_psa_crypto_configure_entropy_sources( function mbedtls_psa_crypto_free (line 8350) | void mbedtls_psa_crypto_free(void) function psa_status_t (line 8408) | static psa_status_t psa_crypto_recover_transaction( function psa_status_t (line 8426) | static psa_status_t mbedtls_psa_crypto_init_subsystem(mbedtls_psa_crypto... function psa_status_t (line 8558) | psa_status_t psa_crypto_init(void) function psa_status_t (line 8601) | psa_status_t psa_crypto_driver_pake_get_password_len( function psa_status_t (line 8614) | psa_status_t psa_crypto_driver_pake_get_password( function psa_status_t (line 8632) | psa_status_t psa_crypto_driver_pake_get_user_len( function psa_status_t (line 8645) | psa_status_t psa_crypto_driver_pake_get_user( function psa_status_t (line 8663) | psa_status_t psa_crypto_driver_pake_get_peer_len( function psa_status_t (line 8676) | psa_status_t psa_crypto_driver_pake_get_peer( function psa_status_t (line 8694) | psa_status_t psa_crypto_driver_pake_get_cipher_suite( function psa_status_t (line 8707) | psa_status_t psa_pake_setup( function psa_status_t (line 8757) | psa_status_t psa_pake_set_password_key( function psa_status_t (line 8804) | psa_status_t psa_pake_set_user( function psa_status_t (line 8848) | psa_status_t psa_pake_set_peer( function psa_status_t (line 8892) | psa_status_t psa_pake_set_role( function psa_crypto_driver_pake_step_t (line 8924) | static psa_crypto_driver_pake_step_t convert_jpake_computation_stage_to_... function psa_status_t (line 8951) | static psa_status_t psa_pake_complete_inputs( function psa_status_t (line 8995) | static psa_status_t psa_jpake_prologue( function psa_status_t (line 9034) | static psa_status_t psa_jpake_epilogue( function psa_status_t (line 9071) | psa_status_t psa_pake_output( function psa_status_t (line 9148) | psa_status_t psa_pake_input( function psa_status_t (line 9225) | psa_status_t psa_pake_get_implicit_key( function psa_status_t (line 9274) | psa_status_t psa_pake_abort( function MBEDTLS_STATIC_TESTABLE (line 9324) | MBEDTLS_STATIC_TESTABLE function MBEDTLS_STATIC_TESTABLE (line 9363) | MBEDTLS_STATIC_TESTABLE function psa_status_t (line 9390) | psa_status_t psa_crypto_local_input_alloc(const uint8_t *input, size_t i... function psa_crypto_local_input_free (line 9426) | void psa_crypto_local_input_free(psa_crypto_local_input_t *local_input) function psa_status_t (line 9433) | psa_status_t psa_crypto_local_output_alloc(uint8_t *output, size_t outpu... function psa_status_t (line 9453) | psa_status_t psa_crypto_local_output_free(psa_crypto_local_output_t *loc... FILE: thirdparty/mbedtls/library/psa_crypto_aead.c function psa_status_t (line 26) | static psa_status_t psa_aead_setup( function psa_status_t (line 117) | psa_status_t mbedtls_psa_aead_encrypt( function psa_status_t (line 211) | static psa_status_t psa_aead_unpadded_locate_tag(size_t tag_length, function psa_status_t (line 229) | psa_status_t mbedtls_psa_aead_decrypt( function psa_status_t (line 321) | psa_status_t mbedtls_psa_aead_encrypt_setup( function psa_status_t (line 342) | psa_status_t mbedtls_psa_aead_decrypt_setup( function psa_status_t (line 362) | psa_status_t mbedtls_psa_aead_set_nonce( function psa_status_t (line 420) | psa_status_t mbedtls_psa_aead_set_lengths( function psa_status_t (line 444) | psa_status_t mbedtls_psa_aead_update_ad( function psa_status_t (line 484) | psa_status_t mbedtls_psa_aead_update( function psa_status_t (line 549) | psa_status_t mbedtls_psa_aead_finish( function psa_status_t (line 623) | psa_status_t mbedtls_psa_aead_abort( FILE: thirdparty/mbedtls/library/psa_crypto_cipher.c function psa_status_t (line 30) | static psa_status_t mbedtls_cipher_validate_values( function psa_status_t (line 124) | psa_status_t mbedtls_cipher_values_from_psa( function mbedtls_cipher_info_t (line 256) | const mbedtls_cipher_info_t *mbedtls_cipher_info_from_psa( function psa_status_t (line 280) | static psa_status_t psa_cipher_setup( function psa_status_t (line 358) | psa_status_t mbedtls_psa_cipher_encrypt_setup( function psa_status_t (line 369) | psa_status_t mbedtls_psa_cipher_decrypt_setup( function psa_status_t (line 380) | psa_status_t mbedtls_psa_cipher_set_iv( function psa_status_t (line 417) | static psa_status_t psa_cipher_update_ecb( function psa_status_t (line 497) | psa_status_t mbedtls_psa_cipher_update( function psa_status_t (line 550) | psa_status_t mbedtls_psa_cipher_finish( function psa_status_t (line 609) | psa_status_t mbedtls_psa_cipher_abort( function psa_status_t (line 623) | psa_status_t mbedtls_psa_cipher_encrypt( function psa_status_t (line 681) | psa_status_t mbedtls_psa_cipher_decrypt( FILE: thirdparty/mbedtls/library/psa_crypto_client.c function psa_reset_key_attributes (line 17) | void psa_reset_key_attributes(psa_key_attributes_t *attributes) FILE: thirdparty/mbedtls/library/psa_crypto_core.h type psa_key_slot_state_t (line 27) | typedef enum { type psa_key_slot_t (line 37) | typedef struct { function psa_key_slot_has_readers (line 194) | static inline int psa_key_slot_has_readers(const psa_key_slot_t *slot) function psa_key_slot_number_t (line 206) | static inline psa_key_slot_number_t psa_key_slot_get_slot_number( type psa_crypto_local_input_t (line 913) | typedef struct psa_crypto_local_input_s { type psa_crypto_local_output_t (line 942) | typedef struct psa_crypto_local_output_s { FILE: thirdparty/mbedtls/library/psa_crypto_driver_wrappers.h function psa_status_t (line 72) | static inline psa_status_t psa_driver_wrapper_init( void ) function psa_driver_wrapper_free (line 96) | static inline void psa_driver_wrapper_free( void ) function psa_status_t (line 111) | static inline psa_status_t psa_driver_wrapper_sign_message( function psa_status_t (line 186) | static inline psa_status_t psa_driver_wrapper_verify_message( function psa_status_t (line 257) | static inline psa_status_t psa_driver_wrapper_sign_hash( function psa_status_t (line 360) | static inline psa_status_t psa_driver_wrapper_verify_hash( function psa_driver_wrapper_sign_hash_get_num_ops (line 460) | static inline uint32_t psa_driver_wrapper_sign_hash_get_num_ops( function psa_driver_wrapper_verify_hash_get_num_ops (line 484) | static inline uint32_t psa_driver_wrapper_verify_hash_get_num_ops( function psa_status_t (line 509) | static inline psa_status_t psa_driver_wrapper_sign_hash_start( function psa_status_t (line 554) | static inline psa_status_t psa_driver_wrapper_sign_hash_complete( function psa_status_t (line 581) | static inline psa_status_t psa_driver_wrapper_sign_hash_abort( function psa_status_t (line 600) | static inline psa_status_t psa_driver_wrapper_verify_hash_start( function psa_status_t (line 647) | static inline psa_status_t psa_driver_wrapper_verify_hash_complete( function psa_status_t (line 668) | static inline psa_status_t psa_driver_wrapper_verify_hash_abort( function psa_status_t (line 700) | static inline psa_status_t psa_driver_wrapper_get_key_buffer_size_from_k... function psa_status_t (line 729) | static inline psa_status_t psa_driver_wrapper_generate_key( function psa_status_t (line 835) | static inline psa_status_t psa_driver_wrapper_import_key( function psa_status_t (line 948) | static inline psa_status_t psa_driver_wrapper_export_key( function psa_status_t (line 1013) | static inline psa_status_t psa_driver_wrapper_copy_key( function psa_status_t (line 1068) | static inline psa_status_t psa_driver_wrapper_cipher_encrypt( function psa_status_t (line 1160) | static inline psa_status_t psa_driver_wrapper_cipher_decrypt( function psa_status_t (line 1242) | static inline psa_status_t psa_driver_wrapper_cipher_encrypt_setup( function psa_status_t (line 1315) | static inline psa_status_t psa_driver_wrapper_cipher_decrypt_setup( function psa_status_t (line 1388) | static inline psa_status_t psa_driver_wrapper_cipher_set_iv( function psa_status_t (line 1423) | static inline psa_status_t psa_driver_wrapper_cipher_update( function psa_status_t (line 1469) | static inline psa_status_t psa_driver_wrapper_cipher_finish( function psa_status_t (line 1507) | static inline psa_status_t psa_driver_wrapper_cipher_abort( function psa_status_t (line 1547) | static inline psa_status_t psa_driver_wrapper_hash_compute( function psa_status_t (line 1583) | static inline psa_status_t psa_driver_wrapper_hash_setup( function psa_status_t (line 1616) | static inline psa_status_t psa_driver_wrapper_hash_clone( function psa_status_t (line 1641) | static inline psa_status_t psa_driver_wrapper_hash_update( function psa_status_t (line 1666) | static inline psa_status_t psa_driver_wrapper_hash_finish( function psa_status_t (line 1693) | static inline psa_status_t psa_driver_wrapper_hash_abort( function psa_status_t (line 1712) | static inline psa_status_t psa_driver_wrapper_aead_encrypt( function psa_status_t (line 1764) | static inline psa_status_t psa_driver_wrapper_aead_decrypt( function psa_status_t (line 1816) | static inline psa_status_t psa_driver_wrapper_aead_encrypt_setup( function psa_status_t (line 1864) | static inline psa_status_t psa_driver_wrapper_aead_decrypt_setup( function psa_status_t (line 1914) | static inline psa_status_t psa_driver_wrapper_aead_set_nonce( function psa_status_t (line 1948) | static inline psa_status_t psa_driver_wrapper_aead_set_lengths( function psa_status_t (line 1982) | static inline psa_status_t psa_driver_wrapper_aead_update_ad( function psa_status_t (line 2016) | static inline psa_status_t psa_driver_wrapper_aead_update( function psa_status_t (line 2058) | static inline psa_status_t psa_driver_wrapper_aead_finish( function psa_status_t (line 2103) | static inline psa_status_t psa_driver_wrapper_aead_verify( function psa_status_t (line 2166) | static inline psa_status_t psa_driver_wrapper_aead_abort( function psa_status_t (line 2195) | static inline psa_status_t psa_driver_wrapper_mac_compute( function psa_status_t (line 2263) | static inline psa_status_t psa_driver_wrapper_mac_sign_setup( function psa_status_t (line 2335) | static inline psa_status_t psa_driver_wrapper_mac_verify_setup( function psa_status_t (line 2407) | static inline psa_status_t psa_driver_wrapper_mac_update( function psa_status_t (line 2440) | static inline psa_status_t psa_driver_wrapper_mac_sign_finish( function psa_status_t (line 2475) | static inline psa_status_t psa_driver_wrapper_mac_verify_finish( function psa_status_t (line 2508) | static inline psa_status_t psa_driver_wrapper_mac_abort( function psa_status_t (line 2536) | static inline psa_status_t psa_driver_wrapper_asymmetric_encrypt( function psa_status_t (line 2594) | static inline psa_status_t psa_driver_wrapper_asymmetric_decrypt( function psa_status_t (line 2652) | static inline psa_status_t psa_driver_wrapper_key_agreement( function psa_status_t (line 2739) | static inline psa_status_t psa_driver_wrapper_pake_setup( function psa_status_t (line 2781) | static inline psa_status_t psa_driver_wrapper_pake_output( function psa_status_t (line 2813) | static inline psa_status_t psa_driver_wrapper_pake_input( function psa_status_t (line 2845) | static inline psa_status_t psa_driver_wrapper_pake_get_implicit_key( function psa_status_t (line 2874) | static inline psa_status_t psa_driver_wrapper_pake_abort( FILE: thirdparty/mbedtls/library/psa_crypto_driver_wrappers_no_static.c function psa_status_t (line 86) | psa_status_t psa_driver_wrapper_get_key_buffer_size( function psa_status_t (line 122) | psa_status_t psa_driver_wrapper_export_public_key( function psa_status_t (line 222) | psa_status_t psa_driver_wrapper_get_builtin_key( FILE: thirdparty/mbedtls/library/psa_crypto_ecp.c function check_ecc_parameters (line 40) | static int check_ecc_parameters(psa_ecc_family_t family, size_t *bits) function psa_status_t (line 90) | psa_status_t mbedtls_psa_ecp_load_representation( function psa_status_t (line 209) | psa_status_t mbedtls_psa_ecp_import_key( function psa_status_t (line 251) | psa_status_t mbedtls_psa_ecp_export_key(psa_key_type_t type, function psa_status_t (line 290) | psa_status_t mbedtls_psa_ecp_export_public_key( function psa_status_t (line 320) | psa_status_t mbedtls_psa_ecp_generate_key( function psa_status_t (line 363) | psa_status_t mbedtls_psa_ecdsa_sign_hash( function psa_status_t (line 434) | psa_status_t mbedtls_psa_ecp_load_public_part(mbedtls_ecp_keypair *ecp) function psa_status_t (line 449) | psa_status_t mbedtls_psa_ecdsa_verify_hash( function psa_status_t (line 519) | psa_status_t mbedtls_psa_key_agreement_ecdh( FILE: thirdparty/mbedtls/library/psa_crypto_ffdh.c function psa_status_t (line 30) | static psa_status_t mbedtls_psa_ffdh_set_prime_generator(size_t key_size, function psa_status_t (line 143) | psa_status_t mbedtls_psa_ffdh_export_public_key( function psa_status_t (line 201) | psa_status_t mbedtls_psa_ffdh_generate_key( function psa_status_t (line 237) | psa_status_t mbedtls_psa_ffdh_import_key( function psa_status_t (line 257) | psa_status_t mbedtls_psa_ffdh_key_agreement( FILE: thirdparty/mbedtls/library/psa_crypto_hash.c function psa_status_t (line 21) | psa_status_t mbedtls_psa_hash_abort( function psa_status_t (line 91) | psa_status_t mbedtls_psa_hash_setup( function psa_status_t (line 182) | psa_status_t mbedtls_psa_hash_clone( function psa_status_t (line 261) | psa_status_t mbedtls_psa_hash_update( function psa_status_t (line 340) | psa_status_t mbedtls_psa_hash_finish( function psa_status_t (line 433) | psa_status_t mbedtls_psa_hash_compute( FILE: thirdparty/mbedtls/library/psa_crypto_its.h type psa_storage_create_flags_t (line 24) | typedef uint32_t psa_storage_create_flags_t; type psa_storage_uid_t (line 28) | typedef uint64_t psa_storage_uid_t; type psa_storage_info_t (line 36) | struct psa_storage_info_t { type psa_storage_info_t (line 111) | struct psa_storage_info_t FILE: thirdparty/mbedtls/library/psa_crypto_mac.c function psa_status_t (line 24) | static psa_status_t psa_hmac_abort_internal( function psa_status_t (line 31) | static psa_status_t psa_hmac_setup_internal( function psa_status_t (line 103) | static psa_status_t psa_hmac_update_internal( function psa_status_t (line 111) | static psa_status_t psa_hmac_finish_internal( function psa_status_t (line 157) | static psa_status_t cmac_setup(mbedtls_psa_mac_operation_t *operation, function psa_status_t (line 202) | static psa_status_t mac_init( function psa_status_t (line 234) | psa_status_t mbedtls_psa_mac_abort(mbedtls_psa_mac_operation_t *operation) function psa_status_t (line 271) | static psa_status_t psa_mac_setup(mbedtls_psa_mac_operation_t *operation, function psa_status_t (line 319) | psa_status_t mbedtls_psa_mac_sign_setup( function psa_status_t (line 330) | psa_status_t mbedtls_psa_mac_verify_setup( function psa_status_t (line 341) | psa_status_t mbedtls_psa_mac_update( function psa_status_t (line 372) | static psa_status_t psa_mac_finish_internal( function psa_status_t (line 403) | psa_status_t mbedtls_psa_mac_sign_finish( function psa_status_t (line 423) | psa_status_t mbedtls_psa_mac_verify_finish( function psa_status_t (line 455) | psa_status_t mbedtls_psa_mac_compute( FILE: thirdparty/mbedtls/library/psa_crypto_pake.c function psa_status_t (line 105) | static psa_status_t mbedtls_ecjpake_to_psa_error(int ret) function psa_status_t (line 128) | static psa_status_t psa_pake_ecjpake_setup(mbedtls_psa_pake_operation_t ... function psa_status_t (line 155) | psa_status_t mbedtls_psa_pake_setup(mbedtls_psa_pake_operation_t *operat... function psa_status_t (line 282) | static psa_status_t mbedtls_psa_pake_output_internal( function psa_status_t (line 391) | psa_status_t mbedtls_psa_pake_output(mbedtls_psa_pake_operation_t *opera... function psa_status_t (line 403) | static psa_status_t mbedtls_psa_pake_input_internal( function psa_status_t (line 510) | psa_status_t mbedtls_psa_pake_input(mbedtls_psa_pake_operation_t *operat... function psa_status_t (line 521) | psa_status_t mbedtls_psa_pake_get_implicit_key( function psa_status_t (line 548) | psa_status_t mbedtls_psa_pake_abort(mbedtls_psa_pake_operation_t *operat... FILE: thirdparty/mbedtls/library/psa_crypto_random_impl.h type mbedtls_psa_external_random_context_t (line 17) | typedef mbedtls_psa_external_random_context_t mbedtls_psa_random_context_t; type mbedtls_ctr_drbg_context (line 63) | typedef mbedtls_ctr_drbg_context mbedtls_psa_drbg_context_t; type mbedtls_hmac_drbg_context (line 65) | typedef mbedtls_hmac_drbg_context mbedtls_psa_drbg_context_t; type mbedtls_psa_random_context_t (line 68) | typedef struct { function mbedtls_psa_drbg_init (line 79) | static inline void mbedtls_psa_drbg_init(mbedtls_psa_drbg_context_t *p_rng) function mbedtls_psa_drbg_free (line 92) | static inline void mbedtls_psa_drbg_free(mbedtls_psa_drbg_context_t *p_rng) function mbedtls_psa_drbg_seed (line 112) | static inline int mbedtls_psa_drbg_seed(mbedtls_psa_drbg_context_t *drbg... FILE: thirdparty/mbedtls/library/psa_crypto_rsa.c function psa_status_t (line 42) | static psa_status_t psa_check_rsa_key_byte_aligned( function psa_status_t (line 59) | psa_status_t mbedtls_psa_rsa_load_representation( function psa_status_t (line 109) | psa_status_t mbedtls_psa_rsa_import_key( function psa_status_t (line 151) | psa_status_t mbedtls_psa_rsa_export_key(psa_key_type_t type, function psa_status_t (line 190) | psa_status_t mbedtls_psa_rsa_export_public_key( function psa_status_t (line 217) | static psa_status_t psa_rsa_read_exponent(const uint8_t *e_bytes, function psa_status_t (line 240) | psa_status_t mbedtls_psa_rsa_generate_key( function psa_status_t (line 287) | static psa_status_t psa_rsa_decode_md_type(psa_algorithm_t alg, function psa_status_t (line 316) | psa_status_t mbedtls_psa_rsa_sign_hash( function rsa_pss_expected_salt_len (line 393) | static int rsa_pss_expected_salt_len(psa_algorithm_t alg, function psa_status_t (line 415) | psa_status_t mbedtls_psa_rsa_verify_hash( function psa_rsa_oaep_set_padding_mode (line 499) | static int psa_rsa_oaep_set_padding_mode(psa_algorithm_t alg, function psa_status_t (line 515) | psa_status_t mbedtls_psa_asymmetric_encrypt(const psa_key_attributes_t *... function psa_status_t (line 609) | psa_status_t mbedtls_psa_asymmetric_decrypt(const psa_key_attributes_t *... FILE: thirdparty/mbedtls/library/psa_crypto_se.c type psa_drv_se_internal_context_t (line 38) | typedef struct { type psa_se_drv_table_entry_s (line 44) | struct psa_se_drv_table_entry_s { function psa_se_drv_table_entry_t (line 55) | psa_se_drv_table_entry_t *psa_get_se_driver_entry( function psa_drv_se_t (line 75) | const psa_drv_se_t *psa_get_se_driver_methods( function psa_drv_se_context_t (line 81) | psa_drv_se_context_t *psa_get_se_driver_context( function psa_get_se_driver (line 87) | int psa_get_se_driver(psa_key_lifetime_t lifetime, function psa_status_t (line 107) | static psa_status_t psa_get_se_driver_its_file_uid( function psa_status_t (line 125) | psa_status_t psa_load_se_persistent_data( function psa_status_t (line 150) | psa_status_t psa_save_se_persistent_data( function psa_status_t (line 170) | psa_status_t psa_destroy_se_persistent_data(psa_key_location_t location) function psa_status_t (line 180) | psa_status_t psa_find_se_slot_for_key( function psa_status_t (line 234) | psa_status_t psa_destroy_se_key(psa_se_drv_table_entry_t *driver, function psa_status_t (line 259) | psa_status_t psa_init_all_se_drivers(void) function psa_status_t (line 291) | psa_status_t psa_register_se_driver( function psa_unregister_all_se_drivers (line 356) | void psa_unregister_all_se_drivers(void) FILE: thirdparty/mbedtls/library/psa_crypto_se.h type psa_se_drv_table_entry_t (line 69) | typedef struct psa_se_drv_table_entry_s psa_se_drv_table_entry_t; type psa_se_key_data_storage_t (line 188) | typedef struct { FILE: thirdparty/mbedtls/library/psa_crypto_slot_management.c function psa_key_id_t (line 129) | static psa_key_id_t volatile_key_id_of_index(size_t slice_idx, function slice_index_of_volatile_key_id (line 142) | static size_t slice_index_of_volatile_key_id(psa_key_id_t key_id) function slot_index_of_volatile_key_id (line 150) | static size_t slot_index_of_volatile_key_id(psa_key_id_t key_id) function psa_key_slot_volatile_slice_count (line 160) | size_t psa_key_slot_volatile_slice_count(void) type psa_global_data_t (line 183) | typedef struct { function psa_get_key_slots_initialized (line 195) | static uint8_t psa_get_key_slots_initialized(void) function key_slice_length (line 259) | static inline size_t key_slice_length(size_t slice_idx) function psa_key_slot_t (line 273) | static inline psa_key_slot_t *get_volatile_key_slot(psa_key_id_t key_id) function psa_key_slot_t (line 290) | static inline psa_key_slot_t *get_persistent_key_slot(size_t slot_idx) function psa_key_slot_t (line 295) | static inline psa_key_slot_t *get_key_slot(size_t slice_idx, size_t slot... function key_slice_length (line 302) | static inline size_t key_slice_length(size_t slice_idx) function psa_key_slot_t (line 308) | static inline psa_key_slot_t *get_volatile_key_slot(psa_key_id_t key_id) function psa_key_slot_t (line 316) | static inline psa_key_slot_t *get_persistent_key_slot(size_t slot_idx) function psa_key_slot_t (line 321) | static inline psa_key_slot_t *get_key_slot(size_t slice_idx, size_t slot... function psa_is_valid_key_id (line 331) | int psa_is_valid_key_id(mbedtls_svc_key_id_t key, int vendor_ok) function psa_status_t (line 383) | static psa_status_t psa_get_and_lock_key_slot_in_memory( function psa_status_t (line 430) | psa_status_t psa_initialize_key_slots(void) function psa_wipe_all_key_slots (line 451) | void psa_wipe_all_key_slots(void) function psa_status_t (line 501) | static psa_status_t psa_allocate_volatile_key_slot(psa_key_id_t *key_id, function psa_status_t (line 555) | psa_status_t psa_free_key_slot(size_t slice_idx, function psa_status_t (line 595) | psa_status_t psa_reserve_free_key_slot(psa_key_id_t *volatile_key_id, function psa_status_t (line 682) | static psa_status_t psa_load_persistent_key_into_slot(psa_key_slot_t *slot) function psa_status_t (line 726) | static psa_status_t psa_load_builtin_key_into_slot(psa_key_slot_t *slot) function psa_status_t (line 798) | psa_status_t psa_get_and_lock_key_slot(mbedtls_svc_key_id_t key, function psa_status_t (line 891) | psa_status_t psa_unregister_read(psa_key_slot_t *slot) function psa_status_t (line 925) | psa_status_t psa_unregister_read_under_mutex(psa_key_slot_t *slot) function psa_status_t (line 943) | psa_status_t psa_validate_key_location(psa_key_lifetime_t lifetime, function psa_status_t (line 968) | psa_status_t psa_validate_key_persistence(psa_key_lifetime_t lifetime) function psa_status_t (line 987) | psa_status_t psa_open_key(mbedtls_svc_key_id_t key, psa_key_handle_t *ha... function psa_status_t (line 1015) | psa_status_t psa_close_key(psa_key_handle_t handle) function psa_status_t (line 1056) | psa_status_t psa_purge_key(mbedtls_svc_key_id_t key) function mbedtls_psa_get_stats (line 1091) | void mbedtls_psa_get_stats(mbedtls_psa_stats_t *stats) FILE: thirdparty/mbedtls/library/psa_crypto_slot_management.h function psa_key_id_is_volatile (line 48) | static inline int psa_key_id_is_volatile(psa_key_id_t key_id) function psa_status_t (line 205) | static inline psa_status_t psa_key_slot_state_transition( function psa_status_t (line 230) | static inline psa_status_t psa_register_read(psa_key_slot_t *slot) function psa_key_lifetime_is_external (line 300) | static inline int psa_key_lifetime_is_external(psa_key_lifetime_t lifetime) FILE: thirdparty/mbedtls/library/psa_crypto_storage.c function psa_storage_uid_t (line 40) | static psa_storage_uid_t psa_its_identifier_of_slot(mbedtls_svc_key_id_t... function psa_status_t (line 76) | static psa_status_t psa_crypto_storage_load( function psa_is_key_present_in_storage (line 97) | int psa_is_key_present_in_storage(const mbedtls_svc_key_id_t key) function psa_status_t (line 128) | static psa_status_t psa_crypto_storage_store(const mbedtls_svc_key_id_t ... function psa_status_t (line 166) | psa_status_t psa_destroy_persistent_key(const mbedtls_svc_key_id_t key) function psa_status_t (line 201) | static psa_status_t psa_crypto_storage_get_data_length( type psa_persistent_key_storage_format (line 225) | typedef struct { function psa_format_key_data_for_storage (line 236) | void psa_format_key_data_for_storage(const uint8_t *data, function psa_status_t (line 257) | static psa_status_t check_magic_header(const uint8_t *data) function psa_status_t (line 266) | psa_status_t psa_parse_key_data_from_storage(const uint8_t *storage_data, function psa_status_t (line 317) | psa_status_t psa_save_persistent_key(const psa_key_attributes_t *attr, function psa_free_persistent_key_data (line 350) | void psa_free_persistent_key_data(uint8_t *key_data, size_t key_data_len... function psa_status_t (line 355) | psa_status_t psa_load_persistent_key(psa_key_attributes_t *attr, function psa_status_t (line 404) | psa_status_t psa_crypto_save_transaction(void) function psa_status_t (line 422) | psa_status_t psa_crypto_load_transaction(void) function psa_status_t (line 438) | psa_status_t psa_crypto_stop_transaction(void) function psa_status_t (line 457) | psa_status_t mbedtls_psa_storage_inject_entropy(const unsigned char *seed, FILE: thirdparty/mbedtls/library/psa_crypto_storage.h type psa_crypto_transaction_type_t (line 211) | typedef uint16_t psa_crypto_transaction_type_t; type psa_crypto_transaction_t (line 273) | typedef union { function psa_crypto_prepare_transaction (line 310) | static inline void psa_crypto_prepare_transaction( FILE: thirdparty/mbedtls/library/psa_its_file.c type psa_its_file_header_t (line 56) | typedef struct { function psa_its_fill_filename (line 62) | static void psa_its_fill_filename(psa_storage_uid_t uid, char *filename) function psa_status_t (line 74) | static psa_status_t psa_its_read_file(psa_storage_uid_t uid, function psa_status_t (line 107) | psa_status_t psa_its_get_info(psa_storage_uid_t uid, function psa_status_t (line 119) | psa_status_t psa_its_get(psa_storage_uid_t uid, function psa_status_t (line 175) | psa_status_t psa_its_set(psa_storage_uid_t uid, function psa_status_t (line 238) | psa_status_t psa_its_remove(psa_storage_uid_t uid) FILE: thirdparty/mbedtls/library/psa_util.c function psa_generic_status_to_mbedtls (line 125) | int psa_generic_status_to_mbedtls(psa_status_t status) function psa_status_to_mbedtls (line 143) | int psa_status_to_mbedtls(psa_status_t status, function psa_pk_status_to_mbedtls (line 157) | int psa_pk_status_to_mbedtls(psa_status_t status) function psa_ecc_family_t (line 189) | psa_ecc_family_t mbedtls_ecc_group_to_psa(mbedtls_ecp_group_id grpid, function mbedtls_ecp_group_id (line 262) | mbedtls_ecp_group_id mbedtls_ecc_group_from_psa(psa_ecc_family_t family, function mbedtls_psa_get_random (line 348) | int mbedtls_psa_get_random(void *p_rng, function convert_raw_to_der_single_int (line 390) | static int convert_raw_to_der_single_int(const unsigned char *raw_buf, s... function mbedtls_ecdsa_raw_to_der (line 433) | int mbedtls_ecdsa_raw_to_der(size_t bits, const unsigned char *raw, size... function convert_der_to_raw_single_int (line 510) | static int convert_der_to_raw_single_int(unsigned char *der, size_t der_... function mbedtls_ecdsa_der_to_raw (line 556) | int mbedtls_ecdsa_der_to_raw(size_t bits, const unsigned char *der, size... FILE: thirdparty/mbedtls/library/psa_util_internal.h type mbedtls_error_pair_t (line 42) | typedef struct { FILE: thirdparty/mbedtls/library/ripemd160.c function mbedtls_ripemd160_init (line 28) | void mbedtls_ripemd160_init(mbedtls_ripemd160_context *ctx) function mbedtls_ripemd160_free (line 33) | void mbedtls_ripemd160_free(mbedtls_ripemd160_context *ctx) function mbedtls_ripemd160_clone (line 42) | void mbedtls_ripemd160_clone(mbedtls_ripemd160_context *dst, function mbedtls_ripemd160_starts (line 51) | int mbedtls_ripemd160_starts(mbedtls_ripemd160_context *ctx) function mbedtls_internal_ripemd160_process (line 69) | int mbedtls_internal_ripemd160_process(mbedtls_ripemd160_context *ctx, function mbedtls_ripemd160_update (line 266) | int mbedtls_ripemd160_update(mbedtls_ripemd160_context *ctx, function mbedtls_ripemd160_finish (line 327) | int mbedtls_ripemd160_finish(mbedtls_ripemd160_context *ctx, function mbedtls_ripemd160 (line 373) | int mbedtls_ripemd160(const unsigned char *input, function mbedtls_ripemd160_self_test (line 446) | int mbedtls_ripemd160_self_test(int verbose) FILE: thirdparty/mbedtls/library/rsa.c function asn1_get_nonzero_mpi (line 61) | static int asn1_get_nonzero_mpi(unsigned char **p, function mbedtls_rsa_parse_key (line 79) | int mbedtls_rsa_parse_key(mbedtls_rsa_context *rsa, const unsigned char ... function mbedtls_rsa_parse_pubkey (line 227) | int mbedtls_rsa_parse_pubkey(mbedtls_rsa_context *rsa, const unsigned ch... function mbedtls_rsa_write_key (line 286) | int mbedtls_rsa_write_key(const mbedtls_rsa_context *rsa, unsigned char ... function mbedtls_rsa_write_pubkey (line 378) | int mbedtls_rsa_write_pubkey(const mbedtls_rsa_context *rsa, unsigned ch... function mbedtls_ct_rsaes_pkcs1_v15_unpadding (line 443) | static int mbedtls_ct_rsaes_pkcs1_v15_unpadding(unsigned char *input, function mbedtls_rsa_import (line 572) | int mbedtls_rsa_import(mbedtls_rsa_context *ctx, function mbedtls_rsa_import_raw (line 594) | int mbedtls_rsa_import_raw(mbedtls_rsa_context *ctx, function rsa_check_context (line 638) | static int rsa_check_context(mbedtls_rsa_context const *ctx, int is_priv, function mbedtls_rsa_complete (line 722) | int mbedtls_rsa_complete(mbedtls_rsa_context *ctx) function mbedtls_rsa_export_raw (line 820) | int mbedtls_rsa_export_raw(const mbedtls_rsa_context *ctx, function mbedtls_rsa_export (line 872) | int mbedtls_rsa_export(const mbedtls_rsa_context *ctx, function mbedtls_rsa_export_crt (line 915) | int mbedtls_rsa_export_crt(const mbedtls_rsa_context *ctx, function mbedtls_rsa_init (line 953) | void mbedtls_rsa_init(mbedtls_rsa_context *ctx) function mbedtls_rsa_set_padding (line 971) | int mbedtls_rsa_set_padding(mbedtls_rsa_context *ctx, int padding, function mbedtls_rsa_get_padding_mode (line 1007) | int mbedtls_rsa_get_padding_mode(const mbedtls_rsa_context *ctx) function mbedtls_rsa_get_md_alg (line 1015) | int mbedtls_rsa_get_md_alg(const mbedtls_rsa_context *ctx) function mbedtls_rsa_get_bitlen (line 1023) | size_t mbedtls_rsa_get_bitlen(const mbedtls_rsa_context *ctx) function mbedtls_rsa_get_len (line 1031) | size_t mbedtls_rsa_get_len(const mbedtls_rsa_context *ctx) function mbedtls_rsa_gen_key (line 1044) | int mbedtls_rsa_gen_key(mbedtls_rsa_context *ctx, function mbedtls_rsa_check_pubkey (line 1158) | int mbedtls_rsa_check_pubkey(const mbedtls_rsa_context *ctx) function mbedtls_rsa_check_privkey (line 1180) | int mbedtls_rsa_check_privkey(const mbedtls_rsa_context *ctx) function mbedtls_rsa_check_pub_priv (line 1205) | int mbedtls_rsa_check_pub_priv(const mbedtls_rsa_context *pub, function mbedtls_rsa_public (line 1224) | int mbedtls_rsa_public(mbedtls_rsa_context *ctx, function rsa_prepare_blinding (line 1277) | static int rsa_prepare_blinding(mbedtls_rsa_context *ctx, function rsa_unblind (line 1322) | static int rsa_unblind(mbedtls_mpi *T, mbedtls_mpi *Vf, const mbedtls_mp... function mbedtls_rsa_private (line 1381) | int mbedtls_rsa_private(mbedtls_rsa_context *ctx, function mgf_mask (line 1590) | static int mgf_mask(unsigned char *dst, size_t dlen, unsigned char *src, function hash_mprime (line 1666) | static int hash_mprime(const unsigned char *hash, size_t hlen, function compute_hash (line 1714) | static int compute_hash(mbedtls_md_type_t md_alg, function mbedtls_rsa_rsaes_oaep_encrypt (line 1733) | int mbedtls_rsa_rsaes_oaep_encrypt(mbedtls_rsa_context *ctx, function mbedtls_rsa_rsaes_pkcs1_v15_encrypt (line 1805) | int mbedtls_rsa_rsaes_pkcs1_v15_encrypt(mbedtls_rsa_context *ctx, function mbedtls_rsa_pkcs1_encrypt (line 1859) | int mbedtls_rsa_pkcs1_encrypt(mbedtls_rsa_context *ctx, function mbedtls_rsa_rsaes_oaep_decrypt (line 1888) | int mbedtls_rsa_rsaes_oaep_decrypt(mbedtls_rsa_context *ctx, function mbedtls_rsa_rsaes_pkcs1_v15_decrypt (line 2015) | int mbedtls_rsa_rsaes_pkcs1_v15_decrypt(mbedtls_rsa_context *ctx, function mbedtls_rsa_pkcs1_decrypt (line 2056) | int mbedtls_rsa_pkcs1_decrypt(mbedtls_rsa_context *ctx, function rsa_rsassa_pss_sign_no_mode_check (line 2084) | static int rsa_rsassa_pss_sign_no_mode_check(mbedtls_rsa_context *ctx, function rsa_rsassa_pss_sign (line 2195) | static int rsa_rsassa_pss_sign(mbedtls_rsa_context *ctx, function mbedtls_rsa_rsassa_pss_sign_no_mode_check (line 2214) | int mbedtls_rsa_rsassa_pss_sign_no_mode_check(mbedtls_rsa_context *ctx, function mbedtls_rsa_rsassa_pss_sign_ext (line 2230) | int mbedtls_rsa_rsassa_pss_sign_ext(mbedtls_rsa_context *ctx, function mbedtls_rsa_rsassa_pss_sign (line 2246) | int mbedtls_rsa_rsassa_pss_sign(mbedtls_rsa_context *ctx, function rsa_rsassa_pkcs1_v15_encode (line 2281) | static int rsa_rsassa_pkcs1_v15_encode(mbedtls_md_type_t md_alg, function mbedtls_rsa_rsassa_pkcs1_v15_sign (line 2399) | int mbedtls_rsa_rsassa_pkcs1_v15_sign(mbedtls_rsa_context *ctx, function mbedtls_rsa_pkcs1_sign (line 2468) | int mbedtls_rsa_pkcs1_sign(mbedtls_rsa_context *ctx, function mbedtls_rsa_rsassa_pss_verify_ext (line 2502) | int mbedtls_rsa_rsassa_pss_verify_ext(mbedtls_rsa_context *ctx, function mbedtls_rsa_rsassa_pss_verify (line 2619) | int mbedtls_rsa_rsassa_pss_verify(mbedtls_rsa_context *ctx, function mbedtls_rsa_rsassa_pkcs1_v15_verify (line 2647) | int mbedtls_rsa_rsassa_pkcs1_v15_verify(mbedtls_rsa_context *ctx, function mbedtls_rsa_pkcs1_verify (line 2714) | int mbedtls_rsa_pkcs1_verify(mbedtls_rsa_context *ctx, function mbedtls_rsa_copy (line 2745) | int mbedtls_rsa_copy(mbedtls_rsa_context *dst, const mbedtls_rsa_context... function mbedtls_rsa_free (line 2785) | void mbedtls_rsa_free(mbedtls_rsa_context *ctx) function myrand (line 2862) | static int myrand(void *rng_state, unsigned char *output, size_t len) function mbedtls_rsa_self_test (line 2889) | int mbedtls_rsa_self_test(int verbose) FILE: thirdparty/mbedtls/library/rsa_alt_helpers.c function mbedtls_rsa_deduce_primes (line 51) | int mbedtls_rsa_deduce_primes(mbedtls_mpi const *N, function mbedtls_rsa_deduce_private_exponent (line 183) | int mbedtls_rsa_deduce_private_exponent(mbedtls_mpi const *P, function mbedtls_rsa_deduce_crt (line 233) | int mbedtls_rsa_deduce_crt(const mbedtls_mpi *P, const mbedtls_mpi *Q, function mbedtls_rsa_validate_params (line 267) | int mbedtls_rsa_validate_params(const mbedtls_mpi *N, const mbedtls_mpi *P, function mbedtls_rsa_validate_crt (line 380) | int mbedtls_rsa_validate_crt(const mbedtls_mpi *P, const mbedtls_mpi *Q, FILE: thirdparty/mbedtls/library/sha1.c function mbedtls_sha1_init (line 27) | void mbedtls_sha1_init(mbedtls_sha1_context *ctx) function mbedtls_sha1_free (line 32) | void mbedtls_sha1_free(mbedtls_sha1_context *ctx) function mbedtls_sha1_clone (line 41) | void mbedtls_sha1_clone(mbedtls_sha1_context *dst, function mbedtls_sha1_starts (line 50) | int mbedtls_sha1_starts(mbedtls_sha1_context *ctx) function mbedtls_internal_sha1_process (line 65) | int mbedtls_internal_sha1_process(mbedtls_sha1_context *ctx, function mbedtls_sha1_update (line 238) | int mbedtls_sha1_update(mbedtls_sha1_context *ctx, function mbedtls_sha1_finish (line 291) | int mbedtls_sha1_finish(mbedtls_sha1_context *ctx, function mbedtls_sha1 (line 354) | int mbedtls_sha1(const unsigned char *input, function mbedtls_sha1_self_test (line 409) | int mbedtls_sha1_self_test(int verbose) FILE: thirdparty/mbedtls/library/sha256.c function mbedtls_a64_crypto_sha256_determine_support (line 140) | static int mbedtls_a64_crypto_sha256_determine_support(void) function mbedtls_a64_crypto_sha256_determine_support (line 145) | static int mbedtls_a64_crypto_sha256_determine_support(void) function mbedtls_a64_crypto_sha256_determine_support (line 150) | static int mbedtls_a64_crypto_sha256_determine_support(void) function mbedtls_a64_crypto_sha256_determine_support (line 161) | static int mbedtls_a64_crypto_sha256_determine_support(void) function sigill_handler (line 176) | static void sigill_handler(int signal) function mbedtls_a64_crypto_sha256_determine_support (line 182) | static int mbedtls_a64_crypto_sha256_determine_support(void) function mbedtls_sha256_init (line 225) | void mbedtls_sha256_init(mbedtls_sha256_context *ctx) function mbedtls_sha256_free (line 230) | void mbedtls_sha256_free(mbedtls_sha256_context *ctx) function mbedtls_sha256_clone (line 239) | void mbedtls_sha256_clone(mbedtls_sha256_context *dst, function mbedtls_sha256_starts (line 248) | int mbedtls_sha256_starts(mbedtls_sha256_context *ctx, int is224) function mbedtls_internal_sha256_process_many_a64_crypto (line 329) | static size_t mbedtls_internal_sha256_process_many_a64_crypto( function mbedtls_internal_sha256_process_a64_crypto (line 431) | int mbedtls_internal_sha256_process_a64_crypto(mbedtls_sha256_context *ctx, function mbedtls_internal_sha256_process_c (line 492) | int mbedtls_internal_sha256_process_c(mbedtls_sha256_context *ctx, function mbedtls_internal_sha256_process_many_c (line 582) | static size_t mbedtls_internal_sha256_process_many_c( function mbedtls_a64_crypto_sha256_has_support (line 606) | static int mbedtls_a64_crypto_sha256_has_support(void) function mbedtls_internal_sha256_process_many (line 619) | static size_t mbedtls_internal_sha256_process_many(mbedtls_sha256_contex... function mbedtls_internal_sha256_process (line 629) | int mbedtls_internal_sha256_process(mbedtls_sha256_context *ctx, function mbedtls_sha256_update (line 645) | int mbedtls_sha256_update(mbedtls_sha256_context *ctx, function mbedtls_sha256_finish (line 700) | int mbedtls_sha256_finish(mbedtls_sha256_context *ctx, function mbedtls_sha256 (line 773) | int mbedtls_sha256(const unsigned char *input, function mbedtls_sha256_common_self_test (line 878) | static int mbedtls_sha256_common_self_test(int verbose, int is224) function mbedtls_sha256_self_test (line 965) | int mbedtls_sha256_self_test(int verbose) function mbedtls_sha224_self_test (line 972) | int mbedtls_sha224_self_test(int verbose) FILE: thirdparty/mbedtls/library/sha3.c function keccak_f1600 (line 101) | static void keccak_f1600(mbedtls_sha3_context *ctx) function mbedtls_sha3_init (line 247) | void mbedtls_sha3_init(mbedtls_sha3_context *ctx) function mbedtls_sha3_free (line 252) | void mbedtls_sha3_free(mbedtls_sha3_context *ctx) function mbedtls_sha3_clone (line 261) | void mbedtls_sha3_clone(mbedtls_sha3_context *dst, function mbedtls_sha3_starts (line 270) | int mbedtls_sha3_starts(mbedtls_sha3_context *ctx, mbedtls_sha3_id id) function mbedtls_sha3_update (line 302) | int mbedtls_sha3_update(mbedtls_sha3_context *ctx, function mbedtls_sha3_finish (line 342) | int mbedtls_sha3_finish(mbedtls_sha3_context *ctx, function mbedtls_sha3 (line 379) | int mbedtls_sha3(mbedtls_sha3_id id, const uint8_t *input, function mbedtls_sha3_kat_test (line 536) | static int mbedtls_sha3_kat_test(int verbose, function mbedtls_sha3_long_kat_test (line 588) | static int mbedtls_sha3_long_kat_test(int verbose, function mbedtls_sha3_self_test (line 665) | int mbedtls_sha3_self_test(int verbose) FILE: thirdparty/mbedtls/library/sha512.c function mbedtls_a64_crypto_sha512_determine_support (line 129) | static int mbedtls_a64_crypto_sha512_determine_support(void) function mbedtls_a64_crypto_sha512_determine_support (line 137) | static int mbedtls_a64_crypto_sha512_determine_support(void) function sigill_handler (line 167) | static void sigill_handler(int signal) function mbedtls_a64_crypto_sha512_determine_support (line 173) | static int mbedtls_a64_crypto_sha512_determine_support(void) function sha512_put_uint64_be (line 213) | static void sha512_put_uint64_be(uint64_t n, unsigned char *b, uint8_t i) function mbedtls_sha512_init (line 221) | void mbedtls_sha512_init(mbedtls_sha512_context *ctx) function mbedtls_sha512_free (line 226) | void mbedtls_sha512_free(mbedtls_sha512_context *ctx) function mbedtls_sha512_clone (line 235) | void mbedtls_sha512_clone(mbedtls_sha512_context *dst, function mbedtls_sha512_starts (line 244) | int mbedtls_sha512_starts(mbedtls_sha512_context *ctx, int is384) function uint64x2_t (line 359) | static inline uint64x2_t vsha512su0q_u64(uint64x2_t x, uint64x2_t y) function uint64x2_t (line 364) | static inline uint64x2_t vsha512su1q_u64(uint64x2_t x, uint64x2_t y, uin... function uint64x2_t (line 369) | static inline uint64x2_t vsha512hq_u64(uint64x2_t x, uint64x2_t y, uint6... function uint64x2_t (line 374) | static inline uint64x2_t vsha512h2q_u64(uint64x2_t x, uint64x2_t y, uint... function mbedtls_internal_sha512_process_many_a64_crypto (line 381) | static size_t mbedtls_internal_sha512_process_many_a64_crypto( function mbedtls_internal_sha512_process_a64_crypto (line 566) | int mbedtls_internal_sha512_process_a64_crypto(mbedtls_sha512_context *ctx, function mbedtls_internal_sha512_process_c (line 601) | int mbedtls_internal_sha512_process_c(mbedtls_sha512_context *ctx, function mbedtls_internal_sha512_process_many_c (line 698) | static size_t mbedtls_internal_sha512_process_many_c( function mbedtls_a64_crypto_sha512_has_support (line 722) | static int mbedtls_a64_crypto_sha512_has_support(void) function mbedtls_internal_sha512_process_many (line 735) | static size_t mbedtls_internal_sha512_process_many(mbedtls_sha512_contex... function mbedtls_internal_sha512_process (line 745) | int mbedtls_internal_sha512_process(mbedtls_sha512_context *ctx, function mbedtls_sha512_update (line 760) | int mbedtls_sha512_update(mbedtls_sha512_context *ctx, function mbedtls_sha512_finish (line 814) | int mbedtls_sha512_finish(mbedtls_sha512_context *ctx, function mbedtls_sha512 (line 887) | int mbedtls_sha512(const unsigned char *input, function mbedtls_sha512_common_self_test (line 1010) | static int mbedtls_sha512_common_self_test(int verbose, int is384) function mbedtls_sha512_self_test (line 1095) | int mbedtls_sha512_self_test(int verbose) function mbedtls_sha384_self_test (line 1102) | int mbedtls_sha384_self_test(int verbose) FILE: thirdparty/mbedtls/library/ssl_cache.c function mbedtls_ssl_cache_init (line 24) | void mbedtls_ssl_cache_init(mbedtls_ssl_cache_context *cache) function MBEDTLS_CHECK_RETURN_CRITICAL (line 36) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_cache_get (line 74) | int mbedtls_ssl_cache_get(void *data, function ssl_cache_entry_zeroize (line 114) | static void ssl_cache_entry_zeroize(mbedtls_ssl_cache_entry *entry) function MBEDTLS_CHECK_RETURN_CRITICAL (line 129) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_cache_set (line 246) | int mbedtls_ssl_cache_set(void *data, function mbedtls_ssl_cache_remove (line 321) | int mbedtls_ssl_cache_remove(void *data, function mbedtls_ssl_cache_set_timeout (line 371) | void mbedtls_ssl_cache_set_timeout(mbedtls_ssl_cache_context *cache, int... function mbedtls_ssl_cache_set_max_entries (line 381) | void mbedtls_ssl_cache_set_max_entries(mbedtls_ssl_cache_context *cache,... function mbedtls_ssl_cache_free (line 390) | void mbedtls_ssl_cache_free(mbedtls_ssl_cache_context *cache) FILE: thirdparty/mbedtls/library/ssl_ciphersuites.c function MBEDTLS_CHECK_RETURN_CRITICAL (line 1806) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_ciphersuite_t (line 1842) | const mbedtls_ssl_ciphersuite_t *mbedtls_ssl_ciphersuite_from_string( function mbedtls_ssl_ciphersuite_t (line 1862) | const mbedtls_ssl_ciphersuite_t *mbedtls_ssl_ciphersuite_from_id(int cip... function mbedtls_ssl_get_ciphersuite_id (line 1890) | int mbedtls_ssl_get_ciphersuite_id(const char *ciphersuite_name) function mbedtls_ssl_ciphersuite_get_cipher_key_bitlen (line 1903) | size_t mbedtls_ssl_ciphersuite_get_cipher_key_bitlen(const mbedtls_ssl_c... function mbedtls_pk_type_t (line 1929) | mbedtls_pk_type_t mbedtls_ssl_get_ciphersuite_sig_pk_alg(const mbedtls_s... function psa_algorithm_t (line 1951) | psa_algorithm_t mbedtls_ssl_get_ciphersuite_sig_pk_psa_alg(const mbedtls... function psa_key_usage_t (line 1974) | psa_key_usage_t mbedtls_ssl_get_ciphersuite_sig_pk_psa_usage(const mbedt... function mbedtls_pk_type_t (line 1995) | mbedtls_pk_type_t mbedtls_ssl_get_ciphersuite_sig_alg(const mbedtls_ssl_... function mbedtls_ssl_ciphersuite_uses_ec (line 2015) | int mbedtls_ssl_ciphersuite_uses_ec(const mbedtls_ssl_ciphersuite_t *info) function mbedtls_ssl_ciphersuite_uses_psk (line 2035) | int mbedtls_ssl_ciphersuite_uses_psk(const mbedtls_ssl_ciphersuite_t *info) FILE: thirdparty/mbedtls/library/ssl_ciphersuites_internal.h function mbedtls_ssl_ciphersuite_has_pfs (line 28) | static inline int mbedtls_ssl_ciphersuite_has_pfs(const mbedtls_ssl_ciph... function mbedtls_ssl_ciphersuite_no_pfs (line 46) | static inline int mbedtls_ssl_ciphersuite_no_pfs(const mbedtls_ssl_ciphe... function mbedtls_ssl_ciphersuite_uses_ecdh (line 63) | static inline int mbedtls_ssl_ciphersuite_uses_ecdh(const mbedtls_ssl_ci... function mbedtls_ssl_ciphersuite_cert_req_allowed (line 76) | static inline int mbedtls_ssl_ciphersuite_cert_req_allowed(const mbedtls... function mbedtls_ssl_ciphersuite_uses_srv_cert (line 92) | static inline int mbedtls_ssl_ciphersuite_uses_srv_cert(const mbedtls_ss... function mbedtls_ssl_ciphersuite_uses_dhe (line 110) | static inline int mbedtls_ssl_ciphersuite_uses_dhe(const mbedtls_ssl_cip... function mbedtls_ssl_ciphersuite_uses_ecdhe (line 124) | static inline int mbedtls_ssl_ciphersuite_uses_ecdhe(const mbedtls_ssl_c... function mbedtls_ssl_ciphersuite_uses_server_signature (line 139) | static inline int mbedtls_ssl_ciphersuite_uses_server_signature( FILE: thirdparty/mbedtls/library/ssl_client.c function MBEDTLS_CHECK_RETURN_CRITICAL (line 25) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 114) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 217) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 317) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 436) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 699) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 736) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_write_client_hello (line 915) | int mbedtls_ssl_write_client_hello(mbedtls_ssl_context *ssl) FILE: thirdparty/mbedtls/library/ssl_cookie.c function local_err_translation (line 30) | static int local_err_translation(psa_status_t status) function mbedtls_ssl_cookie_init (line 61) | void mbedtls_ssl_cookie_init(mbedtls_ssl_cookie_ctx *ctx) function mbedtls_ssl_cookie_set_timeout (line 80) | void mbedtls_ssl_cookie_set_timeout(mbedtls_ssl_cookie_ctx *ctx, unsigne... function mbedtls_ssl_cookie_free (line 85) | void mbedtls_ssl_cookie_free(mbedtls_ssl_cookie_ctx *ctx) function mbedtls_ssl_cookie_setup (line 104) | int mbedtls_ssl_cookie_setup(mbedtls_ssl_cookie_ctx *ctx, function MBEDTLS_CHECK_RETURN_CRITICAL (line 162) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_cookie_write (line 189) | int mbedtls_ssl_cookie_write(void *p_ctx, function mbedtls_ssl_cookie_check (line 278) | int mbedtls_ssl_cookie_check(void *p_ctx, FILE: thirdparty/mbedtls/library/ssl_misc.h function mbedtls_ssl_get_output_buflen (line 462) | static inline size_t mbedtls_ssl_get_output_buflen(const mbedtls_ssl_con... function mbedtls_ssl_get_input_buflen (line 474) | static inline size_t mbedtls_ssl_get_input_buflen(const mbedtls_ssl_cont... function mbedtls_ssl_chk_buf_ptr (line 507) | static inline int mbedtls_ssl_chk_buf_ptr(const uint8_t *cur, type mbedtls_ssl_chk_buf_ptr_args (line 513) | typedef struct { function mbedtls_ssl_chk_buf_ptr (line 526) | static inline int mbedtls_ssl_chk_buf_ptr(const uint8_t *cur, type mbedtls_ssl_key_set (line 614) | struct mbedtls_ssl_key_set { type mbedtls_ssl_key_set (line 629) | typedef struct mbedtls_ssl_key_set mbedtls_ssl_key_set; type mbedtls_ssl_tls13_early_secrets (line 631) | typedef struct { type mbedtls_ssl_tls13_handshake_secrets (line 637) | typedef struct { type mbedtls_ssl_handshake_params (line 645) | struct mbedtls_ssl_handshake_params { type mbedtls_ssl_hs_buffer (line 1040) | typedef struct mbedtls_ssl_hs_buffer mbedtls_ssl_hs_buffer; type mbedtls_ssl_transform (line 1121) | struct mbedtls_ssl_transform { function mbedtls_ssl_transform_uses_aead (line 1184) | static inline int mbedtls_ssl_transform_uses_aead( type mbedtls_record (line 1221) | typedef struct { type mbedtls_ssl_key_cert (line 1252) | struct mbedtls_ssl_key_cert { type mbedtls_ssl_flight_item (line 1263) | struct mbedtls_ssl_flight_item { function mbedtls_ssl_handshake_set_state (line 1350) | static inline void mbedtls_ssl_handshake_set_state(mbedtls_ssl_context *... function mbedtls_ssl_handshake_increment_state (line 1359) | static inline void mbedtls_ssl_handshake_increment_state(mbedtls_ssl_con... function mbedtls_ssl_write_handshake_msg (line 1475) | static inline int mbedtls_ssl_write_handshake_msg(mbedtls_ssl_context *ssl) function mbedtls_svc_key_id_t (line 1545) | static inline mbedtls_svc_key_id_t mbedtls_ssl_get_opaque_psk( function mbedtls_ssl_get_psk (line 1565) | static inline int mbedtls_ssl_get_psk(const mbedtls_ssl_context *ssl, function mbedtls_ssl_srtp_profile (line 1657) | static inline mbedtls_ssl_srtp_profile mbedtls_ssl_check_srtp_profile_value function mbedtls_pk_context (line 1673) | static inline mbedtls_pk_context *mbedtls_ssl_own_key(mbedtls_ssl_contex... function mbedtls_x509_crt (line 1688) | static inline mbedtls_x509_crt *mbedtls_ssl_own_cert(mbedtls_ssl_context... function mbedtls_ssl_in_hdr_len (line 1759) | static inline size_t mbedtls_ssl_in_hdr_len(const mbedtls_ssl_context *ssl) function mbedtls_ssl_out_hdr_len (line 1775) | static inline size_t mbedtls_ssl_out_hdr_len(const mbedtls_ssl_context *... function mbedtls_ssl_hs_hdr_len (line 1780) | static inline size_t mbedtls_ssl_hs_hdr_len(const mbedtls_ssl_context *ssl) function mbedtls_ssl_ep_len (line 1838) | static inline size_t mbedtls_ssl_ep_len(const mbedtls_ssl_context *ssl) function mbedtls_ssl_conf_is_tls13_only (line 1909) | static inline int mbedtls_ssl_conf_is_tls13_only(const mbedtls_ssl_confi... function mbedtls_ssl_conf_is_tls12_only (line 1918) | static inline int mbedtls_ssl_conf_is_tls12_only(const mbedtls_ssl_confi... function mbedtls_ssl_conf_is_tls13_enabled (line 1926) | static inline int mbedtls_ssl_conf_is_tls13_enabled(const mbedtls_ssl_co... function mbedtls_ssl_conf_is_tls12_enabled (line 1937) | static inline int mbedtls_ssl_conf_is_tls12_enabled(const mbedtls_ssl_co... function mbedtls_ssl_conf_is_hybrid_tls12_tls13 (line 1949) | static inline int mbedtls_ssl_conf_is_hybrid_tls12_tls13(const mbedtls_s... function mbedtls_ssl_conf_tls13_is_kex_mode_enabled (line 2020) | static inline int mbedtls_ssl_conf_tls13_is_kex_mode_enabled(mbedtls_ssl... function mbedtls_ssl_conf_tls13_is_psk_enabled (line 2026) | static inline int mbedtls_ssl_conf_tls13_is_psk_enabled(mbedtls_ssl_cont... function mbedtls_ssl_conf_tls13_is_psk_ephemeral_enabled (line 2032) | static inline int mbedtls_ssl_conf_tls13_is_psk_ephemeral_enabled(mbedtl... function mbedtls_ssl_conf_tls13_is_ephemeral_enabled (line 2038) | static inline int mbedtls_ssl_conf_tls13_is_ephemeral_enabled(mbedtls_ss... function mbedtls_ssl_conf_tls13_is_some_ephemeral_enabled (line 2044) | static inline int mbedtls_ssl_conf_tls13_is_some_ephemeral_enabled(mbedt... function mbedtls_ssl_conf_tls13_is_some_psk_enabled (line 2050) | static inline int mbedtls_ssl_conf_tls13_is_some_psk_enabled(mbedtls_ssl... function mbedtls_ssl_tls13_is_kex_mode_supported (line 2068) | static inline int mbedtls_ssl_tls13_is_kex_mode_supported(mbedtls_ssl_co... function mbedtls_ssl_tls13_is_psk_supported (line 2074) | static inline int mbedtls_ssl_tls13_is_psk_supported(mbedtls_ssl_context... function mbedtls_ssl_tls13_is_psk_ephemeral_supported (line 2080) | static inline int mbedtls_ssl_tls13_is_psk_ephemeral_supported( function mbedtls_ssl_tls13_is_ephemeral_supported (line 2087) | static inline int mbedtls_ssl_tls13_is_ephemeral_supported(mbedtls_ssl_c... function mbedtls_ssl_tls13_is_some_ephemeral_supported (line 2093) | static inline int mbedtls_ssl_tls13_is_some_ephemeral_supported(mbedtls_... function mbedtls_ssl_tls13_is_some_psk_supported (line 2099) | static inline int mbedtls_ssl_tls13_is_some_psk_supported(mbedtls_ssl_co... function mbedtls_ssl_tls13_set_hs_sent_ext_mask (line 2118) | static inline void mbedtls_ssl_tls13_set_hs_sent_ext_mask( function mbedtls_ssl_tls13_key_exchange_mode_check (line 2128) | static inline int mbedtls_ssl_tls13_key_exchange_mode_check( function mbedtls_ssl_tls13_key_exchange_mode_with_psk (line 2134) | static inline int mbedtls_ssl_tls13_key_exchange_mode_with_psk( function mbedtls_ssl_tls13_key_exchange_mode_with_ephemeral (line 2141) | static inline int mbedtls_ssl_tls13_key_exchange_mode_with_ephemeral( type mbedtls_ssl_early_data_state (line 2240) | typedef enum { function mbedtls_ssl_tls12_named_group_is_ecdhe (line 2345) | static inline int mbedtls_ssl_tls12_named_group_is_ecdhe(uint16_t named_... function mbedtls_ssl_tls13_named_group_is_ecdhe (line 2366) | static inline int mbedtls_ssl_tls13_named_group_is_ecdhe(uint16_t named_... function mbedtls_ssl_tls13_named_group_is_ffdh (line 2375) | static inline int mbedtls_ssl_tls13_named_group_is_ffdh(uint16_t named_g... function mbedtls_ssl_named_group_is_offered (line 2381) | static inline int mbedtls_ssl_named_group_is_offered( function mbedtls_ssl_named_group_is_supported (line 2399) | static inline int mbedtls_ssl_named_group_is_supported(uint16_t named_gr... function mbedtls_ssl_sig_alg_is_received (line 2454) | static inline int mbedtls_ssl_sig_alg_is_received(const mbedtls_ssl_cont... function mbedtls_ssl_tls13_sig_alg_for_cert_verify_is_supported (line 2470) | static inline int mbedtls_ssl_tls13_sig_alg_for_cert_verify_is_supported( function mbedtls_ssl_tls13_sig_alg_is_supported (line 2510) | static inline int mbedtls_ssl_tls13_sig_alg_is_supported( function mbedtls_ssl_sig_alg_is_offered (line 2541) | static inline int mbedtls_ssl_sig_alg_is_offered(const mbedtls_ssl_conte... function mbedtls_ssl_get_pk_type_and_md_alg_from_sig_alg (line 2557) | static inline int mbedtls_ssl_get_pk_type_and_md_alg_from_sig_alg( function mbedtls_ssl_tls12_sig_alg_is_supported (line 2595) | static inline int mbedtls_ssl_tls12_sig_alg_is_supported( function mbedtls_ssl_sig_alg_is_supported (line 2656) | static inline int mbedtls_ssl_sig_alg_is_supported( function MBEDTLS_DEPRECATED (line 2717) | static inline MBEDTLS_DEPRECATED int psa_ssl_status_to_mbedtls(psa_statu... type mbedtls_ecjpake_rounds_t (line 2744) | typedef enum { type mbedtls_ssl_mode_t (line 2790) | typedef enum { function mbedtls_ssl_tls13_cipher_suite_is_offered (line 2818) | static inline int mbedtls_ssl_tls13_cipher_suite_is_offered( function mbedtls_ssl_tls13_session_get_ticket_flags (line 2961) | static inline unsigned int mbedtls_ssl_tls13_session_get_ticket_flags( function mbedtls_ssl_tls13_session_ticket_has_flags (line 2974) | static inline int mbedtls_ssl_tls13_session_ticket_has_flags( function mbedtls_ssl_tls13_session_ticket_allow_psk (line 2980) | static inline int mbedtls_ssl_tls13_session_ticket_allow_psk( function mbedtls_ssl_tls13_session_ticket_allow_psk_ephemeral (line 2987) | static inline int mbedtls_ssl_tls13_session_ticket_allow_psk_ephemeral( function mbedtls_ssl_tls13_session_ticket_allow_early_data (line 2994) | static inline unsigned int mbedtls_ssl_tls13_session_ticket_allow_early_... function mbedtls_ssl_tls13_session_set_ticket_flags (line 3001) | static inline void mbedtls_ssl_tls13_session_set_ticket_flags( function mbedtls_ssl_tls13_session_clear_ticket_flags (line 3007) | static inline void mbedtls_ssl_tls13_session_clear_ticket_flags( function mbedtls_ssl_conf_get_session_tickets (line 3025) | static inline int mbedtls_ssl_conf_get_session_tickets( function mbedtls_ssl_conf_is_signal_new_session_tickets_enabled (line 3035) | static inline int mbedtls_ssl_conf_is_signal_new_session_tickets_enabled( FILE: thirdparty/mbedtls/library/ssl_msg.c function local_err_translation (line 43) | static int local_err_translation(psa_status_t status) function MBEDTLS_STATIC_TESTABLE (line 64) | MBEDTLS_STATIC_TESTABLE function MBEDTLS_STATIC_TESTABLE (line 185) | MBEDTLS_STATIC_TESTABLE function mbedtls_ssl_set_timer (line 286) | void mbedtls_ssl_set_timer(mbedtls_ssl_context *ssl, uint32_t millisecs) function mbedtls_ssl_check_timer (line 299) | int mbedtls_ssl_check_timer(mbedtls_ssl_context *ssl) function mbedtls_ssl_check_record (line 319) | int mbedtls_ssl_check_record(mbedtls_ssl_context const *ssl, function ssl_get_maximum_datagram_size (line 391) | static size_t ssl_get_maximum_datagram_size(mbedtls_ssl_context const *ssl) function MBEDTLS_CHECK_RETURN_CRITICAL (line 407) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 423) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 481) | MBEDTLS_CHECK_RETURN_CRITICAL function ssl_reset_retransmit_timeout (line 516) | static void ssl_reset_retransmit_timeout(mbedtls_ssl_context *ssl) function ssl_compute_padding_length (line 530) | static size_t ssl_compute_padding_length(size_t len, function MBEDTLS_CHECK_RETURN_CRITICAL (line 564) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 594) | MBEDTLS_CHECK_RETURN_CRITICAL function ssl_extract_add_data_from_record (line 667) | static void ssl_extract_add_data_from_record(unsigned char *add_data, function MBEDTLS_CHECK_RETURN_CRITICAL (line 856) | MBEDTLS_CHECK_RETURN_CRITICAL function ssl_build_record_nonce (line 886) | static void ssl_build_record_nonce(unsigned char *dst_iv, function mbedtls_ssl_decrypt_buf (line 1480) | int mbedtls_ssl_decrypt_buf(mbedtls_ssl_context const *ssl, function mbedtls_ssl_fetch_input (line 2146) | int mbedtls_ssl_fetch_input(mbedtls_ssl_context *ssl, size_t nb_want) function mbedtls_ssl_flush_output (line 2349) | int mbedtls_ssl_flush_output(mbedtls_ssl_context *ssl) function MBEDTLS_CHECK_RETURN_CRITICAL (line 2414) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_flight_free (line 2460) | void mbedtls_ssl_flight_free(mbedtls_ssl_flight_item *flight) function MBEDTLS_CHECK_RETURN_CRITICAL (line 2478) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_resend (line 2512) | int mbedtls_ssl_resend(mbedtls_ssl_context *ssl) function mbedtls_ssl_flight_transmit (line 2532) | int mbedtls_ssl_flight_transmit(mbedtls_ssl_context *ssl) function mbedtls_ssl_recv_flight_completed (line 2688) | void mbedtls_ssl_recv_flight_completed(mbedtls_ssl_context *ssl) function mbedtls_ssl_send_flight_completed (line 2718) | void mbedtls_ssl_send_flight_completed(mbedtls_ssl_context *ssl) function mbedtls_ssl_start_handshake_msg (line 2735) | int mbedtls_ssl_start_handshake_msg(mbedtls_ssl_context *ssl, unsigned c... function mbedtls_ssl_write_handshake_msg_ext (line 2776) | int mbedtls_ssl_write_handshake_msg_ext(mbedtls_ssl_context *ssl, function mbedtls_ssl_finish_handshake_msg (line 2910) | int mbedtls_ssl_finish_handshake_msg(mbedtls_ssl_context *ssl, function mbedtls_ssl_write_record (line 2938) | int mbedtls_ssl_write_record(mbedtls_ssl_context *ssl, int force_flush) function MBEDTLS_CHECK_RETURN_CRITICAL (line 3088) | MBEDTLS_CHECK_RETURN_CRITICAL function ssl_get_hs_frag_len (line 3099) | static uint32_t ssl_get_hs_frag_len(mbedtls_ssl_context const *ssl) function ssl_get_hs_frag_off (line 3104) | static uint32_t ssl_get_hs_frag_off(mbedtls_ssl_context const *ssl) function MBEDTLS_CHECK_RETURN_CRITICAL (line 3109) | MBEDTLS_CHECK_RETURN_CRITICAL function ssl_bitmask_set (line 3136) | static void ssl_bitmask_set(unsigned char *mask, size_t offset, size_t len) function MBEDTLS_CHECK_RETURN_CRITICAL (line 3179) | MBEDTLS_CHECK_RETURN_CRITICAL function ssl_get_reassembly_buffer_size (line 3200) | static size_t ssl_get_reassembly_buffer_size(size_t msg_len, function ssl_get_hs_total_len (line 3217) | static uint32_t ssl_get_hs_total_len(mbedtls_ssl_context const *ssl) function mbedtls_ssl_prepare_handshake_record (line 3222) | int mbedtls_ssl_prepare_handshake_record(mbedtls_ssl_context *ssl) function mbedtls_ssl_update_handshake_status (line 3413) | int mbedtls_ssl_update_handshake_status(mbedtls_ssl_context *ssl) function mbedtls_ssl_dtls_replay_reset (line 3468) | void mbedtls_ssl_dtls_replay_reset(mbedtls_ssl_context *ssl) function ssl_load_six_bytes (line 3474) | static inline uint64_t ssl_load_six_bytes(unsigned char *buf) function MBEDTLS_CHECK_RETURN_CRITICAL (line 3484) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_dtls_replay_check (line 3507) | int mbedtls_ssl_dtls_replay_check(mbedtls_ssl_context const *ssl) function mbedtls_ssl_dtls_replay_update (line 3536) | void mbedtls_ssl_dtls_replay_update(mbedtls_ssl_context *ssl) function mbedtls_ssl_check_dtls_clihlo_cookie (line 3581) | int mbedtls_ssl_check_dtls_clihlo_cookie( function MBEDTLS_CHECK_RETURN_CRITICAL (line 3735) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 3787) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 3819) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 4039) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 4068) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_read_record (line 4294) | int mbedtls_ssl_read_record(mbedtls_ssl_context *ssl, function MBEDTLS_CHECK_RETURN_CRITICAL (line 4377) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 4387) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 4476) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 4518) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 4718) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 4808) | MBEDTLS_CHECK_RETURN_CRITICAL function ssl_free_buffered_record (line 4820) | static void ssl_free_buffered_record(mbedtls_ssl_context *ssl) function MBEDTLS_CHECK_RETURN_CRITICAL (line 4836) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 4896) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 4956) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_handle_message_type (line 5148) | int mbedtls_ssl_handle_message_type(mbedtls_ssl_context *ssl) function mbedtls_ssl_send_fatal_handshake_failure (line 5274) | int mbedtls_ssl_send_fatal_handshake_failure(mbedtls_ssl_context *ssl) function mbedtls_ssl_send_alert_message (line 5281) | int mbedtls_ssl_send_alert_message(mbedtls_ssl_context *ssl, function mbedtls_ssl_write_change_cipher_spec (line 5312) | int mbedtls_ssl_write_change_cipher_spec(mbedtls_ssl_context *ssl) function mbedtls_ssl_parse_change_cipher_spec (line 5334) | int mbedtls_ssl_parse_change_cipher_spec(mbedtls_ssl_context *ssl) function ssl_transform_get_explicit_iv_len (line 5399) | static size_t ssl_transform_get_explicit_iv_len( function mbedtls_ssl_update_out_pointers (line 5405) | void mbedtls_ssl_update_out_pointers(mbedtls_ssl_context *ssl, function mbedtls_ssl_update_in_pointers (line 5446) | void mbedtls_ssl_update_in_pointers(mbedtls_ssl_context *ssl) function mbedtls_ssl_reset_in_pointers (line 5491) | void mbedtls_ssl_reset_in_pointers(mbedtls_ssl_context *ssl) function mbedtls_ssl_reset_out_pointers (line 5506) | void mbedtls_ssl_reset_out_pointers(mbedtls_ssl_context *ssl) function mbedtls_ssl_get_bytes_avail (line 5525) | size_t mbedtls_ssl_get_bytes_avail(const mbedtls_ssl_context *ssl) function mbedtls_ssl_check_pending (line 5530) | int mbedtls_ssl_check_pending(const mbedtls_ssl_context *ssl) function mbedtls_ssl_get_record_expansion (line 5583) | int mbedtls_ssl_get_record_expansion(const mbedtls_ssl_context *ssl) function MBEDTLS_CHECK_RETURN_CRITICAL (line 5680) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 5712) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 5725) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 5770) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 5856) | MBEDTLS_CHECK_RETURN_CRITICAL function ssl_read_application_data (line 5892) | static int ssl_read_application_data( function mbedtls_ssl_read (line 5921) | int mbedtls_ssl_read(mbedtls_ssl_context *ssl, unsigned char *buf, size_... function mbedtls_ssl_read_early_data (line 6095) | int mbedtls_ssl_read_early_data(mbedtls_ssl_context *ssl, function MBEDTLS_CHECK_RETURN_CRITICAL (line 6127) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_write (line 6187) | int mbedtls_ssl_write(mbedtls_ssl_context *ssl, const unsigned char *buf... function mbedtls_ssl_write_early_data (line 6219) | int mbedtls_ssl_write_early_data(mbedtls_ssl_context *ssl, function mbedtls_ssl_close_notify (line 6326) | int mbedtls_ssl_close_notify(mbedtls_ssl_context *ssl) function mbedtls_ssl_transform_free (line 6350) | void mbedtls_ssl_transform_free(mbedtls_ssl_transform *transform) function mbedtls_ssl_set_inbound_transform (line 6377) | void mbedtls_ssl_set_inbound_transform(mbedtls_ssl_context *ssl, function mbedtls_ssl_set_outbound_transform (line 6384) | void mbedtls_ssl_set_outbound_transform(mbedtls_ssl_context *ssl, function mbedtls_ssl_buffering_free (line 6393) | void mbedtls_ssl_buffering_free(mbedtls_ssl_context *ssl) function ssl_buffering_free_slot (line 6409) | static void ssl_buffering_free_slot(mbedtls_ssl_context *ssl, function mbedtls_ssl_write_version (line 6437) | void mbedtls_ssl_write_version(unsigned char version[2], int transport, function mbedtls_ssl_read_version (line 6455) | uint16_t mbedtls_ssl_read_version(const unsigned char version[2], function mbedtls_ssl_handle_pending_alert (line 6476) | int mbedtls_ssl_handle_pending_alert(mbedtls_ssl_context *ssl) function mbedtls_ssl_pend_fatal_alert (line 6506) | void mbedtls_ssl_pend_fatal_alert(mbedtls_ssl_context *ssl, FILE: thirdparty/mbedtls/library/ssl_ticket.c function local_err_translation (line 24) | static int local_err_translation(psa_status_t status) function mbedtls_ssl_ticket_init (line 36) | void mbedtls_ssl_ticket_init(mbedtls_ssl_ticket_context *ctx) function MBEDTLS_CHECK_RETURN_CRITICAL (line 63) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 117) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_ticket_rotate (line 154) | int mbedtls_ssl_ticket_rotate(mbedtls_ssl_ticket_context *ctx, function mbedtls_ssl_ticket_setup (line 214) | int mbedtls_ssl_ticket_setup(mbedtls_ssl_ticket_context *ctx, function mbedtls_ssl_ticket_write (line 299) | int mbedtls_ssl_ticket_write(void *p_ticket, function mbedtls_ssl_ticket_key (line 400) | static mbedtls_ssl_ticket_key *ssl_ticket_select_key( function mbedtls_ssl_ticket_parse (line 418) | int mbedtls_ssl_ticket_parse(void *p_ticket, function mbedtls_ssl_ticket_free (line 535) | void mbedtls_ssl_ticket_free(mbedtls_ssl_ticket_context *ctx) FILE: thirdparty/mbedtls/library/ssl_tls.c function local_err_translation (line 46) | static int local_err_translation(psa_status_t status) function mbedtls_ssl_set_chk_buf_ptr_fail_args (line 58) | void mbedtls_ssl_set_chk_buf_ptr_fail_args( function mbedtls_ssl_reset_chk_buf_ptr_fail_args (line 66) | void mbedtls_ssl_reset_chk_buf_ptr_fail_args(void) function mbedtls_ssl_cmp_chk_buf_ptr_fail_args (line 71) | int mbedtls_ssl_cmp_chk_buf_ptr_fail_args(mbedtls_ssl_chk_buf_ptr_args *... function mbedtls_ssl_conf_cid (line 84) | int mbedtls_ssl_conf_cid(mbedtls_ssl_config *conf, function mbedtls_ssl_set_cid (line 102) | int mbedtls_ssl_set_cid(mbedtls_ssl_context *ssl, function mbedtls_ssl_get_own_cid (line 134) | int mbedtls_ssl_get_own_cid(mbedtls_ssl_context *ssl, function mbedtls_ssl_get_peer_cid (line 164) | int mbedtls_ssl_get_peer_cid(mbedtls_ssl_context *ssl, function ssl_mfl_code_to_length (line 210) | static unsigned int ssl_mfl_code_to_length(int mfl) function mbedtls_ssl_session_copy (line 229) | int mbedtls_ssl_session_copy(mbedtls_ssl_session *dst, function MBEDTLS_CHECK_RETURN_CRITICAL (line 321) | MBEDTLS_CHECK_RETURN_CRITICAL function handle_buffer_resizing (line 343) | static void handle_buffer_resizing(mbedtls_ssl_context *ssl, int downsiz... function mbedtls_ssl_tls_prf (line 471) | int mbedtls_ssl_tls_prf(const mbedtls_tls_prf_types prf, function ssl_clear_peer_cert (line 500) | static void ssl_clear_peer_cert(mbedtls_ssl_session *session) function mbedtls_ssl_get_extension_id (line 520) | uint32_t mbedtls_ssl_get_extension_id(unsigned int extension_type) function mbedtls_ssl_get_extension_mask (line 612) | uint32_t mbedtls_ssl_get_extension_mask(unsigned int extension_type) function mbedtls_ssl_print_extension (line 709) | void mbedtls_ssl_print_extension(const mbedtls_ssl_context *ssl, function mbedtls_ssl_print_extensions (line 742) | void mbedtls_ssl_print_extensions(const mbedtls_ssl_context *ssl, function mbedtls_ssl_print_ticket_flags (line 765) | void mbedtls_ssl_print_ticket_flags(const mbedtls_ssl_context *ssl, function mbedtls_ssl_optimize_checksum (line 787) | void mbedtls_ssl_optimize_checksum(mbedtls_ssl_context *ssl, function mbedtls_ssl_add_hs_hdr_to_checksum (line 808) | int mbedtls_ssl_add_hs_hdr_to_checksum(mbedtls_ssl_context *ssl, function mbedtls_ssl_add_hs_msg_to_checksum (line 823) | int mbedtls_ssl_add_hs_msg_to_checksum(mbedtls_ssl_context *ssl, function mbedtls_ssl_reset_checksum (line 836) | int mbedtls_ssl_reset_checksum(mbedtls_ssl_context *ssl) function ssl_update_checksum_start (line 900) | static int ssl_update_checksum_start(mbedtls_ssl_context *ssl, function ssl_update_checksum_sha256 (line 945) | static int ssl_update_checksum_sha256(mbedtls_ssl_context *ssl, function ssl_update_checksum_sha384 (line 958) | static int ssl_update_checksum_sha384(mbedtls_ssl_context *ssl, function ssl_handshake_params_init (line 970) | static void ssl_handshake_params_init(mbedtls_ssl_handshake_params *hand... function mbedtls_ssl_transform_init (line 1025) | void mbedtls_ssl_transform_init(mbedtls_ssl_transform *transform) function mbedtls_ssl_session_init (line 1048) | void mbedtls_ssl_session_init(mbedtls_ssl_session *session) function MBEDTLS_CHECK_RETURN_CRITICAL (line 1053) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 1276) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 1290) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_init (line 1308) | void mbedtls_ssl_init(mbedtls_ssl_context *ssl) function MBEDTLS_CHECK_RETURN_CRITICAL (line 1313) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 1353) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_setup (line 1376) | int mbedtls_ssl_setup(mbedtls_ssl_context *ssl, function mbedtls_ssl_session_reset_msg_layer (line 1465) | void mbedtls_ssl_session_reset_msg_layer(mbedtls_ssl_context *ssl, function mbedtls_ssl_session_reset_int (line 1554) | int mbedtls_ssl_session_reset_int(mbedtls_ssl_context *ssl, int partial) function mbedtls_ssl_session_reset (line 1609) | int mbedtls_ssl_session_reset(mbedtls_ssl_context *ssl) function mbedtls_ssl_conf_endpoint (line 1617) | void mbedtls_ssl_conf_endpoint(mbedtls_ssl_config *conf, int endpoint) function mbedtls_ssl_conf_transport (line 1622) | void mbedtls_ssl_conf_transport(mbedtls_ssl_config *conf, int transport) function mbedtls_ssl_conf_dtls_anti_replay (line 1628) | void mbedtls_ssl_conf_dtls_anti_replay(mbedtls_ssl_config *conf, char mode) function mbedtls_ssl_conf_dtls_badmac_limit (line 1634) | void mbedtls_ssl_conf_dtls_badmac_limit(mbedtls_ssl_config *conf, unsign... function mbedtls_ssl_set_datagram_packing (line 1641) | void mbedtls_ssl_set_datagram_packing(mbedtls_ssl_context *ssl, function mbedtls_ssl_conf_handshake_timeout (line 1647) | void mbedtls_ssl_conf_handshake_timeout(mbedtls_ssl_config *conf, function mbedtls_ssl_conf_authmode (line 1655) | void mbedtls_ssl_conf_authmode(mbedtls_ssl_config *conf, int authmode) function mbedtls_ssl_conf_verify (line 1661) | void mbedtls_ssl_conf_verify(mbedtls_ssl_config *conf, function mbedtls_ssl_conf_rng (line 1670) | void mbedtls_ssl_conf_rng(mbedtls_ssl_config *conf, function mbedtls_ssl_conf_dbg (line 1678) | void mbedtls_ssl_conf_dbg(mbedtls_ssl_config *conf, function mbedtls_ssl_set_bio (line 1686) | void mbedtls_ssl_set_bio(mbedtls_ssl_context *ssl, function mbedtls_ssl_set_mtu (line 1699) | void mbedtls_ssl_set_mtu(mbedtls_ssl_context *ssl, uint16_t mtu) function mbedtls_ssl_conf_read_timeout (line 1705) | void mbedtls_ssl_conf_read_timeout(mbedtls_ssl_config *conf, uint32_t ti... function mbedtls_ssl_set_timer_cb (line 1710) | void mbedtls_ssl_set_timer_cb(mbedtls_ssl_context *ssl, function mbedtls_ssl_conf_session_cache (line 1724) | void mbedtls_ssl_conf_session_cache(mbedtls_ssl_config *conf, function mbedtls_ssl_set_session (line 1736) | int mbedtls_ssl_set_session(mbedtls_ssl_context *ssl, const mbedtls_ssl_... function mbedtls_ssl_conf_ciphersuites (line 1786) | void mbedtls_ssl_conf_ciphersuites(mbedtls_ssl_config *conf, function mbedtls_ssl_conf_tls13_key_exchange_modes (line 1793) | void mbedtls_ssl_conf_tls13_key_exchange_modes(mbedtls_ssl_config *conf, function mbedtls_ssl_conf_early_data (line 1800) | void mbedtls_ssl_conf_early_data(mbedtls_ssl_config *conf, function mbedtls_ssl_conf_max_early_data_size (line 1807) | void mbedtls_ssl_conf_max_early_data_size( function mbedtls_ssl_conf_cert_profile (line 1818) | void mbedtls_ssl_conf_cert_profile(mbedtls_ssl_config *conf, function ssl_key_cert_free (line 1824) | static void ssl_key_cert_free(mbedtls_ssl_key_cert *key_cert) function MBEDTLS_CHECK_RETURN_CRITICAL (line 1836) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_conf_own_cert (line 1873) | int mbedtls_ssl_conf_own_cert(mbedtls_ssl_config *conf, function mbedtls_ssl_conf_ca_chain (line 1880) | void mbedtls_ssl_conf_ca_chain(mbedtls_ssl_config *conf, function mbedtls_ssl_conf_ca_cb (line 1896) | void mbedtls_ssl_conf_ca_cb(mbedtls_ssl_config *conf, function mbedtls_ssl_set_hs_own_cert (line 1919) | int mbedtls_ssl_set_hs_own_cert(mbedtls_ssl_context *ssl, function mbedtls_ssl_set_hs_ca_chain (line 1927) | void mbedtls_ssl_set_hs_ca_chain(mbedtls_ssl_context *ssl, function mbedtls_ssl_set_hs_dn_hints (line 1936) | void mbedtls_ssl_set_hs_dn_hints(mbedtls_ssl_context *ssl, function mbedtls_ssl_set_hs_authmode (line 1943) | void mbedtls_ssl_set_hs_authmode(mbedtls_ssl_context *ssl, function mbedtls_ssl_set_verify (line 1951) | void mbedtls_ssl_set_verify(mbedtls_ssl_context *ssl, function psa_status_t (line 1966) | static psa_status_t mbedtls_ssl_set_hs_ecjpake_password_common( function mbedtls_ssl_set_hs_ecjpake_password (line 2020) | int mbedtls_ssl_set_hs_ecjpake_password(mbedtls_ssl_context *ssl, function mbedtls_ssl_set_hs_ecjpake_password_opaque (line 2057) | int mbedtls_ssl_set_hs_ecjpake_password_opaque(mbedtls_ssl_context *ssl, function mbedtls_ssl_set_hs_ecjpake_password (line 2079) | int mbedtls_ssl_set_hs_ecjpake_password(mbedtls_ssl_context *ssl, function mbedtls_ssl_conf_has_static_psk (line 2110) | int mbedtls_ssl_conf_has_static_psk(mbedtls_ssl_config const *conf) function ssl_conf_remove_psk (line 2130) | static void ssl_conf_remove_psk(mbedtls_ssl_config *conf) function MBEDTLS_CHECK_RETURN_CRITICAL (line 2158) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_conf_psk (line 2182) | int mbedtls_ssl_conf_psk(mbedtls_ssl_config *conf, function ssl_remove_psk (line 2219) | static void ssl_remove_psk(mbedtls_ssl_context *ssl) function mbedtls_ssl_set_hs_psk (line 2241) | int mbedtls_ssl_set_hs_psk(mbedtls_ssl_context *ssl, function mbedtls_ssl_conf_psk_opaque (line 2305) | int mbedtls_ssl_conf_psk_opaque(mbedtls_ssl_config *conf, function mbedtls_ssl_set_hs_psk_opaque (line 2333) | int mbedtls_ssl_set_hs_psk_opaque(mbedtls_ssl_context *ssl, function mbedtls_ssl_conf_psk_cb (line 2348) | void mbedtls_ssl_conf_psk_cb(mbedtls_ssl_config *conf, function mbedtls_ssl_mode_t (line 2361) | static mbedtls_ssl_mode_t mbedtls_ssl_get_base_mode( function mbedtls_ssl_mode_t (line 2377) | static mbedtls_ssl_mode_t mbedtls_ssl_get_base_mode( function mbedtls_ssl_mode_t (line 2400) | static mbedtls_ssl_mode_t mbedtls_ssl_get_actual_mode( function mbedtls_ssl_ciphersuite_t (line 2437) | const mbedtls_ssl_ciphersuite_t *suite) function psa_status_t (line 2469) | psa_status_t mbedtls_ssl_cipher_to_psa(mbedtls_cipher_type_t mbedtls_cip... function mbedtls_ssl_conf_dh_param_bin (line 2668) | int mbedtls_ssl_conf_dh_param_bin(mbedtls_ssl_config *conf, function mbedtls_ssl_conf_dh_param_ctx (line 2687) | int mbedtls_ssl_conf_dh_param_ctx(mbedtls_ssl_config *conf, mbedtls_dhm_... function mbedtls_ssl_conf_dhm_min_bitlen (line 2711) | void mbedtls_ssl_conf_dhm_min_bitlen(mbedtls_ssl_config *conf, function mbedtls_ssl_conf_sig_hashes (line 2723) | void mbedtls_ssl_conf_sig_hashes(mbedtls_ssl_config *conf, function mbedtls_ssl_conf_sig_algs (line 2731) | void mbedtls_ssl_conf_sig_algs(mbedtls_ssl_config *conf, function mbedtls_ssl_conf_curves (line 2751) | void mbedtls_ssl_conf_curves(mbedtls_ssl_config *conf, function mbedtls_ssl_conf_groups (line 2763) | void mbedtls_ssl_conf_groups(mbedtls_ssl_config *conf, function mbedtls_ssl_has_set_hostname_been_called (line 2789) | static int mbedtls_ssl_has_set_hostname_been_called( function mbedtls_ssl_free_hostname (line 2809) | static void mbedtls_ssl_free_hostname(mbedtls_ssl_context *ssl) function mbedtls_ssl_set_hostname (line 2818) | int mbedtls_ssl_set_hostname(mbedtls_ssl_context *ssl, const char *hostn... function mbedtls_ssl_conf_sni (line 2863) | void mbedtls_ssl_conf_sni(mbedtls_ssl_config *conf, function mbedtls_ssl_conf_alpn_protocols (line 2874) | int mbedtls_ssl_conf_alpn_protocols(mbedtls_ssl_config *conf, const char... function mbedtls_ssl_conf_srtp_mki_value_supported (line 2908) | void mbedtls_ssl_conf_srtp_mki_value_supported(mbedtls_ssl_config *conf, function mbedtls_ssl_dtls_srtp_set_mki_value (line 2914) | int mbedtls_ssl_dtls_srtp_set_mki_value(mbedtls_ssl_context *ssl, function mbedtls_ssl_conf_dtls_srtp_protection_profiles (line 2931) | int mbedtls_ssl_conf_dtls_srtp_protection_profiles(mbedtls_ssl_config *c... function mbedtls_ssl_get_dtls_srtp_negotiation_result (line 2962) | void mbedtls_ssl_get_dtls_srtp_negotiation_result(const mbedtls_ssl_cont... function mbedtls_ssl_conf_max_version (line 2978) | void mbedtls_ssl_conf_max_version(mbedtls_ssl_config *conf, int major, i... function mbedtls_ssl_conf_min_version (line 2983) | void mbedtls_ssl_conf_min_version(mbedtls_ssl_config *conf, int major, i... function mbedtls_ssl_conf_cert_req_ca_list (line 2990) | void mbedtls_ssl_conf_cert_req_ca_list(mbedtls_ssl_config *conf, function mbedtls_ssl_conf_encrypt_then_mac (line 2998) | void mbedtls_ssl_conf_encrypt_then_mac(mbedtls_ssl_config *conf, char etm) function mbedtls_ssl_conf_extended_master_secret (line 3005) | void mbedtls_ssl_conf_extended_master_secret(mbedtls_ssl_config *conf, c... function mbedtls_ssl_conf_max_frag_len (line 3012) | int mbedtls_ssl_conf_max_frag_len(mbedtls_ssl_config *conf, unsigned cha... function mbedtls_ssl_conf_legacy_renegotiation (line 3025) | void mbedtls_ssl_conf_legacy_renegotiation(mbedtls_ssl_config *conf, int... function mbedtls_ssl_conf_renegotiation (line 3031) | void mbedtls_ssl_conf_renegotiation(mbedtls_ssl_config *conf, int renego... function mbedtls_ssl_conf_renegotiation_enforced (line 3036) | void mbedtls_ssl_conf_renegotiation_enforced(mbedtls_ssl_config *conf, i... function mbedtls_ssl_conf_renegotiation_period (line 3041) | void mbedtls_ssl_conf_renegotiation_period(mbedtls_ssl_config *conf, function mbedtls_ssl_conf_session_tickets (line 3051) | void mbedtls_ssl_conf_session_tickets(mbedtls_ssl_config *conf, int use_... function mbedtls_ssl_conf_tls13_enable_signal_new_session_tickets (line 3059) | void mbedtls_ssl_conf_tls13_enable_signal_new_session_tickets( function mbedtls_ssl_conf_new_session_tickets (line 3072) | void mbedtls_ssl_conf_new_session_tickets(mbedtls_ssl_config *conf, function mbedtls_ssl_conf_session_tickets_cb (line 3079) | void mbedtls_ssl_conf_session_tickets_cb(mbedtls_ssl_config *conf, function mbedtls_ssl_set_export_keys_cb (line 3091) | void mbedtls_ssl_set_export_keys_cb(mbedtls_ssl_context *ssl, function mbedtls_ssl_conf_async_private_cb (line 3100) | void mbedtls_ssl_conf_async_private_cb( function mbedtls_ssl_set_async_operation_data (line 3129) | void mbedtls_ssl_set_async_operation_data(mbedtls_ssl_context *ssl, function mbedtls_ssl_get_verify_result (line 3141) | uint32_t mbedtls_ssl_get_verify_result(const mbedtls_ssl_context *ssl) function mbedtls_ssl_get_ciphersuite_id_from_ssl (line 3154) | int mbedtls_ssl_get_ciphersuite_id_from_ssl(const mbedtls_ssl_context *ssl) function mbedtls_ssl_get_output_record_size_limit (line 3197) | size_t mbedtls_ssl_get_output_record_size_limit(const mbedtls_ssl_contex... function mbedtls_ssl_get_input_max_frag_len (line 3221) | size_t mbedtls_ssl_get_input_max_frag_len(const mbedtls_ssl_context *ssl) function mbedtls_ssl_get_output_max_frag_len (line 3253) | size_t mbedtls_ssl_get_output_max_frag_len(const mbedtls_ssl_context *ssl) function mbedtls_ssl_get_current_mtu (line 3279) | size_t mbedtls_ssl_get_current_mtu(const mbedtls_ssl_context *ssl) function mbedtls_ssl_get_max_out_record_payload (line 3301) | int mbedtls_ssl_get_max_out_record_payload(const mbedtls_ssl_context *ssl) function mbedtls_ssl_get_max_in_record_payload (line 3373) | int mbedtls_ssl_get_max_in_record_payload(const mbedtls_ssl_context *ssl) function mbedtls_x509_crt (line 3393) | const mbedtls_x509_crt *mbedtls_ssl_get_peer_cert(const mbedtls_ssl_cont... function mbedtls_ssl_get_session (line 3408) | int mbedtls_ssl_get_session(const mbedtls_ssl_context *ssl, function ssl_tls12_session_save (line 3452) | static size_t ssl_tls12_session_save(const mbedtls_ssl_session *session, function MBEDTLS_CHECK_RETURN_CRITICAL (line 3602) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 3818) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 3960) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 4099) | MBEDTLS_CHECK_RETURN_CRITICAL function ssl_tls13_session_load (line 4112) | static int ssl_tls13_session_load(const mbedtls_ssl_session *session, function MBEDTLS_CHECK_RETURN_CRITICAL (line 4352) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_session_save (line 4430) | int mbedtls_ssl_session_save(const mbedtls_ssl_session *session, function MBEDTLS_CHECK_RETURN_CRITICAL (line 4444) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_session_load (line 4507) | int mbedtls_ssl_session_load(mbedtls_ssl_session *session, function MBEDTLS_CHECK_RETURN_CRITICAL (line 4523) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_handshake_step (line 4559) | int mbedtls_ssl_handshake_step(mbedtls_ssl_context *ssl) function mbedtls_ssl_handshake (line 4648) | int mbedtls_ssl_handshake(mbedtls_ssl_context *ssl) function MBEDTLS_CHECK_RETURN_CRITICAL (line 4686) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_start_renegotiation (line 4717) | int mbedtls_ssl_start_renegotiation(mbedtls_ssl_context *ssl) function mbedtls_ssl_renegotiate (line 4757) | int mbedtls_ssl_renegotiate(mbedtls_ssl_context *ssl) function mbedtls_ssl_handshake_free (line 4809) | void mbedtls_ssl_handshake_free(mbedtls_ssl_context *ssl) function mbedtls_ssl_session_free (line 4980) | void mbedtls_ssl_session_free(mbedtls_ssl_session *session) function mbedtls_ssl_context_save (line 5093) | int mbedtls_ssl_context_save(mbedtls_ssl_context *ssl, function MBEDTLS_CHECK_RETURN_CRITICAL (line 5292) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_context_load (line 5557) | int mbedtls_ssl_context_load(mbedtls_ssl_context *context, function mbedtls_ssl_free (line 5574) | void mbedtls_ssl_free(mbedtls_ssl_context *ssl) function mbedtls_ssl_config_init (line 5649) | void mbedtls_ssl_config_init(mbedtls_ssl_config *conf) function MBEDTLS_CHECK_RETURN_CRITICAL (line 5860) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_config_defaults (line 5885) | int mbedtls_ssl_config_defaults(mbedtls_ssl_config *conf, function mbedtls_ssl_config_free (line 6114) | void mbedtls_ssl_config_free(mbedtls_ssl_config *conf) function mbedtls_ssl_sig_from_pk (line 6156) | unsigned char mbedtls_ssl_sig_from_pk(mbedtls_pk_context *pk) function mbedtls_ssl_sig_from_pk_alg (line 6171) | unsigned char mbedtls_ssl_sig_from_pk_alg(mbedtls_pk_type_t type) function mbedtls_pk_type_t (line 6184) | mbedtls_pk_type_t mbedtls_ssl_pk_alg_from_sig(unsigned char sig) function mbedtls_md_type_t (line 6205) | mbedtls_md_type_t mbedtls_ssl_md_alg_from_hash(unsigned char hash) function mbedtls_ssl_hash_from_md_alg (line 6240) | unsigned char mbedtls_ssl_hash_from_md_alg(int md) function mbedtls_ssl_check_curve_tls_id (line 6276) | int mbedtls_ssl_check_curve_tls_id(const mbedtls_ssl_context *ssl, uint1... function mbedtls_ssl_check_curve (line 6297) | int mbedtls_ssl_check_curve(const mbedtls_ssl_context *ssl, mbedtls_ecp_... function mbedtls_ssl_get_psa_curve_info_from_tls_id (line 6358) | int mbedtls_ssl_get_psa_curve_info_from_tls_id(uint16_t tls_id, function mbedtls_ecp_group_id (line 6377) | mbedtls_ecp_group_id mbedtls_ssl_get_ecp_group_id_from_tls_id(uint16_t t... function mbedtls_ssl_get_tls_id_from_ecp_group_id (line 6388) | uint16_t mbedtls_ssl_get_tls_id_from_ecp_group_id(mbedtls_ecp_group_id g... function mbedtls_ssl_get_handshake_transcript (line 6435) | int mbedtls_ssl_get_handshake_transcript(mbedtls_ssl_context *ssl, function MBEDTLS_CHECK_RETURN_CRITICAL (line 6484) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 6522) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_get_handshake_transcript (line 6559) | int mbedtls_ssl_get_handshake_transcript(mbedtls_ssl_context *ssl, function mbedtls_ssl_parse_sig_alg_ext (line 6633) | int mbedtls_ssl_parse_sig_alg_ext(mbedtls_ssl_context *ssl, function psa_status_t (line 6701) | static psa_status_t setup_psa_key_derivation(psa_key_derivation_operatio... function MBEDTLS_CHECK_RETURN_CRITICAL (line 6767) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 6847) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 6954) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 6966) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 6986) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 7029) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_derive_keys (line 7222) | int mbedtls_ssl_derive_keys(mbedtls_ssl_context *ssl) function mbedtls_ssl_set_calc_verify_md (line 7284) | int mbedtls_ssl_set_calc_verify_md(mbedtls_ssl_context *ssl, int md) function ssl_calc_verify_tls_psa (line 7308) | static int ssl_calc_verify_tls_psa(const mbedtls_ssl_context *ssl, function ssl_calc_verify_tls_legacy (line 7339) | static int ssl_calc_verify_tls_legacy(const mbedtls_ssl_context *ssl, function ssl_calc_verify_tls_sha256 (line 7380) | int ssl_calc_verify_tls_sha256(const mbedtls_ssl_context *ssl, function ssl_calc_verify_tls_sha384 (line 7395) | int ssl_calc_verify_tls_sha384(const mbedtls_ssl_context *ssl, function mbedtls_ssl_psk_derive_premaster (line 7411) | int mbedtls_ssl_psk_derive_premaster(mbedtls_ssl_context *ssl, mbedtls_k... function mbedtls_ssl_resend_hello_request (line 7540) | int mbedtls_ssl_resend_hello_request(mbedtls_ssl_context *ssl) function mbedtls_ssl_write_certificate (line 7569) | int mbedtls_ssl_write_certificate(mbedtls_ssl_context *ssl) function mbedtls_ssl_parse_certificate (line 7586) | int mbedtls_ssl_parse_certificate(mbedtls_ssl_context *ssl) function mbedtls_ssl_write_certificate (line 7606) | int mbedtls_ssl_write_certificate(mbedtls_ssl_context *ssl) function MBEDTLS_CHECK_RETURN_CRITICAL (line 7695) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 7713) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 7751) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 7896) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 7922) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 7953) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 7984) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_parse_certificate (line 8004) | int mbedtls_ssl_parse_certificate(mbedtls_ssl_context *ssl) function ssl_calc_finished_tls_generic (line 8157) | static int ssl_calc_finished_tls_generic(mbedtls_ssl_context *ssl, void ... function ssl_calc_finished_tls_sha256 (line 8242) | static int ssl_calc_finished_tls_sha256( function ssl_calc_finished_tls_sha384 (line 8259) | static int ssl_calc_finished_tls_sha384( function mbedtls_ssl_handshake_wrapup_free_hs_transform (line 8274) | void mbedtls_ssl_handshake_wrapup_free_hs_transform(mbedtls_ssl_context ... function mbedtls_ssl_handshake_wrapup (line 8298) | void mbedtls_ssl_handshake_wrapup(mbedtls_ssl_context *ssl) function mbedtls_ssl_write_finished (line 8359) | int mbedtls_ssl_write_finished(mbedtls_ssl_context *ssl) function mbedtls_ssl_parse_finished (line 8474) | int mbedtls_ssl_parse_finished(mbedtls_ssl_context *ssl) function tls_prf_fn (line 8563) | static tls_prf_fn ssl_tls12prf_from_cs(int ciphersuite_id) function mbedtls_tls_prf_types (line 8588) | static mbedtls_tls_prf_types tls_prf_get_type(mbedtls_ssl_tls_prf_cb *tl... function mbedtls_psa_ecjpake_read_round (line 9077) | int mbedtls_psa_ecjpake_read_round( function mbedtls_psa_ecjpake_write_round (line 9119) | int mbedtls_psa_ecjpake_write_round( function mbedtls_ssl_get_key_exchange_md_tls1_2 (line 9163) | int mbedtls_ssl_get_key_exchange_md_tls1_2(mbedtls_ssl_context *ssl, function mbedtls_ssl_get_key_exchange_md_tls1_2 (line 9219) | int mbedtls_ssl_get_key_exchange_md_tls1_2(mbedtls_ssl_context *ssl, function mbedtls_ssl_tls12_get_preferred_hash_for_sig_alg (line 9276) | unsigned int mbedtls_ssl_tls12_get_preferred_hash_for_sig_alg( function mbedtls_ssl_validate_ciphersuite (line 9335) | int mbedtls_ssl_validate_ciphersuite( function mbedtls_ssl_write_sig_alg_ext (line 9420) | int mbedtls_ssl_write_sig_alg_ext(mbedtls_ssl_context *ssl, unsigned cha... function MBEDTLS_CHECK_RETURN_CRITICAL (line 9505) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 9559) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_write_alpn_ext (line 9635) | int mbedtls_ssl_write_alpn_ext(mbedtls_ssl_context *ssl, function mbedtls_ssl_session_set_hostname (line 9684) | int mbedtls_ssl_session_set_hostname(mbedtls_ssl_session *session, function mbedtls_ssl_session_set_ticket_alpn (line 9728) | int mbedtls_ssl_session_set_ticket_alpn(mbedtls_ssl_session *session, function mbedtls_ssl_check_cert_usage (line 9763) | int mbedtls_ssl_check_cert_usage(const mbedtls_x509_crt *cert, function get_hostname_for_verification (line 9846) | static int get_hostname_for_verification(mbedtls_ssl_context *ssl, function mbedtls_ssl_verify_certificate (line 9867) | int mbedtls_ssl_verify_certificate(mbedtls_ssl_context *ssl, function mbedtls_ssl_tls12_export_keying_material (line 10058) | static int mbedtls_ssl_tls12_export_keying_material(const mbedtls_ssl_co... function mbedtls_ssl_tls13_export_keying_material (line 10112) | static int mbedtls_ssl_tls13_export_keying_material(mbedtls_ssl_context ... function mbedtls_ssl_export_keying_material (line 10141) | int mbedtls_ssl_export_keying_material(mbedtls_ssl_context *ssl, FILE: thirdparty/mbedtls/library/ssl_tls12_client.c function local_err_translation (line 27) | static int local_err_translation(psa_status_t status) function MBEDTLS_CHECK_RETURN_CRITICAL (line 50) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 94) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 127) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 215) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 258) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 292) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 324) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 356) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 402) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_tls12_write_client_hello_exts (line 513) | int mbedtls_ssl_tls12_write_client_hello_exts(mbedtls_ssl_context *ssl, function MBEDTLS_CHECK_RETURN_CRITICAL (line 616) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 657) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 683) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 736) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 761) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 786) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 814) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 861) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 912) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 977) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 1093) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 1181) | MBEDTLS_CHECK_RETURN_CRITICAL function else (line 1638) | else if (ssl->renego_status == MBEDTLS_SSL_RENEGOTIATION_IN_PROGRESS && function else (line 1644) | else if (ssl->renego_status == MBEDTLS_SSL_RENEGOTIATION_IN_PROGRESS && function MBEDTLS_CHECK_RETURN_CRITICAL (line 1668) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 1712) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 1788) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 1827) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 1866) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 1911) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 1987) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2081) | MBEDTLS_CHECK_RETURN_CRITICAL FILE: thirdparty/mbedtls/library/ssl_tls12_server.c function local_err_translation (line 29) | static int local_err_translation(psa_status_t status) function mbedtls_ssl_set_client_transport_id (line 48) | int mbedtls_ssl_set_client_transport_id(mbedtls_ssl_context *ssl, function mbedtls_ssl_conf_dtls_cookies (line 68) | void mbedtls_ssl_conf_dtls_cookies(mbedtls_ssl_config *conf, function MBEDTLS_CHECK_RETURN_CRITICAL (line 80) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 106) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 180) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 245) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 289) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 339) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 358) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 423) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 446) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 469) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 543) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 662) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 686) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 796) | MBEDTLS_CHECK_RETURN_CRITICAL function ssl_write_cid_ext (line 1668) | static void ssl_write_cid_ext(mbedtls_ssl_context *ssl, function ssl_write_encrypt_then_mac_ext (line 1712) | static void ssl_write_encrypt_then_mac_ext(mbedtls_ssl_context *ssl, function ssl_write_extended_ms_ext (line 1758) | static void ssl_write_extended_ms_ext(mbedtls_ssl_context *ssl, function ssl_write_session_ticket_ext (line 1783) | static void ssl_write_session_ticket_ext(mbedtls_ssl_context *ssl, function ssl_write_renegotiation_ext (line 1806) | static void ssl_write_renegotiation_ext(mbedtls_ssl_context *ssl, function ssl_write_max_fragment_length_ext (line 1844) | static void ssl_write_max_fragment_length_ext(mbedtls_ssl_context *ssl, function ssl_write_supported_point_formats_ext (line 1872) | static void ssl_write_supported_point_formats_ext(mbedtls_ssl_context *ssl, function ssl_write_ecjpake_kkpp_ext (line 1903) | static void ssl_write_ecjpake_kkpp_ext(mbedtls_ssl_context *ssl, function ssl_write_use_srtp_ext (line 1958) | static void ssl_write_use_srtp_ext(mbedtls_ssl_context *ssl, function MBEDTLS_CHECK_RETURN_CRITICAL (line 2021) | MBEDTLS_CHECK_RETURN_CRITICAL function ssl_handle_id_based_session_resumption (line 2088) | static void ssl_handle_id_based_session_resumption(mbedtls_ssl_context *... function MBEDTLS_CHECK_RETURN_CRITICAL (line 2139) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2375) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2393) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2568) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2715) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2746) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2773) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 3224) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 3320) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 3359) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 3400) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 3417) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 3503) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 3587) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 3641) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 4063) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 4081) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 4241) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_handshake_server_step (line 4300) | int mbedtls_ssl_handshake_server_step(mbedtls_ssl_context *ssl) function mbedtls_ssl_conf_preference_order (line 4412) | void mbedtls_ssl_conf_preference_order(mbedtls_ssl_config *conf, int order) FILE: thirdparty/mbedtls/library/ssl_tls13_client.c function local_err_translation (line 27) | static int local_err_translation(psa_status_t status) function MBEDTLS_CHECK_RETURN_CRITICAL (line 45) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 97) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 126) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 174) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 212) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 263) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 376) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 465) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 529) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 562) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 610) | MBEDTLS_CHECK_RETURN_CRITICAL function psa_algorithm_t (line 671) | static psa_algorithm_t ssl_tls13_get_ciphersuite_hash_alg(int ciphersuite) function ssl_tls13_has_configured_ticket (line 683) | static int ssl_tls13_has_configured_ticket(mbedtls_ssl_context *ssl) function ssl_tls13_early_data_has_valid_ticket (line 694) | static int ssl_tls13_early_data_has_valid_ticket(mbedtls_ssl_context *ssl) function MBEDTLS_CHECK_RETURN_CRITICAL (line 704) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 722) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 743) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 760) | MBEDTLS_CHECK_RETURN_CRITICAL function ssl_tls13_get_configured_psk_count (line 777) | static int ssl_tls13_get_configured_psk_count(mbedtls_ssl_context *ssl) function MBEDTLS_CHECK_RETURN_CRITICAL (line 793) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 823) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_tls13_write_identities_of_pre_shared_key_ext (line 895) | int mbedtls_ssl_tls13_write_identities_of_pre_shared_key_ext( function mbedtls_ssl_tls13_write_binders_of_pre_shared_key_ext (line 999) | int mbedtls_ssl_tls13_write_binders_of_pre_shared_key_ext( function MBEDTLS_CHECK_RETURN_CRITICAL (line 1074) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_tls13_write_client_hello_exts (line 1134) | int mbedtls_ssl_tls13_write_client_hello_exts(mbedtls_ssl_context *ssl, function mbedtls_ssl_tls13_finalize_client_hello (line 1237) | int mbedtls_ssl_tls13_finalize_client_hello(mbedtls_ssl_context *ssl) function MBEDTLS_CHECK_RETURN_CRITICAL (line 1333) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 1374) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 1406) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 1445) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 1544) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 1591) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 1862) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 1963) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 1996) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2068) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2189) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2301) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_get_early_data_status (line 2327) | int mbedtls_ssl_get_early_data_status(mbedtls_ssl_context *ssl) function MBEDTLS_CHECK_RETURN_CRITICAL (line 2367) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2397) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2518) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2560) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2577) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2595) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2634) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2673) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2689) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2713) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2724) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2746) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2767) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2838) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2937) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 3014) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_tls13_handshake_client_step (line 3070) | int mbedtls_ssl_tls13_handshake_client_step(mbedtls_ssl_context *ssl) FILE: thirdparty/mbedtls/library/ssl_tls13_generic.c function local_err_translation (line 32) | static int local_err_translation(psa_status_t status) function mbedtls_ssl_tls13_crypto_init (line 40) | int mbedtls_ssl_tls13_crypto_init(mbedtls_ssl_context *ssl) function mbedtls_ssl_tls13_fetch_handshake_msg (line 57) | int mbedtls_ssl_tls13_fetch_handshake_msg(mbedtls_ssl_context *ssl, function mbedtls_ssl_tls13_is_supported_versions_ext_present_in_exts (line 93) | int mbedtls_ssl_tls13_is_supported_versions_ext_present_in_exts( function ssl_tls13_create_verify_structure (line 183) | static void ssl_tls13_create_verify_structure(const unsigned char *trans... function MBEDTLS_CHECK_RETURN_CRITICAL (line 221) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_tls13_process_certificate_verify (line 346) | int mbedtls_ssl_tls13_process_certificate_verify(mbedtls_ssl_context *ssl) function mbedtls_ssl_tls13_parse_certificate (line 450) | int mbedtls_ssl_tls13_parse_certificate(mbedtls_ssl_context *ssl, function mbedtls_ssl_tls13_parse_certificate (line 621) | int mbedtls_ssl_tls13_parse_certificate(mbedtls_ssl_context *ssl, function MBEDTLS_CHECK_RETURN_CRITICAL (line 636) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 695) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_tls13_process_certificate (line 704) | int mbedtls_ssl_tls13_process_certificate(mbedtls_ssl_context *ssl) function MBEDTLS_CHECK_RETURN_CRITICAL (line 759) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_tls13_write_certificate (line 824) | int mbedtls_ssl_tls13_write_certificate(mbedtls_ssl_context *ssl) function mbedtls_ssl_tls13_check_sig_alg_cert_key_match (line 854) | int mbedtls_ssl_tls13_check_sig_alg_cert_key_match(uint16_t sig_alg, function MBEDTLS_CHECK_RETURN_CRITICAL (line 898) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_tls13_write_certificate_verify (line 1025) | int mbedtls_ssl_tls13_write_certificate_verify(mbedtls_ssl_context *ssl) function MBEDTLS_CHECK_RETURN_CRITICAL (line 1063) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 1083) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_tls13_process_finished_message (line 1125) | int mbedtls_ssl_tls13_process_finished_message(mbedtls_ssl_context *ssl) function MBEDTLS_CHECK_RETURN_CRITICAL (line 1160) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 1181) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_tls13_write_finished_message (line 1203) | int mbedtls_ssl_tls13_write_finished_message(mbedtls_ssl_context *ssl) function mbedtls_ssl_tls13_handshake_wrapup (line 1230) | void mbedtls_ssl_tls13_handshake_wrapup(mbedtls_ssl_context *ssl) function MBEDTLS_CHECK_RETURN_CRITICAL (line 1260) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_tls13_write_change_cipher_spec (line 1275) | int mbedtls_ssl_tls13_write_change_cipher_spec(mbedtls_ssl_context *ssl) function mbedtls_ssl_tls13_write_early_data_ext (line 1319) | int mbedtls_ssl_tls13_write_early_data_ext(mbedtls_ssl_context *ssl, function mbedtls_ssl_tls13_check_early_data_len (line 1358) | int mbedtls_ssl_tls13_check_early_data_len(mbedtls_ssl_context *ssl, function mbedtls_ssl_reset_transcript_for_hrr (line 1419) | int mbedtls_ssl_reset_transcript_for_hrr(mbedtls_ssl_context *ssl) function mbedtls_ssl_tls13_read_public_xxdhe_share (line 1465) | int mbedtls_ssl_tls13_read_public_xxdhe_share(mbedtls_ssl_context *ssl, function psa_status_t (line 1495) | static psa_status_t mbedtls_ssl_get_psa_ffdh_info_from_tls_id( function mbedtls_ssl_tls13_generate_and_write_xxdh_key_exchange (line 1535) | int mbedtls_ssl_tls13_generate_and_write_xxdh_key_exchange( function mbedtls_ssl_tls13_check_received_extension (line 1619) | int mbedtls_ssl_tls13_check_received_extension( function MBEDTLS_CHECK_RETURN_CRITICAL (line 1675) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 1722) | MBEDTLS_CHECK_RETURN_CRITICAL FILE: thirdparty/mbedtls/library/ssl_tls13_keys.c function local_err_translation (line 29) | static int local_err_translation(psa_status_t status) type mbedtls_ssl_tls13_labels_struct (line 40) | struct mbedtls_ssl_tls13_labels_struct function ssl_tls13_hkdf_encode_label (line 101) | static void ssl_tls13_hkdf_encode_label( function mbedtls_ssl_tls13_hkdf_expand_label (line 140) | int mbedtls_ssl_tls13_hkdf_expand_label( function MBEDTLS_CHECK_RETURN_CRITICAL (line 220) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_tls13_make_traffic_keys (line 264) | int mbedtls_ssl_tls13_make_traffic_keys( function mbedtls_ssl_tls13_derive_secret (line 295) | int mbedtls_ssl_tls13_derive_secret( function mbedtls_ssl_tls13_evolve_secret (line 334) | int mbedtls_ssl_tls13_evolve_secret( function mbedtls_ssl_tls13_derive_early_secrets (line 423) | int mbedtls_ssl_tls13_derive_early_secrets( function mbedtls_ssl_tls13_derive_handshake_secrets (line 481) | int mbedtls_ssl_tls13_derive_handshake_secrets( function mbedtls_ssl_tls13_derive_application_secrets (line 547) | int mbedtls_ssl_tls13_derive_application_secrets( function mbedtls_ssl_tls13_derive_resumption_master_secret (line 623) | int mbedtls_ssl_tls13_derive_resumption_master_secret( function MBEDTLS_CHECK_RETURN_CRITICAL (line 670) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 698) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_tls13_calculate_verify_data (line 772) | int mbedtls_ssl_tls13_calculate_verify_data(mbedtls_ssl_context *ssl, function mbedtls_ssl_tls13_create_psk_binder (line 834) | int mbedtls_ssl_tls13_create_psk_binder(mbedtls_ssl_context *ssl, function mbedtls_ssl_tls13_populate_transform (line 924) | int mbedtls_ssl_tls13_populate_transform( function MBEDTLS_CHECK_RETURN_CRITICAL (line 1092) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 1133) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_tls13_compute_early_transform (line 1232) | int mbedtls_ssl_tls13_compute_early_transform(mbedtls_ssl_context *ssl) function mbedtls_ssl_tls13_key_schedule_stage_early (line 1276) | int mbedtls_ssl_tls13_key_schedule_stage_early(mbedtls_ssl_context *ssl) function MBEDTLS_CHECK_RETURN_CRITICAL (line 1334) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 1465) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 1572) | MBEDTLS_CHECK_RETURN_CRITICAL function mbedtls_ssl_tls13_compute_handshake_transform (line 1697) | int mbedtls_ssl_tls13_compute_handshake_transform(mbedtls_ssl_context *ssl) function mbedtls_ssl_tls13_compute_resumption_master_secret (line 1747) | int mbedtls_ssl_tls13_compute_resumption_master_secret(mbedtls_ssl_conte... function mbedtls_ssl_tls13_compute_application_transform (line 1790) | int mbedtls_ssl_tls13_compute_application_transform(mbedtls_ssl_context ... function mbedtls_ssl_tls13_export_handshake_psk (line 1840) | int mbedtls_ssl_tls13_export_handshake_psk(mbedtls_ssl_context *ssl, function mbedtls_ssl_tls13_exporter (line 1886) | int mbedtls_ssl_tls13_exporter(const psa_algorithm_t hash_alg, FILE: thirdparty/mbedtls/library/ssl_tls13_keys.h type mbedtls_ssl_tls13_labels_struct (line 55) | struct mbedtls_ssl_tls13_labels_struct FILE: thirdparty/mbedtls/library/ssl_tls13_server.c function mbedtls_ssl_ciphersuite_t (line 24) | static const mbedtls_ssl_ciphersuite_t *ssl_tls13_validate_peer_ciphersu... function ssl_tls13_select_ciphersuite (line 42) | static void ssl_tls13_select_ciphersuite( function MBEDTLS_CHECK_RETURN_CRITICAL (line 108) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 182) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 329) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 404) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 463) | MBEDTLS_CHECK_RETURN_CRITICAL type psk_attributes (line 490) | struct psk_attributes { function MBEDTLS_CHECK_RETURN_CRITICAL (line 517) | MBEDTLS_CHECK_RETURN_CRITICAL function ssl_tls13_write_server_pre_shared_key_ext (line 733) | static int ssl_tls13_write_server_pre_shared_key_ext(mbedtls_ssl_context... function MBEDTLS_CHECK_RETURN_CRITICAL (line 779) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 838) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 900) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 992) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 1001) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 1014) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 1026) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 1040) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 1053) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 1067) | MBEDTLS_CHECK_RETURN_CRITICAL function psa_algorithm_t (line 1083) | static psa_algorithm_t ssl_tls13_iana_sig_alg_to_psa_alg(uint16_t sig_alg) function MBEDTLS_CHECK_RETURN_CRITICAL (line 1114) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 1248) | MBEDTLS_CHECK_RETURN_CRITICAL function ssl_tls13_check_early_data_requirements (line 1806) | static int ssl_tls13_check_early_data_requirements(mbedtls_ssl_context *... function MBEDTLS_CHECK_RETURN_CRITICAL (line 1893) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 1948) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2013) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2043) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2084) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2133) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2184) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2261) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2402) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2417) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2465) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2490) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2544) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2609) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2664) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2693) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2744) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2789) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2815) | MBEDTLS_CHECK_RETURN_CRITICAL function ssl_tls13_prepare_for_handshake_second_flight (line 2867) | static void ssl_tls13_prepare_for_handshake_second_flight( function MBEDTLS_CHECK_RETURN_CRITICAL (line 2883) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2937) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 2972) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 3026) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 3076) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 3099) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 3130) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 3154) | MBEDTLS_CHECK_RETURN_CRITICAL function MBEDTLS_CHECK_RETURN_CRITICAL (line 3284) | MBEDTLS_CHECK_RETURN_CRITICAL function ssl_tls13_write_new_session_ticket (line 3405) | static int ssl_tls13_write_new_session_ticket(mbedtls_ssl_context *ssl) function mbedtls_ssl_tls13_handshake_server_step (line 3455) | int mbedtls_ssl_tls13_handshake_server_step(mbedtls_ssl_context *ssl) FILE: thirdparty/mbedtls/library/threading.c function threading_mutex_init_pthread (line 53) | static void threading_mutex_init_pthread(mbedtls_threading_mutex_t *mutex) function threading_mutex_free_pthread (line 68) | static void threading_mutex_free_pthread(mbedtls_threading_mutex_t *mutex) function threading_mutex_lock_pthread (line 77) | static int threading_mutex_lock_pthread(mbedtls_threading_mutex_t *mutex) function threading_mutex_unlock_pthread (line 90) | static int threading_mutex_unlock_pthread(mbedtls_threading_mutex_t *mutex) function threading_mutex_fail (line 116) | static int threading_mutex_fail(mbedtls_threading_mutex_t *mutex) function threading_mutex_dummy (line 121) | static void threading_mutex_dummy(mbedtls_threading_mutex_t *mutex) function mbedtls_threading_set_alt (line 135) | void mbedtls_threading_set_alt(void (*mutex_init)(mbedtls_threading_mute... function mbedtls_threading_free_alt (line 161) | void mbedtls_threading_free_alt(void) FILE: thirdparty/mbedtls/library/timing.c type _hr_time (line 27) | struct _hr_time { type _hr_time (line 40) | struct _hr_time { function mbedtls_timing_get_timer (line 66) | unsigned long mbedtls_timing_get_timer(struct mbedtls_timing_hr_time *va... function mbedtls_timing_get_timer (line 86) | unsigned long mbedtls_timing_get_timer(struct mbedtls_timing_hr_time *va... function mbedtls_timing_set_delay (line 108) | void mbedtls_timing_set_delay(void *data, uint32_t int_ms, uint32_t fin_ms) function mbedtls_timing_get_delay (line 123) | int mbedtls_timing_get_delay(void *data) function mbedtls_timing_get_final_delay (line 148) | uint32_t mbedtls_timing_get_final_delay( FILE: thirdparty/mbedtls/library/version.c function mbedtls_version_get_number (line 15) | unsigned int mbedtls_version_get_number(void) function mbedtls_version_get_string (line 20) | void mbedtls_version_get_string(char *string) function mbedtls_version_get_string_full (line 26) | void mbedtls_version_get_string_full(char *string) FILE: thirdparty/mbedtls/library/version_features.c function mbedtls_version_check_feature (line 826) | int mbedtls_version_check_feature(const char *feature) FILE: thirdparty/mbedtls/library/x509.c function mbedtls_x509_get_serial (line 63) | int mbedtls_x509_get_serial(unsigned char **p, const unsigned char *end, function mbedtls_x509_get_alg_null (line 97) | int mbedtls_x509_get_alg_null(unsigned char **p, const unsigned char *end, function mbedtls_x509_get_alg (line 112) | int mbedtls_x509_get_alg(unsigned char **p, const unsigned char *end, function x509_get_hash_alg (line 179) | static int x509_get_hash_alg(const mbedtls_x509_buf *alg, mbedtls_md_typ... function mbedtls_x509_get_rsassa_pss_params (line 245) | int mbedtls_x509_get_rsassa_pss_params(const mbedtls_x509_buf *params, function x509_get_attr_type_value (line 406) | static int x509_get_attr_type_value(unsigned char **p, function mbedtls_x509_get_name (line 498) | int mbedtls_x509_get_name(unsigned char **p, const unsigned char *end, function x509_date_is_valid (line 566) | static int x509_date_is_valid(const mbedtls_x509_time *t) function x509_parse2_int (line 599) | static int x509_parse2_int(const unsigned char *p) function x509_parse_time (line 610) | static int x509_parse_time(const unsigned char *p, mbedtls_x509_time *tm, function mbedtls_x509_get_time (line 649) | int mbedtls_x509_get_time(unsigned char **p, const unsigned char *end, function mbedtls_x509_get_sig (line 689) | int mbedtls_x509_get_sig(unsigned char **p, const unsigned char *end, mb... function mbedtls_x509_get_sig_alg (line 718) | int mbedtls_x509_get_sig_alg(const mbedtls_x509_buf *sig_oid, const mbed... function mbedtls_x509_get_ext (line 768) | int mbedtls_x509_get_ext(unsigned char **p, const unsigned char *end, function nibble_to_hex_digit (line 803) | static char nibble_to_hex_digit(int i) function mbedtls_x509_dn_gets (line 812) | int mbedtls_x509_dn_gets(char *buf, size_t size, const mbedtls_x509_name... function mbedtls_x509_serial_gets (line 945) | int mbedtls_x509_serial_gets(char *buf, size_t size, const mbedtls_x509_... function mbedtls_x509_sig_alg_gets (line 979) | int mbedtls_x509_sig_alg_gets(char *buf, size_t size, const mbedtls_x509... function mbedtls_x509_key_size_helper (line 1024) | int mbedtls_x509_key_size_helper(char *buf, size_t buf_size, const char ... function mbedtls_x509_time_cmp (line 1036) | int mbedtls_x509_time_cmp(const mbedtls_x509_time *t1, function mbedtls_x509_time_gmtime (line 1053) | int mbedtls_x509_time_gmtime(mbedtls_time_t tt, mbedtls_x509_time *now) function x509_get_current_time (line 1070) | static int x509_get_current_time(mbedtls_x509_time *now) function mbedtls_x509_time_is_past (line 1075) | int mbedtls_x509_time_is_past(const mbedtls_x509_time *to) function mbedtls_x509_time_is_future (line 1086) | int mbedtls_x509_time_is_future(const mbedtls_x509_time *from) function mbedtls_x509_time_is_past (line 1099) | int mbedtls_x509_time_is_past(const mbedtls_x509_time *to) function mbedtls_x509_time_is_future (line 1105) | int mbedtls_x509_time_is_future(const mbedtls_x509_time *from) function x509_get_other_name (line 1126) | static int x509_get_other_name(const mbedtls_x509_buf *subject_alt_name, function mbedtls_x509_get_subject_alt_name_ext (line 1213) | int mbedtls_x509_get_subject_alt_name_ext(unsigned char **p, function mbedtls_x509_get_subject_alt_name (line 1317) | int mbedtls_x509_get_subject_alt_name(unsigned char **p, function mbedtls_x509_get_ns_cert_type (line 1338) | int mbedtls_x509_get_ns_cert_type(unsigned char **p, function mbedtls_x509_get_key_usage (line 1366) | int mbedtls_x509_get_key_usage(unsigned char **p, function mbedtls_x509_parse_subject_alt_name (line 1394) | int mbedtls_x509_parse_subject_alt_name(const mbedtls_x509_buf *san_buf, function mbedtls_x509_free_subject_alt_name (line 1503) | void mbedtls_x509_free_subject_alt_name(mbedtls_x509_subject_alternative... function mbedtls_x509_info_subject_alt_name (line 1511) | int mbedtls_x509_info_subject_alt_name(char **buf, size_t *size, function mbedtls_x509_info_cert_type (line 1721) | int mbedtls_x509_info_cert_type(char **buf, size_t *size, function mbedtls_x509_info_key_usage (line 1751) | int mbedtls_x509_info_key_usage(char **buf, size_t *size, FILE: thirdparty/mbedtls/library/x509_create.c type x509_attr_descriptor_t (line 25) | typedef struct { function x509_attr_descriptor_t (line 101) | static const x509_attr_descriptor_t *x509_attr_descr_from_name(const cha... function hex_to_int (line 119) | static int hex_to_int(char c) function hexpair_to_int (line 126) | static int hexpair_to_int(const char *hexpair) function parse_attribute_value_string (line 138) | static int parse_attribute_value_string(const char *s, function parse_attribute_value_hex_der_encoded (line 202) | static int parse_attribute_value_hex_der_encoded(const char *s, function mbedtls_x509_string_to_names (line 281) | int mbedtls_x509_string_to_names(mbedtls_asn1_named_data **head, const c... function mbedtls_x509_set_extension (line 384) | int mbedtls_x509_set_extension(mbedtls_asn1_named_data **head, const cha... function x509_write_name (line 416) | static int x509_write_name(unsigned char **p, function mbedtls_x509_write_names (line 450) | int mbedtls_x509_write_names(unsigned char **p, unsigned char *start, function mbedtls_x509_write_sig (line 469) | int mbedtls_x509_write_sig(unsigned char **p, unsigned char *start, function x509_write_extension (line 515) | static int x509_write_extension(unsigned char **p, unsigned char *start, function mbedtls_x509_write_extensions (line 552) | int mbedtls_x509_write_extensions(unsigned char **p, unsigned char *start, FILE: thirdparty/mbedtls/library/x509_crl.c function x509_crl_get_version (line 51) | static int x509_crl_get_version(unsigned char **p, function x509_get_crl_ext (line 76) | static int x509_get_crl_ext(unsigned char **p, function x509_get_crl_entry_ext (line 160) | static int x509_get_crl_entry_ext(unsigned char **p, function x509_get_entries (line 215) | static int x509_get_entries(unsigned char **p, function mbedtls_x509_crl_parse_der (line 283) | int mbedtls_x509_crl_parse_der(mbedtls_x509_crl *chain, function mbedtls_x509_crl_parse (line 505) | int mbedtls_x509_crl_parse(mbedtls_x509_crl *chain, const unsigned char ... function mbedtls_x509_crl_parse_file (line 567) | int mbedtls_x509_crl_parse_file(mbedtls_x509_crl *chain, const char *path) function mbedtls_x509_crl_info (line 594) | int mbedtls_x509_crl_info(char *buf, size_t size, const char *prefix, function mbedtls_x509_crl_init (line 669) | void mbedtls_x509_crl_init(mbedtls_x509_crl *crl) function mbedtls_x509_crl_free (line 677) | void mbedtls_x509_crl_free(mbedtls_x509_crl *crl) FILE: thirdparty/mbedtls/library/x509_crt.c type x509_crt_verify_chain_item (line 77) | typedef struct { function x509_profile_check_md_alg (line 173) | static int x509_profile_check_md_alg(const mbedtls_x509_crt_profile *pro... function x509_profile_check_pk_alg (line 191) | static int x509_profile_check_pk_alg(const mbedtls_x509_crt_profile *pro... function x509_profile_check_key (line 209) | static int x509_profile_check_key(const mbedtls_x509_crt_profile *profile, function x509_memcasecmp (line 248) | static int x509_memcasecmp(const void *s1, const void *s2, size_t len) function x509_check_wildcard (line 276) | static int x509_check_wildcard(const char *cn, const mbedtls_x509_buf *n... function x509_string_cmp (line 311) | static int x509_string_cmp(const mbedtls_x509_buf *a, const mbedtls_x509... function x509_name_cmp (line 339) | static int x509_name_cmp(const mbedtls_x509_name *a, const mbedtls_x509_... function x509_crt_verify_chain_reset (line 375) | static void x509_crt_verify_chain_reset( function x509_get_version (line 395) | static int x509_get_version(unsigned char **p, function x509_get_dates (line 432) | static int x509_get_dates(unsigned char **p, function x509_get_uid (line 466) | static int x509_get_uid(unsigned char **p, function x509_get_basic_constraints (line 494) | static int x509_get_basic_constraints(unsigned char **p, function x509_get_ext_key_usage (line 563) | static int x509_get_ext_key_usage(unsigned char **p, function x509_get_subject_key_id (line 587) | static int x509_get_subject_key_id(unsigned char **p, function x509_get_authority_key_id (line 620) | static int x509_get_authority_key_id(unsigned char **p, function x509_get_certificate_policies (line 739) | static int x509_get_certificate_policies(unsigned char **p, function x509_get_crt_ext (line 862) | static int x509_get_crt_ext(unsigned char **p, function x509_crt_parse_der_core (line 1073) | static int x509_crt_parse_der_core(mbedtls_x509_crt *crt, function mbedtls_x509_crt_parse_der_internal (line 1313) | static int mbedtls_x509_crt_parse_der_internal(mbedtls_x509_crt *chain, function mbedtls_x509_crt_parse_der_nocopy (line 1366) | int mbedtls_x509_crt_parse_der_nocopy(mbedtls_x509_crt *chain, function mbedtls_x509_crt_parse_der_with_ext_cb (line 1373) | int mbedtls_x509_crt_parse_der_with_ext_cb(mbedtls_x509_crt *chain, function mbedtls_x509_crt_parse_der (line 1383) | int mbedtls_x509_crt_parse_der(mbedtls_x509_crt *chain, function mbedtls_x509_crt_parse (line 1394) | int mbedtls_x509_crt_parse(mbedtls_x509_crt *chain, function mbedtls_x509_crt_parse_file (line 1508) | int mbedtls_x509_crt_parse_file(mbedtls_x509_crt *chain, const char *path) function mbedtls_x509_crt_parse_path (line 1525) | int mbedtls_x509_crt_parse_path(mbedtls_x509_crt *chain, const char *path) function x509_info_ext_key_usage (line 1688) | static int x509_info_ext_key_usage(char **buf, size_t *size, function x509_info_cert_policies (line 1717) | static int x509_info_cert_policies(char **buf, size_t *size, function mbedtls_x509_crt_info (line 1751) | int mbedtls_x509_crt_info(char *buf, size_t size, const char *prefix, type x509_crt_verify_string (line 1890) | struct x509_crt_verify_string { type x509_crt_verify_string (line 1896) | struct x509_crt_verify_string function mbedtls_x509_crt_verify_info (line 1902) | int mbedtls_x509_crt_verify_info(char *buf, size_t size, const char *pre... function mbedtls_x509_crt_check_key_usage (line 1930) | int mbedtls_x509_crt_check_key_usage(const mbedtls_x509_crt *crt, function mbedtls_x509_crt_check_extended_key_usage (line 1956) | int mbedtls_x509_crt_check_extended_key_usage(const mbedtls_x509_crt *crt, function mbedtls_x509_crt_is_revoked (line 1990) | int mbedtls_x509_crt_is_revoked(const mbedtls_x509_crt *crt, const mbedt... function x509_crt_verifycrl (line 2010) | static int x509_crt_verifycrl(mbedtls_x509_crt *crt, mbedtls_x509_crt *ca, function x509_crt_check_signature (line 2124) | static int x509_crt_check_signature(const mbedtls_x509_crt *child, function x509_crt_check_parent (line 2180) | static int x509_crt_check_parent(const mbedtls_x509_crt *child, function x509_crt_find_parent_in (line 2254) | static int x509_crt_find_parent_in( function x509_crt_find_parent (line 2377) | static int x509_crt_find_parent( function x509_crt_check_ee_locally_trusted (line 2443) | static int x509_crt_check_ee_locally_trusted( function x509_crt_verify_chain (line 2506) | static int x509_crt_verify_chain( function x509_inet_pton_ipv6 (line 2730) | static int x509_inet_pton_ipv6(const char *src, void *dst) function x509_inet_pton_ipv4 (line 2827) | static int x509_inet_pton_ipv4(const char *src, void *dst) function x509_inet_pton_ipv6 (line 2865) | static int x509_inet_pton_ipv6(const char *src, void *dst) function x509_inet_pton_ipv4 (line 2870) | static int x509_inet_pton_ipv4(const char *src, void *dst) function mbedtls_x509_crt_parse_cn_inet_pton (line 2877) | size_t mbedtls_x509_crt_parse_cn_inet_pton(const char *cn, void *dst) function x509_crt_check_cn (line 2887) | static int x509_crt_check_cn(const mbedtls_x509_buf *name, function x509_crt_check_san_ip (line 2904) | static int x509_crt_check_san_ip(const mbedtls_x509_sequence *san, function x509_crt_check_san_uri (line 2925) | static int x509_crt_check_san_uri(const mbedtls_x509_sequence *san, function x509_crt_check_san (line 2943) | static int x509_crt_check_san(const mbedtls_x509_sequence *san, function x509_crt_verify_name (line 2984) | static void x509_crt_verify_name(const mbedtls_x509_crt *crt, function x509_crt_merge_flags_with_cb (line 3011) | static int x509_crt_merge_flags_with_cb( function x509_crt_verify_restartable_ca_cb (line 3055) | static int x509_crt_verify_restartable_ca_cb(mbedtls_x509_crt *crt, function mbedtls_x509_crt_verify (line 3151) | int mbedtls_x509_crt_verify(mbedtls_x509_crt *crt, function mbedtls_x509_crt_verify_with_profile (line 3168) | int mbedtls_x509_crt_verify_with_profile(mbedtls_x509_crt *crt, function mbedtls_x509_crt_verify_with_ca_cb (line 3187) | int mbedtls_x509_crt_verify_with_ca_cb(mbedtls_x509_crt *crt, function mbedtls_x509_crt_verify_restartable (line 3202) | int mbedtls_x509_crt_verify_restartable(mbedtls_x509_crt *crt, function mbedtls_x509_crt_init (line 3221) | void mbedtls_x509_crt_init(mbedtls_x509_crt *crt) function mbedtls_x509_crt_free (line 3229) | void mbedtls_x509_crt_free(mbedtls_x509_crt *crt) function mbedtls_x509_crt_restart_init (line 3266) | void mbedtls_x509_crt_restart_init(mbedtls_x509_crt_restart_ctx *ctx) function mbedtls_x509_crt_restart_free (line 3284) | void mbedtls_x509_crt_restart_free(mbedtls_x509_crt_restart_ctx *ctx) function mbedtls_x509_crt_get_ca_istrue (line 3295) | int mbedtls_x509_crt_get_ca_istrue(const mbedtls_x509_crt *crt) FILE: thirdparty/mbedtls/library/x509_csr.c function x509_csr_get_version (line 43) | static int x509_csr_get_version(unsigned char **p, function x509_csr_parse_extensions (line 64) | static int x509_csr_parse_extensions(mbedtls_x509_csr *csr, function x509_csr_parse_attributes (line 199) | static int x509_csr_parse_attributes(mbedtls_x509_csr *csr, function mbedtls_x509_csr_parse_der_internal (line 265) | static int mbedtls_x509_csr_parse_der_internal(mbedtls_x509_csr *csr, function mbedtls_x509_csr_parse_der (line 434) | int mbedtls_x509_csr_parse_der(mbedtls_x509_csr *csr, function mbedtls_x509_csr_parse_der_with_ext_cb (line 443) | int mbedtls_x509_csr_parse_der_with_ext_cb(mbedtls_x509_csr *csr, function mbedtls_x509_csr_parse (line 454) | int mbedtls_x509_csr_parse(mbedtls_x509_csr *csr, const unsigned char *b... function mbedtls_x509_csr_parse_file (line 504) | int mbedtls_x509_csr_parse_file(mbedtls_x509_csr *csr, const char *path) function mbedtls_x509_csr_info (line 528) | int mbedtls_x509_csr_info(char *buf, size_t size, const char *prefix, function mbedtls_x509_csr_init (line 609) | void mbedtls_x509_csr_init(mbedtls_x509_csr *csr) function mbedtls_x509_csr_free (line 617) | void mbedtls_x509_csr_free(mbedtls_x509_csr *csr) FILE: thirdparty/mbedtls/library/x509write.c function mbedtls_x509_write_set_san_common (line 41) | int mbedtls_x509_write_set_san_common(mbedtls_asn1_named_data **extensions, FILE: thirdparty/mbedtls/library/x509write_crt.c function mbedtls_x509write_crt_init (line 40) | void mbedtls_x509write_crt_init(mbedtls_x509write_cert *ctx) function mbedtls_x509write_crt_free (line 47) | void mbedtls_x509write_crt_free(mbedtls_x509write_cert *ctx) function mbedtls_x509write_crt_set_version (line 60) | void mbedtls_x509write_crt_set_version(mbedtls_x509write_cert *ctx, function mbedtls_x509write_crt_set_md_alg (line 66) | void mbedtls_x509write_crt_set_md_alg(mbedtls_x509write_cert *ctx, function mbedtls_x509write_crt_set_subject_key (line 72) | void mbedtls_x509write_crt_set_subject_key(mbedtls_x509write_cert *ctx, function mbedtls_x509write_crt_set_issuer_key (line 78) | void mbedtls_x509write_crt_set_issuer_key(mbedtls_x509write_cert *ctx, function mbedtls_x509write_crt_set_subject_name (line 84) | int mbedtls_x509write_crt_set_subject_name(mbedtls_x509write_cert *ctx, function mbedtls_x509write_crt_set_issuer_name (line 91) | int mbedtls_x509write_crt_set_issuer_name(mbedtls_x509write_cert *ctx, function mbedtls_x509write_crt_set_serial (line 99) | int mbedtls_x509write_crt_set_serial(mbedtls_x509write_cert *ctx, function mbedtls_x509write_crt_set_serial_raw (line 122) | int mbedtls_x509write_crt_set_serial_raw(mbedtls_x509write_cert *ctx, function mbedtls_x509write_crt_set_validity (line 135) | int mbedtls_x509write_crt_set_validity(mbedtls_x509write_cert *ctx, function mbedtls_x509write_crt_set_subject_alternative_name (line 151) | int mbedtls_x509write_crt_set_subject_alternative_name(mbedtls_x509write... function mbedtls_x509write_crt_set_extension (line 158) | int mbedtls_x509write_crt_set_extension(mbedtls_x509write_cert *ctx, function mbedtls_x509write_crt_set_basic_constraints (line 167) | int mbedtls_x509write_crt_set_basic_constraints(mbedtls_x509write_cert *... function mbedtls_x509write_crt_set_key_identifier (line 201) | static int mbedtls_x509write_crt_set_key_identifier(mbedtls_x509write_ce... function mbedtls_x509write_crt_set_subject_key_identifier (line 272) | int mbedtls_x509write_crt_set_subject_key_identifier(mbedtls_x509write_c... function mbedtls_x509write_crt_set_authority_key_identifier (line 279) | int mbedtls_x509write_crt_set_authority_key_identifier(mbedtls_x509write... function mbedtls_x509write_crt_set_key_usage (line 287) | int mbedtls_x509write_crt_set_key_usage(mbedtls_x509write_cert *ctx, function mbedtls_x509write_crt_set_ext_key_usage (line 328) | int mbedtls_x509write_crt_set_ext_key_usage(mbedtls_x509write_cert *ctx, function mbedtls_x509write_crt_set_ns_cert_type (line 369) | int mbedtls_x509write_crt_set_ns_cert_type(mbedtls_x509write_cert *ctx, function x509_write_time (line 393) | static int x509_write_time(unsigned char **p, unsigned char *start, function mbedtls_x509write_crt_der (line 421) | int mbedtls_x509write_crt_der(mbedtls_x509write_cert *ctx, function mbedtls_x509write_crt_pem (line 665) | int mbedtls_x509write_crt_pem(mbedtls_x509write_cert *crt, FILE: thirdparty/mbedtls/library/x509write_csr.c function mbedtls_x509write_csr_init (line 39) | void mbedtls_x509write_csr_init(mbedtls_x509write_csr *ctx) function mbedtls_x509write_csr_free (line 44) | void mbedtls_x509write_csr_free(mbedtls_x509write_csr *ctx) function mbedtls_x509write_csr_set_md_alg (line 56) | void mbedtls_x509write_csr_set_md_alg(mbedtls_x509write_csr *ctx, mbedtl... function mbedtls_x509write_csr_set_key (line 61) | void mbedtls_x509write_csr_set_key(mbedtls_x509write_csr *ctx, mbedtls_p... function mbedtls_x509write_csr_set_subject_name (line 66) | int mbedtls_x509write_csr_set_subject_name(mbedtls_x509write_csr *ctx, function mbedtls_x509write_csr_set_extension (line 73) | int mbedtls_x509write_csr_set_extension(mbedtls_x509write_csr *ctx, function mbedtls_x509write_csr_set_subject_alternative_name (line 82) | int mbedtls_x509write_csr_set_subject_alternative_name(mbedtls_x509write... function mbedtls_x509write_csr_set_key_usage (line 88) | int mbedtls_x509write_csr_set_key_usage(mbedtls_x509write_csr *ctx, unsi... function mbedtls_x509write_csr_set_ns_cert_type (line 111) | int mbedtls_x509write_csr_set_ns_cert_type(mbedtls_x509write_csr *ctx, function x509write_csr_der_internal (line 135) | static int x509write_csr_der_internal(mbedtls_x509write_csr *ctx, function mbedtls_x509write_csr_der (line 289) | int mbedtls_x509write_csr_der(mbedtls_x509write_csr *ctx, unsigned char ... function mbedtls_x509write_csr_pem (line 314) | int mbedtls_x509write_csr_pem(mbedtls_x509write_csr *ctx, unsigned char ... FILE: thirdparty/photon/photonwrapper.h type sockaddr (line 59) | struct sockaddr type sockaddr (line 60) | struct sockaddr FILE: thirdparty/picoev/src/picoev.h type picoev_loop_id_t (line 74) | typedef unsigned short picoev_loop_id_t; type picoev_loop (line 76) | typedef struct picoev_loop_st picoev_loop; type picoev_fd (line 81) | typedef struct picoev_fd_st { type picoev_loop_st (line 92) | struct picoev_loop_st { type picoev_globals (line 106) | typedef struct picoev_globals_st { function PICOEV_INLINE (line 132) | PICOEV_INLINE function PICOEV_INLINE (line 148) | PICOEV_INLINE function PICOEV_INLINE (line 168) | PICOEV_INLINE function PICOEV_INLINE (line 180) | PICOEV_INLINE function PICOEV_INLINE (line 216) | PICOEV_INLINE function PICOEV_INLINE (line 237) | PICOEV_INLINE function PICOEV_INLINE (line 251) | PICOEV_INLINE function PICOEV_INLINE (line 260) | PICOEV_INLINE function PICOEV_INLINE (line 267) | PICOEV_INLINE function PICOEV_INLINE (line 278) | PICOEV_INLINE function PICOEV_INLINE (line 289) | PICOEV_INLINE function PICOEV_INLINE (line 301) | PICOEV_INLINE function PICOEV_INLINE (line 315) | PICOEV_INLINE function PICOEV_INLINE (line 339) | PICOEV_INLINE function PICOEV_INLINE (line 345) | PICOEV_INLINE function PICOEV_INLINE (line 382) | PICOEV_INLINE FILE: thirdparty/picoev/src/picoev_epoll.c type picoev_loop_epoll (line 45) | typedef struct picoev_loop_epoll_st { function picoev_loop (line 53) | picoev_loop* picoev_create_loop(int max_timeout) function picoev_destroy_loop (line 78) | int picoev_destroy_loop(picoev_loop* _loop) function picoev_update_events_internal (line 90) | int picoev_update_events_internal(picoev_loop* _loop, int fd, int events) function picoev_poll_once_internal (line 144) | int picoev_poll_once_internal(picoev_loop* _loop, int max_wait) FILE: thirdparty/picoev/src/picoev_kqueue.c type picoev_loop_kqueue (line 44) | typedef struct picoev_loop_kqueue_st { function apply_pending_changes (line 54) | static int apply_pending_changes(picoev_loop_kqueue* loop, int apply_all) function picoev_loop (line 96) | picoev_loop* picoev_create_loop(int max_timeout) function picoev_destroy_loop (line 123) | int picoev_destroy_loop(picoev_loop* _loop) function picoev_update_events_internal (line 135) | int picoev_update_events_internal(picoev_loop* _loop, int fd, int events) function picoev_poll_once_internal (line 167) | int picoev_poll_once_internal(picoev_loop* _loop, int max_wait) FILE: thirdparty/picoev/src/picoev_select.c type picoev_w32_globals (line 44) | typedef struct picoev_w32_globals_st { function picoev_w32_sock2fd (line 51) | int picoev_w32_sock2fd(int sock) { function picoev_w32_fd2sock (line 60) | int picoev_w32_fd2sock(int fd) { function picoev_w32_init (line 67) | int picoev_w32_init(int max_fd) { function picoev_w32_deinit (line 77) | int picoev_w32_deinit(void) { function picoev_loop (line 91) | picoev_loop* picoev_create_loop(int max_timeout) function picoev_destroy_loop (line 108) | int picoev_destroy_loop(picoev_loop* loop) function picoev_update_events_internal (line 115) | int picoev_update_events_internal(picoev_loop* loop, int fd, int events) function picoev_poll_once_internal (line 121) | int picoev_poll_once_internal(picoev_loop* loop, int max_wait) FILE: thirdparty/picohttpparser/picohttpparser.c type tm (line 12) | struct tm FILE: thirdparty/picohttpparser/picohttpparser.h type phr_header_t (line 2) | typedef struct phr_header phr_header_t; function phr_parse_request_path (line 20) | static inline int phr_parse_request_path(const char *buf_start, size_t l... function phr_parse_request_path_pipeline (line 32) | static inline int phr_parse_request_path_pipeline(const char *buf_start,... function u64toa (line 69) | static inline int u64toa(char* buf, uint64_t value) { FILE: thirdparty/picohttpparser/src/picohttpparser.c type phr_header (line 298) | struct phr_header type phr_header (line 356) | struct phr_header function phr_parse_request (line 401) | int phr_parse_request(const char *buf_start, size_t len, const char **me... type phr_header (line 430) | struct phr_header function phr_parse_response (line 474) | int phr_parse_response(const char *buf_start, size_t len, int *minor_ver... function phr_parse_headers (line 500) | int phr_parse_headers(const char *buf_start, size_t len, struct phr_head... function decode_hex (line 530) | static int decode_hex(int ch) function phr_decode_chunked (line 543) | ssize_t phr_decode_chunked(struct phr_chunked_decoder *decoder, char *bu... function phr_decode_chunked_is_in_data (line 678) | int phr_decode_chunked_is_in_data(struct phr_chunked_decoder *decoder) FILE: thirdparty/picohttpparser/src/picohttpparser.h type phr_header (line 43) | struct phr_header { type phr_header (line 53) | struct phr_header type phr_header (line 57) | struct phr_header type phr_header (line 60) | struct phr_header type phr_chunked_decoder (line 63) | struct phr_chunked_decoder { type phr_chunked_decoder (line 81) | struct phr_chunked_decoder type phr_chunked_decoder (line 84) | struct phr_chunked_decoder FILE: thirdparty/sokol/cursor-shape-v1-client-protocol.h type wl_pointer (line 43) | struct wl_pointer type wp_cursor_shape_device_v1 (line 44) | struct wp_cursor_shape_device_v1 type wp_cursor_shape_manager_v1 (line 45) | struct wp_cursor_shape_manager_v1 type zwp_tablet_tool_v2 (line 46) | struct zwp_tablet_tool_v2 type wl_interface (line 77) | struct wl_interface type wl_interface (line 94) | struct wl_interface function wp_cursor_shape_manager_v1_set_user_data (line 116) | static inline void type wp_cursor_shape_manager_v1 (line 124) | struct wp_cursor_shape_manager_v1 type wl_proxy (line 126) | struct wl_proxy function wp_cursor_shape_manager_v1_get_version (line 129) | static inline uint32_t function wp_cursor_shape_manager_v1_destroy (line 140) | static inline void type wp_cursor_shape_device_v1 (line 155) | struct wp_cursor_shape_device_v1 type wp_cursor_shape_manager_v1 (line 156) | struct wp_cursor_shape_manager_v1 type wl_pointer (line 156) | struct wl_pointer type wl_proxy (line 158) | struct wl_proxy type wl_proxy (line 160) | struct wl_proxy type wl_proxy (line 161) | struct wl_proxy type wp_cursor_shape_device_v1 (line 163) | struct wp_cursor_shape_device_v1 type wp_cursor_shape_device_v1 (line 174) | struct wp_cursor_shape_device_v1 type wp_cursor_shape_manager_v1 (line 175) | struct wp_cursor_shape_manager_v1 type zwp_tablet_tool_v2 (line 175) | struct zwp_tablet_tool_v2 type wl_proxy (line 177) | struct wl_proxy type wl_proxy (line 179) | struct wl_proxy type wl_proxy (line 180) | struct wl_proxy type wp_cursor_shape_device_v1 (line 182) | struct wp_cursor_shape_device_v1 type wp_cursor_shape_device_v1_shape (line 204) | enum wp_cursor_shape_device_v1_shape { type wp_cursor_shape_device_v1_error (line 364) | enum wp_cursor_shape_device_v1_error { function wp_cursor_shape_device_v1_set_user_data (line 386) | static inline void type wp_cursor_shape_device_v1 (line 394) | struct wp_cursor_shape_device_v1 type wl_proxy (line 396) | struct wl_proxy function wp_cursor_shape_device_v1_get_version (line 399) | static inline uint32_t function wp_cursor_shape_device_v1_destroy (line 412) | static inline void function wp_cursor_shape_device_v1_set_shape (line 441) | static inline void FILE: thirdparty/sokol/cursor-shape-v1-protocol.c type wl_interface (line 40) | struct wl_interface type wl_interface (line 41) | struct wl_interface type wl_interface (line 42) | struct wl_interface type wl_interface (line 44) | struct wl_interface type wl_message (line 53) | struct wl_message type wl_message (line 65) | struct wl_message FILE: thirdparty/sokol/fractional-scale-v1-client-protocol.h type wl_surface (line 67) | struct wl_surface type wp_fractional_scale_manager_v1 (line 68) | struct wp_fractional_scale_manager_v1 type wp_fractional_scale_v1 (line 69) | struct wp_fractional_scale_v1 type wl_interface (line 86) | struct wl_interface type wl_interface (line 105) | struct wl_interface type wp_fractional_scale_manager_v1_error (line 110) | enum wp_fractional_scale_manager_v1_error { function wp_fractional_scale_manager_v1_set_user_data (line 132) | static inline void type wp_fractional_scale_manager_v1 (line 140) | struct wp_fractional_scale_manager_v1 type wl_proxy (line 142) | struct wl_proxy function wp_fractional_scale_manager_v1_get_version (line 145) | static inline uint32_t function wp_fractional_scale_manager_v1_destroy (line 158) | static inline void type wp_fractional_scale_v1 (line 173) | struct wp_fractional_scale_v1 type wp_fractional_scale_manager_v1 (line 174) | struct wp_fractional_scale_manager_v1 type wl_surface (line 174) | struct wl_surface type wl_proxy (line 176) | struct wl_proxy type wl_proxy (line 178) | struct wl_proxy type wl_proxy (line 179) | struct wl_proxy type wp_fractional_scale_v1 (line 181) | struct wp_fractional_scale_v1 type wp_fractional_scale_v1_listener (line 188) | struct wp_fractional_scale_v1_listener { function wp_fractional_scale_v1_add_listener (line 207) | static inline int function wp_fractional_scale_v1_set_user_data (line 228) | static inline void type wp_fractional_scale_v1 (line 236) | struct wp_fractional_scale_v1 type wl_proxy (line 238) | struct wl_proxy function wp_fractional_scale_v1_get_version (line 241) | static inline uint32_t function wp_fractional_scale_v1_destroy (line 253) | static inline void FILE: thirdparty/sokol/fractional-scale-v1-protocol.c type wl_interface (line 41) | struct wl_interface type wl_interface (line 42) | struct wl_interface type wl_interface (line 44) | struct wl_interface type wl_message (line 50) | struct wl_message type wl_message (line 61) | struct wl_message type wl_message (line 65) | struct wl_message FILE: thirdparty/sokol/pointer-constraints-unstable-v1-client-protocol.h type wl_pointer (line 69) | struct wl_pointer type wl_region (line 70) | struct wl_region type wl_surface (line 71) | struct wl_surface type zwp_confined_pointer_v1 (line 72) | struct zwp_confined_pointer_v1 type zwp_locked_pointer_v1 (line 73) | struct zwp_locked_pointer_v1 type zwp_pointer_constraints_v1 (line 74) | struct zwp_pointer_constraints_v1 type wl_interface (line 115) | struct wl_interface type wl_interface (line 176) | struct wl_interface type wl_interface (line 223) | struct wl_interface type zwp_pointer_constraints_v1_error (line 235) | enum zwp_pointer_constraints_v1_error { type zwp_pointer_constraints_v1_lifetime (line 253) | enum zwp_pointer_constraints_v1_lifetime { function zwp_pointer_constraints_v1_set_user_data (line 294) | static inline void type zwp_pointer_constraints_v1 (line 302) | struct zwp_pointer_constraints_v1 type wl_proxy (line 304) | struct wl_proxy function zwp_pointer_constraints_v1_get_version (line 307) | static inline uint32_t function zwp_pointer_constraints_v1_destroy (line 319) | static inline void type zwp_locked_pointer_v1 (line 364) | struct zwp_locked_pointer_v1 type zwp_pointer_constraints_v1 (line 365) | struct zwp_pointer_constraints_v1 type wl_surface (line 365) | struct wl_surface type wl_pointer (line 365) | struct wl_pointer type wl_region (line 365) | struct wl_region type wl_proxy (line 367) | struct wl_proxy type wl_proxy (line 369) | struct wl_proxy type wl_proxy (line 370) | struct wl_proxy type zwp_locked_pointer_v1 (line 372) | struct zwp_locked_pointer_v1 type zwp_confined_pointer_v1 (line 396) | struct zwp_confined_pointer_v1 type zwp_pointer_constraints_v1 (line 397) | struct zwp_pointer_constraints_v1 type wl_surface (line 397) | struct wl_surface type wl_pointer (line 397) | struct wl_pointer type wl_region (line 397) | struct wl_region type wl_proxy (line 399) | struct wl_proxy type wl_proxy (line 401) | struct wl_proxy type wl_proxy (line 402) | struct wl_proxy type zwp_confined_pointer_v1 (line 404) | struct zwp_confined_pointer_v1 type zwp_locked_pointer_v1_listener (line 411) | struct zwp_locked_pointer_v1_listener { function zwp_locked_pointer_v1_add_listener (line 437) | static inline int function zwp_locked_pointer_v1_set_user_data (line 472) | static inline void type zwp_locked_pointer_v1 (line 480) | struct zwp_locked_pointer_v1 type wl_proxy (line 482) | struct wl_proxy function zwp_locked_pointer_v1_get_version (line 485) | static inline uint32_t function zwp_locked_pointer_v1_destroy (line 497) | static inline void function zwp_locked_pointer_v1_set_cursor_position_hint (line 518) | static inline void function zwp_locked_pointer_v1_set_region (line 534) | static inline void type zwp_confined_pointer_v1_listener (line 545) | struct zwp_confined_pointer_v1_listener { function zwp_confined_pointer_v1_add_listener (line 571) | static inline int function zwp_confined_pointer_v1_set_user_data (line 601) | static inline void type zwp_confined_pointer_v1 (line 609) | struct zwp_confined_pointer_v1 type wl_proxy (line 611) | struct wl_proxy function zwp_confined_pointer_v1_get_version (line 614) | static inline uint32_t function zwp_confined_pointer_v1_destroy (line 626) | static inline void function zwp_confined_pointer_v1_set_region (line 651) | static inline void FILE: thirdparty/sokol/pointer-constraints-unstable-v1-protocol.c type wl_interface (line 42) | struct wl_interface type wl_interface (line 43) | struct wl_interface type wl_interface (line 44) | struct wl_interface type wl_interface (line 45) | struct wl_interface type wl_interface (line 46) | struct wl_interface type wl_interface (line 48) | struct wl_interface type wl_message (line 65) | struct wl_message type wl_message (line 77) | struct wl_message type wl_message (line 83) | struct wl_message type wl_message (line 94) | struct wl_message type wl_message (line 99) | struct wl_message FILE: thirdparty/sokol/relative-pointer-unstable-v1-client-protocol.h type wl_pointer (line 72) | struct wl_pointer type zwp_relative_pointer_manager_v1 (line 73) | struct zwp_relative_pointer_manager_v1 type zwp_relative_pointer_v1 (line 74) | struct zwp_relative_pointer_v1 type wl_interface (line 93) | struct wl_interface type wl_interface (line 116) | struct wl_interface function zwp_relative_pointer_manager_v1_set_user_data (line 133) | static inline void type zwp_relative_pointer_manager_v1 (line 141) | struct zwp_relative_pointer_manager_v1 type wl_proxy (line 143) | struct wl_proxy function zwp_relative_pointer_manager_v1_get_version (line 146) | static inline uint32_t function zwp_relative_pointer_manager_v1_destroy (line 158) | static inline void type zwp_relative_pointer_v1 (line 171) | struct zwp_relative_pointer_v1 type zwp_relative_pointer_manager_v1 (line 172) | struct zwp_relative_pointer_manager_v1 type wl_pointer (line 172) | struct wl_pointer type wl_proxy (line 174) | struct wl_proxy type wl_proxy (line 176) | struct wl_proxy type wl_proxy (line 177) | struct wl_proxy type zwp_relative_pointer_v1 (line 179) | struct zwp_relative_pointer_v1 type zwp_relative_pointer_v1_listener (line 186) | struct zwp_relative_pointer_v1_listener { function zwp_relative_pointer_v1_add_listener (line 243) | static inline int function zwp_relative_pointer_v1_set_user_data (line 264) | static inline void type zwp_relative_pointer_v1 (line 272) | struct zwp_relative_pointer_v1 type wl_proxy (line 274) | struct wl_proxy function zwp_relative_pointer_v1_get_version (line 277) | static inline uint32_t function zwp_relative_pointer_v1_destroy (line 286) | static inline void FILE: thirdparty/sokol/relative-pointer-unstable-v1-protocol.c type wl_interface (line 42) | struct wl_interface type wl_interface (line 43) | struct wl_interface type wl_interface (line 45) | struct wl_interface type wl_message (line 56) | struct wl_message type wl_message (line 67) | struct wl_message type wl_message (line 71) | struct wl_message FILE: thirdparty/sokol/sokol_audio.h type saudio_log_item (line 552) | typedef enum saudio_log_item { type saudio_logger (line 563) | typedef struct saudio_logger { type saudio_allocator (line 583) | typedef struct saudio_allocator { type saudio_desc (line 589) | typedef struct saudio_desc { function saudio_setup (line 629) | inline void saudio_setup(const saudio_desc& desc) { return saudio_setup(... type _saudio_mutex_t (line 818) | typedef struct { type _saudio_mutex_t (line 824) | typedef struct { type _saudio_mutex_t (line 830) | typedef struct { type _saudio_dummy_backend_t (line 838) | typedef struct { type AudioQueueRef (line 846) | typedef AudioQueueRef _saudio_AudioQueueRef; type AudioQueueBufferRef (line 847) | typedef AudioQueueBufferRef _saudio_AudioQueueBufferRef; type AudioStreamBasicDescription (line 848) | typedef AudioStreamBasicDescription _saudio_AudioStreamBasicDescription; type OSStatus (line 849) | typedef OSStatus _saudio_OSStatus; type _saudio_AudioFormatID (line 861) | typedef uint32_t _saudio_AudioFormatID; type _saudio_AudioFormatFlags (line 862) | typedef uint32_t _saudio_AudioFormatFlags; type _saudio_OSStatus (line 863) | typedef int32_t _saudio_OSStatus; type _saudio_SMPTETimeType (line 864) | typedef uint32_t _saudio_SMPTETimeType; type _saudio_SMPTETimeFlags (line 865) | typedef uint32_t _saudio_SMPTETimeFlags; type _saudio_AudioTimeStampFlags (line 866) | typedef uint32_t _saudio_AudioTimeStampFlags; type _saudio_AudioStreamBasicDescription (line 875) | typedef struct _saudio_AudioStreamBasicDescription { type _saudio_AudioStreamPacketDescription (line 887) | typedef struct _saudio_AudioStreamPacketDescription { type _saudio_SMPTETime (line 893) | typedef struct _saudio_SMPTETime { type _saudio_AudioTimeStamp (line 905) | typedef struct _saudio_AudioTimeStamp { type _saudio_AudioQueueBuffer (line 915) | typedef struct _saudio_AudioQueueBuffer { type _saudio_AudioQueueBuffer (line 924) | typedef _saudio_AudioQueueBuffer* _saudio_AudioQueueBufferRef; type _saudio_apple_backend_t (line 941) | typedef struct { type _saudio_alsa_backend_t (line 950) | typedef struct { type _saudio_sles_semaphore_t (line 963) | typedef struct { type _saudio_sles_backend_t (line 969) | typedef struct { type _saudio_aaudio_backend_t (line 992) | typedef struct { type _saudio_wasapi_thread_data_t (line 1001) | typedef struct { type _saudio_wasapi_backend_t (line 1012) | typedef struct { type _saudio_web_backend_t (line 1022) | typedef struct { type _saudio_dummy_backend_t (line 1031) | typedef _saudio_dummy_backend_t _saudio_backend_t; type _saudio_apple_backend_t (line 1033) | typedef _saudio_apple_backend_t _saudio_backend_t; type _saudio_web_backend_t (line 1035) | typedef _saudio_web_backend_t _saudio_backend_t; type _saudio_wasapi_backend_t (line 1037) | typedef _saudio_wasapi_backend_t _saudio_backend_t; type _saudio_sles_backend_t (line 1039) | typedef _saudio_sles_backend_t _saudio_backend_t; type _saudio_aaudio_backend_t (line 1041) | typedef _saudio_aaudio_backend_t _saudio_backend_t; type _saudio_alsa_backend_t (line 1043) | typedef _saudio_alsa_backend_t _saudio_backend_t; type _saudio_ring_t (line 1047) | typedef struct { type _saudio_fifo_t (line 1055) | typedef struct { type _saudio_state_t (line 1068) | typedef struct { function _SOKOL_PRIVATE (line 1087) | _SOKOL_PRIVATE bool _saudio_has_callback(void) { function _SOKOL_PRIVATE (line 1091) | _SOKOL_PRIVATE void _saudio_stream_callback(float* buffer, int num_frame... function _saudio_log (line 1120) | static void _saudio_log(saudio_log_item log_item, uint32_t log_level, ui... function _SOKOL_PRIVATE (line 1146) | _SOKOL_PRIVATE void _saudio_clear(void* ptr, size_t size) { function _SOKOL_PRIVATE (line 1151) | _SOKOL_PRIVATE void* _saudio_malloc(size_t size) { function _SOKOL_PRIVATE (line 1165) | _SOKOL_PRIVATE void* _saudio_malloc_clear(size_t size) { function _SOKOL_PRIVATE (line 1171) | _SOKOL_PRIVATE void _saudio_free(void* ptr) { function _SOKOL_PRIVATE (line 1188) | _SOKOL_PRIVATE void _saudio_mutex_init(_saudio_mutex_t* m) { (void)m; } function _SOKOL_PRIVATE (line 1189) | _SOKOL_PRIVATE void _saudio_mutex_destroy(_saudio_mutex_t* m) { (void)m; } function _SOKOL_PRIVATE (line 1190) | _SOKOL_PRIVATE void _saudio_mutex_lock(_saudio_mutex_t* m) { (void)m; } function _SOKOL_PRIVATE (line 1191) | _SOKOL_PRIVATE void _saudio_mutex_unlock(_saudio_mutex_t* m) { (void)m; } function _SOKOL_PRIVATE (line 1195) | _SOKOL_PRIVATE void _saudio_mutex_init(_saudio_mutex_t* m) { function _SOKOL_PRIVATE (line 1201) | _SOKOL_PRIVATE void _saudio_mutex_destroy(_saudio_mutex_t* m) { function _SOKOL_PRIVATE (line 1205) | _SOKOL_PRIVATE void _saudio_mutex_lock(_saudio_mutex_t* m) { function _SOKOL_PRIVATE (line 1209) | _SOKOL_PRIVATE void _saudio_mutex_unlock(_saudio_mutex_t* m) { function _SOKOL_PRIVATE (line 1215) | _SOKOL_PRIVATE void _saudio_mutex_init(_saudio_mutex_t* m) { function _SOKOL_PRIVATE (line 1219) | _SOKOL_PRIVATE void _saudio_mutex_destroy(_saudio_mutex_t* m) { function _SOKOL_PRIVATE (line 1223) | _SOKOL_PRIVATE void _saudio_mutex_lock(_saudio_mutex_t* m) { function _SOKOL_PRIVATE (line 1227) | _SOKOL_PRIVATE void _saudio_mutex_unlock(_saudio_mutex_t* m) { function _SOKOL_PRIVATE (line 1241) | _SOKOL_PRIVATE int _saudio_ring_idx(_saudio_ring_t* ring, int i) { function _SOKOL_PRIVATE (line 1245) | _SOKOL_PRIVATE void _saudio_ring_init(_saudio_ring_t* ring, int num_slot... function _SOKOL_PRIVATE (line 1253) | _SOKOL_PRIVATE bool _saudio_ring_full(_saudio_ring_t* ring) { function _SOKOL_PRIVATE (line 1257) | _SOKOL_PRIVATE bool _saudio_ring_empty(_saudio_ring_t* ring) { function _SOKOL_PRIVATE (line 1261) | _SOKOL_PRIVATE int _saudio_ring_count(_saudio_ring_t* ring) { function _SOKOL_PRIVATE (line 1273) | _SOKOL_PRIVATE void _saudio_ring_enqueue(_saudio_ring_t* ring, int val) { function _SOKOL_PRIVATE (line 1279) | _SOKOL_PRIVATE int _saudio_ring_dequeue(_saudio_ring_t* ring) { function _SOKOL_PRIVATE (line 1293) | _SOKOL_PRIVATE void _saudio_fifo_init_mutex(_saudio_fifo_t* fifo) { function _SOKOL_PRIVATE (line 1298) | _SOKOL_PRIVATE void _saudio_fifo_destroy_mutex(_saudio_fifo_t* fifo) { function _SOKOL_PRIVATE (line 1302) | _SOKOL_PRIVATE void _saudio_fifo_init(_saudio_fifo_t* fifo, int packet_s... function _SOKOL_PRIVATE (line 1327) | _SOKOL_PRIVATE void _saudio_fifo_shutdown(_saudio_fifo_t* fifo) { function _SOKOL_PRIVATE (line 1334) | _SOKOL_PRIVATE int _saudio_fifo_writable_bytes(_saudio_fifo_t* fifo) { function _SOKOL_PRIVATE (line 1346) | _SOKOL_PRIVATE int _saudio_fifo_write(_saudio_fifo_t* fifo, const uint8_... function _SOKOL_PRIVATE (line 1396) | _SOKOL_PRIVATE int _saudio_fifo_read(_saudio_fifo_t* fifo, uint8_t* ptr,... function _SOKOL_PRIVATE (line 1430) | _SOKOL_PRIVATE bool _saudio_dummy_backend_init(void) { function _SOKOL_PRIVATE (line 1434) | _SOKOL_PRIVATE void _saudio_dummy_backend_shutdown(void) { } function _SOKOL_PRIVATE (line 1446) | _SOKOL_PRIVATE void* _saudio_alsa_cb(void* param) { function _SOKOL_PRIVATE (line 1471) | _SOKOL_PRIVATE bool _saudio_alsa_backend_init(void) { function _SOKOL_PRIVATE (line 1535) | _SOKOL_PRIVATE void _saudio_alsa_backend_shutdown(void) { function _SOKOL_PRIVATE (line 1554) | _SOKOL_PRIVATE void _saudio_wasapi_fill_buffer(void) { function _SOKOL_PRIVATE (line 1566) | _SOKOL_PRIVATE int _saudio_wasapi_min(int a, int b) { function _SOKOL_PRIVATE (line 1570) | _SOKOL_PRIVATE void _saudio_wasapi_submit_buffer(int num_frames) { function WINAPI (line 1608) | WINAPI _saudio_wasapi_thread_fn(LPVOID param) { function _SOKOL_PRIVATE (line 1627) | _SOKOL_PRIVATE void _saudio_wasapi_release(void) { function _SOKOL_PRIVATE (line 1654) | _SOKOL_PRIVATE bool _saudio_wasapi_backend_init(void) { function _SOKOL_PRIVATE (line 1752) | _SOKOL_PRIVATE void _saudio_wasapi_backend_shutdown(void) { function EMSCRIPTEN_KEEPALIVE (line 1780) | EMSCRIPTEN_KEEPALIVE int _saudio_emsc_pull(int num_frames) { function _SOKOL_PRIVATE (line 1901) | _SOKOL_PRIVATE bool _saudio_webaudio_backend_init(void) { function _SOKOL_PRIVATE (line 1915) | _SOKOL_PRIVATE void _saudio_webaudio_backend_shutdown(void) { function _SOKOL_PRIVATE (line 1932) | _SOKOL_PRIVATE aaudio_data_callback_result_t _saudio_aaudio_data_callbac... function _SOKOL_PRIVATE (line 1949) | _SOKOL_PRIVATE bool _saudio_aaudio_start_stream(void) { function _SOKOL_PRIVATE (line 1958) | _SOKOL_PRIVATE void _saudio_aaudio_stop_stream(void) { function _SOKOL_PRIVATE (line 1966) | _SOKOL_PRIVATE void* _saudio_aaudio_restart_stream_thread_fn(void* param) { function _SOKOL_PRIVATE (line 1976) | _SOKOL_PRIVATE void _saudio_aaudio_error_callback(AAudioStream* stream, ... function _SOKOL_PRIVATE (line 1986) | _SOKOL_PRIVATE void _saudio_aaudio_backend_shutdown(void) { function _SOKOL_PRIVATE (line 1997) | _SOKOL_PRIVATE bool _saudio_aaudio_backend_init(void) { function _SOKOL_PRIVATE (line 2038) | _SOKOL_PRIVATE void _saudio_sles_semaphore_init(_saudio_sles_semaphore_t... function _SOKOL_PRIVATE (line 2047) | _SOKOL_PRIVATE void _saudio_sles_semaphore_destroy(_saudio_sles_semaphor... function _SOKOL_PRIVATE (line 2052) | _SOKOL_PRIVATE void _saudio_sles_semaphore_post(_saudio_sles_semaphore_t... function _SOKOL_PRIVATE (line 2065) | _SOKOL_PRIVATE bool _saudio_sles_semaphore_wait(_saudio_sles_semaphore_t... function _SOKOL_PRIVATE (line 2081) | _SOKOL_PRIVATE void _saudio_sles_fill_buffer(void) { function SLAPIENTRY (line 2095) | SLAPIENTRY _saudio_sles_play_cb(SLPlayItf player, void *context, SLuint3... function _SOKOL_PRIVATE (line 2103) | _SOKOL_PRIVATE void* _saudio_sles_thread_fn(void* param) { function _SOKOL_PRIVATE (line 2128) | _SOKOL_PRIVATE void _saudio_sles_backend_shutdown(void) { function _SOKOL_PRIVATE (line 2150) | _SOKOL_PRIVATE bool _saudio_sles_backend_init(void) { function interface (line 2291) | interface _saudio_interruption_handler : NSObject { } function _SOKOL_PRIVATE (line 2340) | _SOKOL_PRIVATE void _saudio_coreaudio_callback(void* user_data, _saudio_... function _SOKOL_PRIVATE (line 2358) | _SOKOL_PRIVATE void _saudio_coreaudio_backend_shutdown(void) { function _SOKOL_PRIVATE (line 2377) | _SOKOL_PRIVATE bool _saudio_coreaudio_backend_init(void) { function _saudio_backend_init (line 2441) | bool _saudio_backend_init(void) { function _saudio_backend_shutdown (line 2461) | void _saudio_backend_shutdown(void) { function SOKOL_API_IMPL (line 2488) | SOKOL_API_IMPL void saudio_setup(const saudio_desc* desc) { function SOKOL_API_IMPL (line 2524) | SOKOL_API_IMPL void saudio_shutdown(void) { function SOKOL_API_IMPL (line 2535) | SOKOL_API_IMPL bool saudio_isvalid(void) { function SOKOL_API_IMPL (line 2539) | SOKOL_API_IMPL void* saudio_userdata(void) { function saudio_query_desc (line 2544) | saudio_query_desc(void) { function SOKOL_API_IMPL (line 2549) | SOKOL_API_IMPL int saudio_sample_rate(void) { function SOKOL_API_IMPL (line 2554) | SOKOL_API_IMPL int saudio_buffer_frames(void) { function SOKOL_API_IMPL (line 2559) | SOKOL_API_IMPL int saudio_channels(void) { function SOKOL_API_IMPL (line 2564) | SOKOL_API_IMPL bool saudio_suspended(void) { function SOKOL_API_IMPL (line 2578) | SOKOL_API_IMPL int saudio_expect(void) { function SOKOL_API_IMPL (line 2589) | SOKOL_API_IMPL int saudio_push(const float* frames, int num_frames) { FILE: thirdparty/sokol/sokol_gfx.h type sg_buffer (line 1606) | typedef struct sg_buffer { uint32_t id; } sg_buffer; type sg_image (line 1607) | typedef struct sg_image { uint32_t id; } sg_image; type sg_sampler (line 1608) | typedef struct sg_sampler { uint32_t id; } sg_sampler; type sg_shader (line 1609) | typedef struct sg_shader { uint32_t id; } sg_shader; type sg_pipeline (line 1610) | typedef struct sg_pipeline { uint32_t id; } sg_pipeline; type sg_attachments (line 1611) | typedef struct sg_attachments { uint32_t id; } sg_attachments; type sg_range (line 1620) | typedef struct sg_range { type sg_color (line 1661) | typedef struct sg_color { float r, g, b, a; } sg_color; type sg_backend (line 1669) | typedef enum sg_backend { type sg_pixel_format (line 1723) | typedef enum sg_pixel_format { type sg_pixelformat_info (line 1815) | typedef struct sg_pixelformat_info { type sg_features (line 1830) | typedef struct sg_features { type sg_limits (line 1841) | typedef struct sg_limits { type sg_resource_state (line 1870) | typedef enum sg_resource_state { type sg_usage (line 1913) | typedef enum sg_usage { type sg_buffer_type (line 1932) | typedef enum sg_buffer_type { type sg_index_type (line 1951) | typedef enum sg_index_type { type sg_image_type (line 1971) | typedef enum sg_image_type { type sg_image_sample_type (line 2003) | typedef enum sg_image_sample_type { type sg_sampler_type (line 2030) | typedef enum sg_sampler_type { type sg_cube_face (line 2045) | typedef enum sg_cube_face { type sg_shader_stage (line 2067) | typedef enum sg_shader_stage { type sg_primitive_type (line 2082) | typedef enum sg_primitive_type { type sg_filter (line 2104) | typedef enum sg_filter { type sg_wrap (line 2130) | typedef enum sg_wrap { type sg_border_color (line 2148) | typedef enum sg_border_color { type sg_vertex_format (line 2163) | typedef enum sg_vertex_format { type sg_vertex_step (line 2197) | typedef enum sg_vertex_step { type sg_uniform_type (line 2212) | typedef enum sg_uniform_type { type sg_uniform_layout (line 2261) | typedef enum sg_uniform_layout { type sg_cull_mode (line 2278) | typedef enum sg_cull_mode { type sg_face_winding (line 2296) | typedef enum sg_face_winding { type sg_compare_func (line 2326) | typedef enum sg_compare_func { type sg_stencil_op (line 2360) | typedef enum sg_stencil_op { type sg_blend_factor (line 2391) | typedef enum sg_blend_factor { type sg_blend_op (line 2427) | typedef enum sg_blend_op { type sg_color_mask (line 2449) | typedef enum sg_color_mask { type sg_load_action (line 2488) | typedef enum sg_load_action { type sg_store_action (line 2504) | typedef enum sg_store_action { type sg_color_attachment_action (line 2524) | typedef struct sg_color_attachment_action { type sg_depth_attachment_action (line 2530) | typedef struct sg_depth_attachment_action { type sg_stencil_attachment_action (line 2536) | typedef struct sg_stencil_attachment_action { type sg_pass_action (line 2542) | typedef struct sg_pass_action { type sg_metal_swapchain (line 2612) | typedef struct sg_metal_swapchain { type sg_d3d11_swapchain (line 2618) | typedef struct sg_d3d11_swapchain { type sg_wgpu_swapchain (line 2624) | typedef struct sg_wgpu_swapchain { type sg_gl_swapchain (line 2630) | typedef struct sg_gl_swapchain { type sg_swapchain (line 2634) | typedef struct sg_swapchain { type sg_pass (line 2677) | typedef struct sg_pass { type sg_stage_bindings (line 2716) | typedef struct sg_stage_bindings { type sg_bindings (line 2722) | typedef struct sg_bindings { type sg_buffer_desc (line 2782) | typedef struct sg_buffer_desc { type sg_image_data (line 2804) | typedef struct sg_image_data { type sg_image_desc (line 2864) | typedef struct sg_image_desc { type sg_sampler_desc (line 2906) | typedef struct sg_sampler_desc { type sg_shader_attr_desc (line 2972) | typedef struct sg_shader_attr_desc { type sg_shader_uniform_desc (line 2978) | typedef struct sg_shader_uniform_desc { type sg_shader_uniform_block_desc (line 2984) | typedef struct sg_shader_uniform_block_desc { type sg_shader_storage_buffer_desc (line 2990) | typedef struct sg_shader_storage_buffer_desc { type sg_shader_image_desc (line 2995) | typedef struct sg_shader_image_desc { type sg_shader_sampler_desc (line 3002) | typedef struct sg_shader_sampler_desc { type sg_shader_image_sampler_pair_desc (line 3007) | typedef struct sg_shader_image_sampler_pair_desc { type sg_shader_stage_desc (line 3014) | typedef struct sg_shader_stage_desc { type sg_shader_desc (line 3026) | typedef struct sg_shader_desc { type sg_vertex_buffer_layout_state (line 3104) | typedef struct sg_vertex_buffer_layout_state { type sg_vertex_attr_state (line 3110) | typedef struct sg_vertex_attr_state { type sg_vertex_layout_state (line 3116) | typedef struct sg_vertex_layout_state { type sg_stencil_face_state (line 3121) | typedef struct sg_stencil_face_state { type sg_stencil_state (line 3128) | typedef struct sg_stencil_state { type sg_depth_state (line 3137) | typedef struct sg_depth_state { type sg_blend_state (line 3146) | typedef struct sg_blend_state { type sg_color_target_state (line 3156) | typedef struct sg_color_target_state { type sg_pipeline_desc (line 3162) | typedef struct sg_pipeline_desc { type sg_attachment_desc (line 3212) | typedef struct sg_attachment_desc { type sg_attachments_desc (line 3218) | typedef struct sg_attachments_desc { type sg_trace_hooks (line 3239) | typedef struct sg_trace_hooks { type sg_slot_info (line 3323) | typedef struct sg_slot_info { type sg_buffer_info (line 3328) | typedef struct sg_buffer_info { type sg_image_info (line 3338) | typedef struct sg_image_info { type sg_sampler_info (line 3345) | typedef struct sg_sampler_info { type sg_shader_info (line 3349) | typedef struct sg_shader_info { type sg_pipeline_info (line 3353) | typedef struct sg_pipeline_info { type sg_attachments_info (line 3357) | typedef struct sg_attachments_info { type sg_frame_stats_gl (line 3368) | typedef struct sg_frame_stats_gl { type sg_frame_stats_d3d11_pass (line 3382) | typedef struct sg_frame_stats_d3d11_pass { type sg_frame_stats_d3d11_pipeline (line 3389) | typedef struct sg_frame_stats_d3d11_pipeline { type sg_frame_stats_d3d11_bindings (line 3401) | typedef struct sg_frame_stats_d3d11_bindings { type sg_frame_stats_d3d11_uniforms (line 3410) | typedef struct sg_frame_stats_d3d11_uniforms { type sg_frame_stats_d3d11_draw (line 3414) | typedef struct sg_frame_stats_d3d11_draw { type sg_frame_stats_d3d11 (line 3421) | typedef struct sg_frame_stats_d3d11 { type sg_frame_stats_metal_idpool (line 3431) | typedef struct sg_frame_stats_metal_idpool { type sg_frame_stats_metal_pipeline (line 3437) | typedef struct sg_frame_stats_metal_pipeline { type sg_frame_stats_metal_bindings (line 3447) | typedef struct sg_frame_stats_metal_bindings { type sg_frame_stats_metal_uniforms (line 3456) | typedef struct sg_frame_stats_metal_uniforms { type sg_frame_stats_metal (line 3461) | typedef struct sg_frame_stats_metal { type sg_frame_stats_wgpu_uniforms (line 3468) | typedef struct sg_frame_stats_wgpu_uniforms { type sg_frame_stats_wgpu_bindings (line 3473) | typedef struct sg_frame_stats_wgpu_bindings { type sg_frame_stats_wgpu (line 3488) | typedef struct sg_frame_stats_wgpu { type sg_frame_stats (line 3493) | typedef struct sg_frame_stats { type sg_log_item (line 3826) | typedef enum sg_log_item { type sg_environment_defaults (line 3914) | typedef struct sg_environment_defaults { type sg_metal_environment (line 3920) | typedef struct sg_metal_environment { type sg_d3d11_environment (line 3924) | typedef struct sg_d3d11_environment { type sg_wgpu_environment (line 3929) | typedef struct sg_wgpu_environment { type sg_environment (line 3933) | typedef struct sg_environment { type sg_commit_listener (line 3949) | typedef struct sg_commit_listener { type sg_allocator (line 3962) | typedef struct sg_allocator { type sg_logger (line 3979) | typedef struct sg_logger { type sg_desc (line 3991) | typedef struct sg_desc { type sg_d3d11_buffer_info (line 4136) | typedef struct sg_d3d11_buffer_info { type sg_d3d11_image_info (line 4140) | typedef struct sg_d3d11_image_info { type sg_d3d11_sampler_info (line 4147) | typedef struct sg_d3d11_sampler_info { type sg_d3d11_shader_info (line 4151) | typedef struct sg_d3d11_shader_info { type sg_d3d11_pipeline_info (line 4158) | typedef struct sg_d3d11_pipeline_info { type sg_d3d11_attachments_info (line 4165) | typedef struct sg_d3d11_attachments_info { type sg_mtl_buffer_info (line 4171) | typedef struct sg_mtl_buffer_info { type sg_mtl_image_info (line 4176) | typedef struct sg_mtl_image_info { type sg_mtl_sampler_info (line 4181) | typedef struct sg_mtl_sampler_info { type sg_mtl_shader_info (line 4185) | typedef struct sg_mtl_shader_info { type sg_mtl_pipeline_info (line 4192) | typedef struct sg_mtl_pipeline_info { type sg_wgpu_buffer_info (line 4197) | typedef struct sg_wgpu_buffer_info { type sg_wgpu_image_info (line 4201) | typedef struct sg_wgpu_image_info { type sg_wgpu_sampler_info (line 4206) | typedef struct sg_wgpu_sampler_info { type sg_wgpu_shader_info (line 4210) | typedef struct sg_wgpu_shader_info { type sg_wgpu_pipeline_info (line 4216) | typedef struct sg_wgpu_pipeline_info { type sg_wgpu_attachments_info (line 4220) | typedef struct sg_wgpu_attachments_info { type sg_gl_buffer_info (line 4226) | typedef struct sg_gl_buffer_info { type sg_gl_image_info (line 4231) | typedef struct sg_gl_image_info { type sg_gl_sampler_info (line 4238) | typedef struct sg_gl_sampler_info { type sg_gl_shader_info (line 4242) | typedef struct sg_gl_shader_info { type sg_gl_attachments_info (line 4246) | typedef struct sg_gl_attachments_info { function sg_setup (line 4319) | inline void sg_setup(const sg_desc& desc) { return sg_setup(&desc); } function sg_buffer (line 4321) | inline sg_buffer sg_make_buffer(const sg_buffer_desc& desc) { return sg_... function sg_image (line 4322) | inline sg_image sg_make_image(const sg_image_desc& desc) { return sg_mak... function sg_sampler (line 4323) | inline sg_sampler sg_make_sampler(const sg_sampler_desc& desc) { return ... function sg_shader (line 4324) | inline sg_shader sg_make_shader(const sg_shader_desc& desc) { return sg_... function sg_pipeline (line 4325) | inline sg_pipeline sg_make_pipeline(const sg_pipeline_desc& desc) { retu... function sg_attachments (line 4326) | inline sg_attachments sg_make_attachments(const sg_attachments_desc& des... function sg_update_image (line 4327) | inline void sg_update_image(sg_image img, const sg_image_data& data) { r... function sg_begin_pass (line 4329) | inline void sg_begin_pass(const sg_pass& pass) { return sg_begin_pass(&p... function sg_apply_bindings (line 4330) | inline void sg_apply_bindings(const sg_bindings& bindings) { return sg_a... function sg_apply_uniforms (line 4331) | inline void sg_apply_uniforms(sg_shader_stage stage, int ub_index, const... function sg_buffer_desc (line 4333) | inline sg_buffer_desc sg_query_buffer_defaults(const sg_buffer_desc& des... function sg_image_desc (line 4334) | inline sg_image_desc sg_query_image_defaults(const sg_image_desc& desc) ... function sg_sampler_desc (line 4335) | inline sg_sampler_desc sg_query_sampler_defaults(const sg_sampler_desc& ... function sg_shader_desc (line 4336) | inline sg_shader_desc sg_query_shader_defaults(const sg_shader_desc& des... function sg_pipeline_desc (line 4337) | inline sg_pipeline_desc sg_query_pipeline_defaults(const sg_pipeline_des... function sg_attachments_desc (line 4338) | inline sg_attachments_desc sg_query_attachments_defaults(const sg_attach... function sg_init_buffer (line 4340) | inline void sg_init_buffer(sg_buffer buf, const sg_buffer_desc& desc) { ... function sg_init_image (line 4341) | inline void sg_init_image(sg_image img, const sg_image_desc& desc) { ret... function sg_init_sampler (line 4342) | inline void sg_init_sampler(sg_sampler smp, const sg_sampler_desc& desc)... function sg_init_shader (line 4343) | inline void sg_init_shader(sg_shader shd, const sg_shader_desc& desc) { ... function sg_init_pipeline (line 4344) | inline void sg_init_pipeline(sg_pipeline pip, const sg_pipeline_desc& de... function sg_init_attachments (line 4345) | inline void sg_init_attachments(sg_attachments atts, const sg_attachment... function sg_update_buffer (line 4347) | inline void sg_update_buffer(sg_buffer buf_id, const sg_range& data) { r... function sg_append_buffer (line 4348) | inline int sg_append_buffer(sg_buffer buf_id, const sg_range& data) { re... type GLenum (line 4536) | typedef unsigned int GLenum; type GLuint (line 4537) | typedef unsigned int GLuint; type GLsizei (line 4538) | typedef int GLsizei; type GLchar (line 4539) | typedef char GLchar; type GLintptr (line 4540) | typedef ptrdiff_t GLintptr; type GLsizeiptr (line 4541) | typedef ptrdiff_t GLsizeiptr; type GLclampd (line 4542) | typedef double GLclampd; type GLushort (line 4543) | typedef unsigned short GLushort; type GLubyte (line 4544) | typedef unsigned char GLubyte; type GLboolean (line 4545) | typedef unsigned char GLboolean; type GLuint64 (line 4546) | typedef uint64_t GLuint64; type GLdouble (line 4547) | typedef double GLdouble; type GLhalf (line 4548) | typedef unsigned short GLhalf; type GLclampf (line 4549) | typedef float GLclampf; type GLbitfield (line 4550) | typedef unsigned int GLbitfield; type GLbyte (line 4551) | typedef signed char GLbyte; type GLshort (line 4552) | typedef short GLshort; type GLvoid (line 4553) | typedef void GLvoid; type GLint64 (line 4554) | typedef int64_t GLint64; type GLfloat (line 4555) | typedef float GLfloat; type GLint (line 4556) | typedef int GLint; type _sg_slot_t (line 4913) | typedef struct { type _sg_pool_t (line 4919) | typedef struct { type _sg_str_t (line 4952) | typedef struct { type _sg_buffer_common_t (line 4970) | typedef struct { function _SOKOL_PRIVATE (line 4982) | _SOKOL_PRIVATE void _sg_buffer_common_init(_sg_buffer_common_t* cmn, con... type _sg_image_common_t (line 4994) | typedef struct { function _SOKOL_PRIVATE (line 5009) | _SOKOL_PRIVATE void _sg_image_common_init(_sg_image_common_t* cmn, const... type _sg_sampler_common_t (line 5024) | typedef struct { function _SOKOL_PRIVATE (line 5038) | _SOKOL_PRIVATE void _sg_sampler_common_init(_sg_sampler_common_t* cmn, c... type _sg_shader_uniform_block_t (line 5052) | typedef struct { type _sg_shader_storage_buffer_t (line 5056) | typedef struct { type _sg_shader_image_t (line 5061) | typedef struct { type _sg_shader_sampler_t (line 5067) | typedef struct { type _sg_shader_image_sampler_t (line 5072) | typedef struct { type _sg_shader_stage_t (line 5077) | typedef struct { type _sg_shader_common_t (line 5090) | typedef struct { function _SOKOL_PRIVATE (line 5094) | _SOKOL_PRIVATE void _sg_shader_common_init(_sg_shader_common_t* cmn, con... type _sg_pipeline_common_t (line 5152) | typedef struct { function _SOKOL_PRIVATE (line 5170) | _SOKOL_PRIVATE void _sg_pipeline_common_init(_sg_pipeline_common_t* cmn,... type _sg_attachment_common_t (line 5193) | typedef struct { type _sg_attachments_common_t (line 5199) | typedef struct { function _SOKOL_PRIVATE (line 5208) | _SOKOL_PRIVATE void _sg_attachment_common_init(_sg_attachment_common_t* ... function _SOKOL_PRIVATE (line 5214) | _SOKOL_PRIVATE void _sg_attachments_common_init(_sg_attachments_common_t... type _sg_dummy_buffer_t (line 5231) | typedef struct { type _sg_dummy_buffer_t (line 5235) | typedef _sg_dummy_buffer_t _sg_buffer_t; type _sg_dummy_image_t (line 5237) | typedef struct { type _sg_dummy_image_t (line 5241) | typedef _sg_dummy_image_t _sg_image_t; type _sg_dummy_sampler_t (line 5243) | typedef struct { type _sg_dummy_sampler_t (line 5247) | typedef _sg_dummy_sampler_t _sg_sampler_t; type _sg_dummy_shader_t (line 5249) | typedef struct { type _sg_dummy_shader_t (line 5253) | typedef _sg_dummy_shader_t _sg_shader_t; type _sg_dummy_pipeline_t (line 5255) | typedef struct { type _sg_dummy_pipeline_t (line 5260) | typedef _sg_dummy_pipeline_t _sg_pipeline_t; type _sg_dummy_attachment_t (line 5262) | typedef struct { type _sg_dummy_attachments_t (line 5266) | typedef struct { type _sg_dummy_attachments_t (line 5275) | typedef _sg_dummy_attachments_t _sg_attachments_t; type _sg_gl_buffer_t (line 5282) | typedef struct { type _sg_gl_buffer_t (line 5290) | typedef _sg_gl_buffer_t _sg_buffer_t; type _sg_gl_image_t (line 5292) | typedef struct { type _sg_gl_image_t (line 5302) | typedef _sg_gl_image_t _sg_image_t; type _sg_gl_sampler_t (line 5304) | typedef struct { type _sg_gl_sampler_t (line 5312) | typedef _sg_gl_sampler_t _sg_sampler_t; type _sg_gl_uniform_t (line 5314) | typedef struct { type _sg_gl_uniform_block_t (line 5321) | typedef struct { type _sg_gl_shader_image_sampler_t (line 5326) | typedef struct { type _sg_gl_shader_attr_t (line 5330) | typedef struct { type _sg_gl_shader_stage_t (line 5334) | typedef struct { type _sg_gl_shader_t (line 5339) | typedef struct { type _sg_gl_shader_t (line 5348) | typedef _sg_gl_shader_t _sg_shader_t; type _sg_gl_attr_t (line 5350) | typedef struct { type _sg_gl_pipeline_t (line 5360) | typedef struct { type _sg_gl_pipeline_t (line 5377) | typedef _sg_gl_pipeline_t _sg_pipeline_t; type _sg_gl_attachment_t (line 5379) | typedef struct { type _sg_gl_attachments_t (line 5383) | typedef struct { type _sg_gl_attachments_t (line 5394) | typedef _sg_gl_attachments_t _sg_attachments_t; type _sg_gl_cache_attr_t (line 5396) | typedef struct { type _sg_gl_cache_texture_sampler_bind_slot (line 5401) | typedef struct { type _sg_gl_state_cache_t (line 5407) | typedef struct { type _sg_gl_backend_t (line 5437) | typedef struct { type _sg_d3d11_buffer_t (line 5453) | typedef struct { type _sg_d3d11_buffer_t (line 5461) | typedef _sg_d3d11_buffer_t _sg_buffer_t; type _sg_d3d11_image_t (line 5463) | typedef struct { type _sg_d3d11_image_t (line 5474) | typedef _sg_d3d11_image_t _sg_image_t; type _sg_d3d11_sampler_t (line 5476) | typedef struct { type _sg_d3d11_sampler_t (line 5483) | typedef _sg_d3d11_sampler_t _sg_sampler_t; type _sg_d3d11_shader_attr_t (line 5485) | typedef struct { type _sg_d3d11_shader_stage_t (line 5490) | typedef struct { type _sg_d3d11_shader_t (line 5494) | typedef struct { type _sg_d3d11_shader_t (line 5506) | typedef _sg_d3d11_shader_t _sg_shader_t; type _sg_d3d11_pipeline_t (line 5508) | typedef struct { type _sg_d3d11_pipeline_t (line 5523) | typedef _sg_d3d11_pipeline_t _sg_pipeline_t; type _sg_d3d11_attachment_t (line 5525) | typedef struct { type _sg_d3d11_attachments_t (line 5533) | typedef struct { type _sg_d3d11_attachments_t (line 5542) | typedef _sg_d3d11_attachments_t _sg_attachments_t; type _sg_d3d11_backend_t (line 5544) | typedef struct { type _sg_mtl_release_item_t (line 5573) | typedef struct { type _sg_mtl_idpool_t (line 5578) | typedef struct { type _sg_mtl_buffer_t (line 5588) | typedef struct { type _sg_mtl_buffer_t (line 5595) | typedef _sg_mtl_buffer_t _sg_buffer_t; type _sg_mtl_image_t (line 5597) | typedef struct { type _sg_mtl_image_t (line 5604) | typedef _sg_mtl_image_t _sg_image_t; type _sg_mtl_sampler_t (line 5606) | typedef struct { type _sg_mtl_sampler_t (line 5613) | typedef _sg_mtl_sampler_t _sg_sampler_t; type _sg_mtl_shader_stage_t (line 5615) | typedef struct { type _sg_mtl_shader_t (line 5620) | typedef struct { type _sg_mtl_shader_t (line 5627) | typedef _sg_mtl_shader_t _sg_shader_t; type _sg_mtl_pipeline_t (line 5629) | typedef struct { type _sg_mtl_pipeline_t (line 5644) | typedef _sg_mtl_pipeline_t _sg_pipeline_t; type _sg_mtl_attachment_t (line 5646) | typedef struct { type _sg_mtl_attachments_t (line 5650) | typedef struct { type _sg_mtl_attachments_t (line 5659) | typedef _sg_mtl_attachments_t _sg_attachments_t; type _sg_mtl_state_cache_t (line 5662) | typedef struct { type _sg_mtl_backend_t (line 5678) | typedef struct { type _sg_wgpu_buffer_t (line 5705) | typedef struct { type _sg_wgpu_buffer_t (line 5712) | typedef _sg_wgpu_buffer_t _sg_buffer_t; type _sg_wgpu_image_t (line 5714) | typedef struct { type _sg_wgpu_image_t (line 5722) | typedef _sg_wgpu_image_t _sg_image_t; type _sg_wgpu_sampler_t (line 5724) | typedef struct { type _sg_wgpu_sampler_t (line 5731) | typedef _sg_wgpu_sampler_t _sg_sampler_t; type _sg_wgpu_shader_stage_t (line 5733) | typedef struct { type _sg_wgpu_shader_t (line 5738) | typedef struct { type _sg_wgpu_shader_t (line 5746) | typedef _sg_wgpu_shader_t _sg_shader_t; type _sg_wgpu_pipeline_t (line 5748) | typedef struct { type _sg_wgpu_pipeline_t (line 5757) | typedef _sg_wgpu_pipeline_t _sg_pipeline_t; type _sg_wgpu_attachment_t (line 5759) | typedef struct { type _sg_wgpu_attachments_t (line 5764) | typedef struct { type _sg_wgpu_attachments_t (line 5773) | typedef _sg_wgpu_attachments_t _sg_attachments_t; type _sg_wgpu_uniform_buffer_t (line 5776) | typedef struct { type _sg_wgpu_bindgroup_handle_t (line 5788) | typedef struct { type _sg_wgpu_bindgroups_cache_key_t (line 5793) | typedef struct { type _sg_wgpu_bindgroups_cache_t (line 5798) | typedef struct { type _sg_wgpu_bindgroup_t (line 5804) | typedef struct { type _sg_wgpu_bindgroups_pool_t (line 5810) | typedef struct { type _sg_wgpu_bindings_cache_t (line 5815) | typedef struct { type _sg_wgpu_backend_t (line 5828) | typedef struct { type _sg_pools_t (line 5851) | typedef struct { type _sg_commit_listeners_t (line 5866) | typedef struct { type _sg_bindings_t (line 5873) | typedef struct { type _sg_pixelformat_info_t (line 5894) | typedef struct { type _sg_state_t (line 5903) | typedef struct { function _sg_log (line 5971) | static void _sg_log(sg_log_item log_item, uint32_t log_level, const char... function _SOKOL_PRIVATE (line 6008) | _SOKOL_PRIVATE void _sg_clear(void* ptr, size_t size) { function _SOKOL_PRIVATE (line 6013) | _SOKOL_PRIVATE void* _sg_malloc(size_t size) { function _SOKOL_PRIVATE (line 6027) | _SOKOL_PRIVATE void* _sg_malloc_clear(size_t size) { function _SOKOL_PRIVATE (line 6033) | _SOKOL_PRIVATE void _sg_free(void* ptr) { function _SOKOL_PRIVATE (line 6041) | _SOKOL_PRIVATE bool _sg_strempty(const _sg_str_t* str) { function _SOKOL_PRIVATE (line 6045) | _SOKOL_PRIVATE const char* _sg_strptr(const _sg_str_t* str) { function _SOKOL_PRIVATE (line 6049) | _SOKOL_PRIVATE void _sg_strcpy(_sg_str_t* dst, const char* src) { function _SOKOL_PRIVATE (line 6070) | _SOKOL_PRIVATE uint32_t _sg_align_u32(uint32_t val, uint32_t align) { type _sg_recti_t (line 6075) | typedef struct { int x, y, w, h; } _sg_recti_t; function _SOKOL_PRIVATE (line 6077) | _SOKOL_PRIVATE _sg_recti_t _sg_clipi(int x, int y, int w, int h, int cli... function _SOKOL_PRIVATE (line 6092) | _SOKOL_PRIVATE int _sg_vertexformat_bytesize(sg_vertex_format fmt) { function _SOKOL_PRIVATE (line 6118) | _SOKOL_PRIVATE uint32_t _sg_uniform_alignment(sg_uniform_type type, int ... function _SOKOL_PRIVATE (line 6148) | _SOKOL_PRIVATE uint32_t _sg_uniform_size(sg_uniform_type type, int array... function _SOKOL_PRIVATE (line 6212) | _SOKOL_PRIVATE bool _sg_is_compressed_pixel_format(sg_pixel_format fmt) { function _SOKOL_PRIVATE (line 6247) | _SOKOL_PRIVATE bool _sg_is_valid_rendertarget_color_format(sg_pixel_form... function _SOKOL_PRIVATE (line 6253) | _SOKOL_PRIVATE bool _sg_is_valid_rendertarget_depth_format(sg_pixel_form... function _SOKOL_PRIVATE (line 6259) | _SOKOL_PRIVATE bool _sg_is_depth_or_depth_stencil_format(sg_pixel_format... function _SOKOL_PRIVATE (line 6263) | _SOKOL_PRIVATE bool _sg_is_depth_stencil_format(sg_pixel_format fmt) { function _SOKOL_PRIVATE (line 6267) | _SOKOL_PRIVATE int _sg_pixelformat_bytesize(sg_pixel_format fmt) { function _SOKOL_PRIVATE (line 6324) | _SOKOL_PRIVATE int _sg_roundup(int val, int round_to) { function _SOKOL_PRIVATE (line 6328) | _SOKOL_PRIVATE uint32_t _sg_roundup_u32(uint32_t val, uint32_t round_to) { function _SOKOL_PRIVATE (line 6332) | _SOKOL_PRIVATE uint64_t _sg_roundup_u64(uint64_t val, uint64_t round_to) { function _SOKOL_PRIVATE (line 6336) | _SOKOL_PRIVATE bool _sg_multiple_u64(uint64_t val, uint64_t of) { function _SOKOL_PRIVATE (line 6357) | _SOKOL_PRIVATE int _sg_row_pitch(sg_pixel_format fmt, int width, int row... function _SOKOL_PRIVATE (line 6406) | _SOKOL_PRIVATE int _sg_num_rows(sg_pixel_format fmt, int height) { function _SOKOL_PRIVATE (line 6457) | _SOKOL_PRIVATE int _sg_miplevel_dim(int base_dim, int mip_level) { function _SOKOL_PRIVATE (line 6464) | _SOKOL_PRIVATE int _sg_surface_pitch(sg_pixel_format fmt, int width, int... function _SOKOL_PRIVATE (line 6470) | _SOKOL_PRIVATE void _sg_pixelformat_all(_sg_pixelformat_info_t* pfi) { function _SOKOL_PRIVATE (line 6478) | _SOKOL_PRIVATE void _sg_pixelformat_s(_sg_pixelformat_info_t* pfi) { function _SOKOL_PRIVATE (line 6482) | _SOKOL_PRIVATE void _sg_pixelformat_sf(_sg_pixelformat_info_t* pfi) { function _SOKOL_PRIVATE (line 6487) | _SOKOL_PRIVATE void _sg_pixelformat_sr(_sg_pixelformat_info_t* pfi) { function _SOKOL_PRIVATE (line 6492) | _SOKOL_PRIVATE void _sg_pixelformat_sfr(_sg_pixelformat_info_t* pfi) { function _SOKOL_PRIVATE (line 6498) | _SOKOL_PRIVATE void _sg_pixelformat_srmd(_sg_pixelformat_info_t* pfi) { function _SOKOL_PRIVATE (line 6505) | _SOKOL_PRIVATE void _sg_pixelformat_srm(_sg_pixelformat_info_t* pfi) { function _SOKOL_PRIVATE (line 6511) | _SOKOL_PRIVATE void _sg_pixelformat_sfrm(_sg_pixelformat_info_t* pfi) { function _SOKOL_PRIVATE (line 6517) | _SOKOL_PRIVATE void _sg_pixelformat_sbrm(_sg_pixelformat_info_t* pfi) { function _SOKOL_PRIVATE (line 6524) | _SOKOL_PRIVATE void _sg_pixelformat_sbr(_sg_pixelformat_info_t* pfi) { function _SOKOL_PRIVATE (line 6530) | _SOKOL_PRIVATE void _sg_pixelformat_sfbr(_sg_pixelformat_info_t* pfi) { function _SOKOL_PRIVATE (line 6537) | _SOKOL_PRIVATE sg_pass_action _sg_pass_action_defaults(const sg_pass_act... function _SOKOL_PRIVATE (line 6578) | _SOKOL_PRIVATE void _sg_dummy_setup_backend(const sg_desc* desc) { function _SOKOL_PRIVATE (line 6593) | _SOKOL_PRIVATE void _sg_dummy_discard_backend(void) { function _SOKOL_PRIVATE (line 6597) | _SOKOL_PRIVATE void _sg_dummy_reset_state_cache(void) { function _SOKOL_PRIVATE (line 6601) | _SOKOL_PRIVATE sg_resource_state _sg_dummy_create_buffer(_sg_buffer_t* b... function _SOKOL_PRIVATE (line 6608) | _SOKOL_PRIVATE void _sg_dummy_discard_buffer(_sg_buffer_t* buf) { function _SOKOL_PRIVATE (line 6613) | _SOKOL_PRIVATE sg_resource_state _sg_dummy_create_image(_sg_image_t* img... function _SOKOL_PRIVATE (line 6620) | _SOKOL_PRIVATE void _sg_dummy_discard_image(_sg_image_t* img) { function _SOKOL_PRIVATE (line 6625) | _SOKOL_PRIVATE sg_resource_state _sg_dummy_create_sampler(_sg_sampler_t*... function _SOKOL_PRIVATE (line 6632) | _SOKOL_PRIVATE void _sg_dummy_discard_sampler(_sg_sampler_t* smp) { function _SOKOL_PRIVATE (line 6637) | _SOKOL_PRIVATE sg_resource_state _sg_dummy_create_shader(_sg_shader_t* s... function _SOKOL_PRIVATE (line 6644) | _SOKOL_PRIVATE void _sg_dummy_discard_shader(_sg_shader_t* shd) { function _SOKOL_PRIVATE (line 6649) | _SOKOL_PRIVATE sg_resource_state _sg_dummy_create_pipeline(_sg_pipeline_... function _SOKOL_PRIVATE (line 6663) | _SOKOL_PRIVATE void _sg_dummy_discard_pipeline(_sg_pipeline_t* pip) { function _SOKOL_PRIVATE (line 6668) | _SOKOL_PRIVATE sg_resource_state _sg_dummy_create_attachments(_sg_attach... function _SOKOL_PRIVATE (line 6700) | _SOKOL_PRIVATE void _sg_dummy_discard_attachments(_sg_attachments_t* att... function _SOKOL_PRIVATE (line 6705) | _SOKOL_PRIVATE _sg_image_t* _sg_dummy_attachments_color_image(const _sg_... function _SOKOL_PRIVATE (line 6710) | _SOKOL_PRIVATE _sg_image_t* _sg_dummy_attachments_resolve_image(const _s... function _SOKOL_PRIVATE (line 6715) | _SOKOL_PRIVATE _sg_image_t* _sg_dummy_attachments_ds_image(const _sg_att... function _SOKOL_PRIVATE (line 6720) | _SOKOL_PRIVATE void _sg_dummy_begin_pass(const sg_pass* pass) { function _SOKOL_PRIVATE (line 6725) | _SOKOL_PRIVATE void _sg_dummy_end_pass(void) { function _SOKOL_PRIVATE (line 6729) | _SOKOL_PRIVATE void _sg_dummy_commit(void) { function _SOKOL_PRIVATE (line 6733) | _SOKOL_PRIVATE void _sg_dummy_apply_viewport(int x, int y, int w, int h,... function _SOKOL_PRIVATE (line 6741) | _SOKOL_PRIVATE void _sg_dummy_apply_scissor_rect(int x, int y, int w, in... function _SOKOL_PRIVATE (line 6749) | _SOKOL_PRIVATE void _sg_dummy_apply_pipeline(_sg_pipeline_t* pip) { function _SOKOL_PRIVATE (line 6754) | _SOKOL_PRIVATE bool _sg_dummy_apply_bindings(_sg_bindings_t* bnd) { function _SOKOL_PRIVATE (line 6761) | _SOKOL_PRIVATE void _sg_dummy_apply_uniforms(sg_shader_stage stage_index... function _SOKOL_PRIVATE (line 6767) | _SOKOL_PRIVATE void _sg_dummy_draw(int base_element, int num_elements, i... function _SOKOL_PRIVATE (line 6773) | _SOKOL_PRIVATE void _sg_dummy_update_buffer(_sg_buffer_t* buf, const sg_... function _SOKOL_PRIVATE (line 6781) | _SOKOL_PRIVATE bool _sg_dummy_append_buffer(_sg_buffer_t* buf, const sg_... function _SOKOL_PRIVATE (line 6792) | _SOKOL_PRIVATE void _sg_dummy_update_image(_sg_image_t* img, const sg_im... function _SOKOL_PRIVATE (line 6937) | _SOKOL_PRIVATE void* _sg_gl_getprocaddr(const char* name, _sg_wglGetProc... function _SOKOL_PRIVATE (line 6947) | _SOKOL_PRIVATE void _sg_gl_load_opengl(void) { function _SOKOL_PRIVATE (line 6958) | _SOKOL_PRIVATE void _sg_gl_unload_opengl(void) { function _SOKOL_PRIVATE (line 6966) | _SOKOL_PRIVATE GLenum _sg_gl_buffer_target(sg_buffer_type t) { function _SOKOL_PRIVATE (line 6975) | _SOKOL_PRIVATE GLenum _sg_gl_texture_target(sg_image_type t) { function _SOKOL_PRIVATE (line 6985) | _SOKOL_PRIVATE GLenum _sg_gl_usage(sg_usage u) { function _SOKOL_PRIVATE (line 6994) | _SOKOL_PRIVATE GLenum _sg_gl_shader_stage(sg_shader_stage stage) { function _SOKOL_PRIVATE (line 7002) | _SOKOL_PRIVATE GLint _sg_gl_vertexformat_size(sg_vertex_format fmt) { function _SOKOL_PRIVATE (line 7025) | _SOKOL_PRIVATE GLenum _sg_gl_vertexformat_type(sg_vertex_format fmt) { function _SOKOL_PRIVATE (line 7056) | _SOKOL_PRIVATE GLboolean _sg_gl_vertexformat_normalized(sg_vertex_format... function _SOKOL_PRIVATE (line 7071) | _SOKOL_PRIVATE GLenum _sg_gl_primitive_type(sg_primitive_type t) { function _SOKOL_PRIVATE (line 7082) | _SOKOL_PRIVATE GLenum _sg_gl_index_type(sg_index_type t) { function _SOKOL_PRIVATE (line 7091) | _SOKOL_PRIVATE GLenum _sg_gl_compare_func(sg_compare_func cmp) { function _SOKOL_PRIVATE (line 7105) | _SOKOL_PRIVATE GLenum _sg_gl_stencil_op(sg_stencil_op op) { function _SOKOL_PRIVATE (line 7119) | _SOKOL_PRIVATE GLenum _sg_gl_blend_factor(sg_blend_factor f) { function _SOKOL_PRIVATE (line 7140) | _SOKOL_PRIVATE GLenum _sg_gl_blend_op(sg_blend_op op) { function _SOKOL_PRIVATE (line 7149) | _SOKOL_PRIVATE GLenum _sg_gl_min_filter(sg_filter min_f, sg_filter mipma... function _SOKOL_PRIVATE (line 7169) | _SOKOL_PRIVATE GLenum _sg_gl_mag_filter(sg_filter mag_f) { function _SOKOL_PRIVATE (line 7177) | _SOKOL_PRIVATE GLenum _sg_gl_wrap(sg_wrap w) { function _SOKOL_PRIVATE (line 7191) | _SOKOL_PRIVATE GLenum _sg_gl_teximage_type(sg_pixel_format fmt) { function _SOKOL_PRIVATE (line 7254) | _SOKOL_PRIVATE GLenum _sg_gl_teximage_format(sg_pixel_format fmt) { function _SOKOL_PRIVATE (line 7366) | _SOKOL_PRIVATE GLenum _sg_gl_teximage_internal_format(sg_pixel_format fm... function _SOKOL_PRIVATE (line 7447) | _SOKOL_PRIVATE GLenum _sg_gl_cubeface_target(int face_index) { function _SOKOL_PRIVATE (line 7460) | _SOKOL_PRIVATE void _sg_gl_init_pixelformats(bool has_bgra) { function _SOKOL_PRIVATE (line 7509) | _SOKOL_PRIVATE void _sg_gl_init_pixelformats_half_float(bool has_colorbu... function _SOKOL_PRIVATE (line 7521) | _SOKOL_PRIVATE void _sg_gl_init_pixelformats_float(bool has_colorbuffer_... function _SOKOL_PRIVATE (line 7551) | _SOKOL_PRIVATE void _sg_gl_init_pixelformats_s3tc(void) { function _SOKOL_PRIVATE (line 7558) | _SOKOL_PRIVATE void _sg_gl_init_pixelformats_rgtc(void) { function _SOKOL_PRIVATE (line 7565) | _SOKOL_PRIVATE void _sg_gl_init_pixelformats_bptc(void) { function _SOKOL_PRIVATE (line 7572) | _SOKOL_PRIVATE void _sg_gl_init_pixelformats_pvrtc(void) { function _SOKOL_PRIVATE (line 7579) | _SOKOL_PRIVATE void _sg_gl_init_pixelformats_etc2(void) { function _SOKOL_PRIVATE (line 7591) | _SOKOL_PRIVATE void _sg_gl_init_pixelformats_astc(void) { function _SOKOL_PRIVATE (line 7596) | _SOKOL_PRIVATE void _sg_gl_init_limits(void) { function _SOKOL_PRIVATE (line 7634) | _SOKOL_PRIVATE void _sg_gl_init_caps_glcore(void) { function _SOKOL_PRIVATE (line 7712) | _SOKOL_PRIVATE void _sg_gl_init_caps_gles3(void) { function _SOKOL_PRIVATE (line 7809) | _SOKOL_PRIVATE GLuint _sg_gl_storagebuffer_bind_index(int stage, int slo... function _SOKOL_PRIVATE (line 7815) | _SOKOL_PRIVATE void _sg_gl_cache_clear_buffer_bindings(bool force) { function _SOKOL_PRIVATE (line 7847) | _SOKOL_PRIVATE void _sg_gl_cache_bind_buffer(GLenum target, GLuint buffe... function _SOKOL_PRIVATE (line 7874) | _SOKOL_PRIVATE void _sg_gl_cache_bind_storage_buffer(int stage, int slot... function _SOKOL_PRIVATE (line 7888) | _SOKOL_PRIVATE void _sg_gl_cache_store_buffer_binding(GLenum target) { function _SOKOL_PRIVATE (line 7900) | _SOKOL_PRIVATE void _sg_gl_cache_restore_buffer_binding(GLenum target) { function _SOKOL_PRIVATE (line 7925) | _SOKOL_PRIVATE void _sg_gl_cache_invalidate_buffer(GLuint buf) { function _SOKOL_PRIVATE (line 7968) | _SOKOL_PRIVATE void _sg_gl_cache_active_texture(GLenum texture) { function _SOKOL_PRIVATE (line 7978) | _SOKOL_PRIVATE void _sg_gl_cache_clear_texture_sampler_bindings(bool for... function _SOKOL_PRIVATE (line 8001) | _SOKOL_PRIVATE void _sg_gl_cache_bind_texture_sampler(int slot_index, GL... function _SOKOL_PRIVATE (line 8037) | _SOKOL_PRIVATE void _sg_gl_cache_store_texture_sampler_binding(int slot_... function _SOKOL_PRIVATE (line 8042) | _SOKOL_PRIVATE void _sg_gl_cache_restore_texture_sampler_binding(int slo... function _SOKOL_PRIVATE (line 8056) | _SOKOL_PRIVATE void _sg_gl_cache_invalidate_texture_sampler(GLuint tex, ... function _SOKOL_PRIVATE (line 8081) | _SOKOL_PRIVATE void _sg_gl_cache_invalidate_program(GLuint prog) { function _SOKOL_PRIVATE (line 8090) | _SOKOL_PRIVATE void _sg_gl_cache_invalidate_pipeline(_sg_pipeline_t* pip) { function _SOKOL_PRIVATE (line 8097) | _SOKOL_PRIVATE void _sg_gl_reset_state_cache(void) { function _SOKOL_PRIVATE (line 8177) | _SOKOL_PRIVATE void _sg_gl_setup_backend(const sg_desc* desc) { function _SOKOL_PRIVATE (line 8209) | _SOKOL_PRIVATE void _sg_gl_discard_backend(void) { function _SOKOL_PRIVATE (line 8221) | _SOKOL_PRIVATE sg_resource_state _sg_gl_create_buffer(_sg_buffer_t* buf,... function _SOKOL_PRIVATE (line 8250) | _SOKOL_PRIVATE void _sg_gl_discard_buffer(_sg_buffer_t* buf) { function _SOKOL_PRIVATE (line 8264) | _SOKOL_PRIVATE bool _sg_gl_supported_texture_format(sg_pixel_format fmt) { function _SOKOL_PRIVATE (line 8270) | _SOKOL_PRIVATE sg_resource_state _sg_gl_create_image(_sg_image_t* img, c... function _SOKOL_PRIVATE (line 8371) | _SOKOL_PRIVATE void _sg_gl_discard_image(_sg_image_t* img) { function _SOKOL_PRIVATE (line 8388) | _SOKOL_PRIVATE sg_resource_state _sg_gl_create_sampler(_sg_sampler_t* sm... function _SOKOL_PRIVATE (line 8443) | _SOKOL_PRIVATE void _sg_gl_discard_sampler(_sg_sampler_t* smp) { function _SOKOL_PRIVATE (line 8453) | _SOKOL_PRIVATE GLuint _sg_gl_compile_shader(sg_shader_stage stage, const... function _SOKOL_PRIVATE (line 8479) | _SOKOL_PRIVATE sg_resource_state _sg_gl_create_shader(_sg_shader_t* shd,... function _SOKOL_PRIVATE (line 8590) | _SOKOL_PRIVATE void _sg_gl_discard_shader(_sg_shader_t* shd) { function _SOKOL_PRIVATE (line 8600) | _SOKOL_PRIVATE sg_resource_state _sg_gl_create_pipeline(_sg_pipeline_t* ... function _SOKOL_PRIVATE (line 8662) | _SOKOL_PRIVATE void _sg_gl_discard_pipeline(_sg_pipeline_t* pip) { function _SOKOL_PRIVATE (line 8667) | _SOKOL_PRIVATE void _sg_gl_fb_attach_texture(const _sg_gl_attachment_t* ... function _SOKOL_PRIVATE (line 8689) | _SOKOL_PRIVATE GLenum _sg_gl_depth_stencil_attachment_type(const _sg_gl_... function _SOKOL_PRIVATE (line 8699) | _SOKOL_PRIVATE sg_resource_state _sg_gl_create_attachments(_sg_attachmen... function _SOKOL_PRIVATE (line 8845) | _SOKOL_PRIVATE void _sg_gl_discard_attachments(_sg_attachments_t* atts) { function _SOKOL_PRIVATE (line 8859) | _SOKOL_PRIVATE _sg_image_t* _sg_gl_attachments_color_image(const _sg_att... function _SOKOL_PRIVATE (line 8864) | _SOKOL_PRIVATE _sg_image_t* _sg_gl_attachments_resolve_image(const _sg_a... function _SOKOL_PRIVATE (line 8869) | _SOKOL_PRIVATE _sg_image_t* _sg_gl_attachments_ds_image(const _sg_attach... function _SOKOL_PRIVATE (line 8874) | _SOKOL_PRIVATE void _sg_gl_begin_pass(const sg_pass* pass) { function _SOKOL_PRIVATE (line 8990) | _SOKOL_PRIVATE void _sg_gl_end_pass(void) { function _SOKOL_PRIVATE (line 9044) | _SOKOL_PRIVATE void _sg_gl_apply_viewport(int x, int y, int w, int h, bo... function _SOKOL_PRIVATE (line 9049) | _SOKOL_PRIVATE void _sg_gl_apply_scissor_rect(int x, int y, int w, int h... function _SOKOL_PRIVATE (line 9054) | _SOKOL_PRIVATE void _sg_gl_apply_pipeline(_sg_pipeline_t* pip) { function _SOKOL_PRIVATE (line 9279) | _SOKOL_PRIVATE bool _sg_gl_apply_bindings(_sg_bindings_t* bnd) { function _SOKOL_PRIVATE (line 9382) | _SOKOL_PRIVATE void _sg_gl_apply_uniforms(sg_shader_stage stage_index, i... function _SOKOL_PRIVATE (line 9436) | _SOKOL_PRIVATE void _sg_gl_draw(int base_element, int num_elements, int ... function _SOKOL_PRIVATE (line 9461) | _SOKOL_PRIVATE void _sg_gl_commit(void) { function _SOKOL_PRIVATE (line 9467) | _SOKOL_PRIVATE void _sg_gl_update_buffer(_sg_buffer_t* buf, const sg_ran... function _SOKOL_PRIVATE (line 9485) | _SOKOL_PRIVATE void _sg_gl_append_buffer(_sg_buffer_t* buf, const sg_ran... function _SOKOL_PRIVATE (line 9504) | _SOKOL_PRIVATE void _sg_gl_update_image(_sg_image_t* img, const sg_image... function HRESULT (line 9599) | static inline HRESULT _sg_d3d11_CheckFormatSupport(ID3D11Device* self, D... function _sg_d3d11_OMSetRenderTargets (line 9607) | static inline void _sg_d3d11_OMSetRenderTargets(ID3D11DeviceContext* sel... function _sg_d3d11_RSSetState (line 9615) | static inline void _sg_d3d11_RSSetState(ID3D11DeviceContext* self, ID3D1... function _sg_d3d11_OMSetDepthStencilState (line 9623) | static inline void _sg_d3d11_OMSetDepthStencilState(ID3D11DeviceContext*... function _sg_d3d11_OMSetBlendState (line 9631) | static inline void _sg_d3d11_OMSetBlendState(ID3D11DeviceContext* self, ... function _sg_d3d11_IASetVertexBuffers (line 9639) | static inline void _sg_d3d11_IASetVertexBuffers(ID3D11DeviceContext* sel... function _sg_d3d11_IASetIndexBuffer (line 9647) | static inline void _sg_d3d11_IASetIndexBuffer(ID3D11DeviceContext* self,... function _sg_d3d11_IASetInputLayout (line 9655) | static inline void _sg_d3d11_IASetInputLayout(ID3D11DeviceContext* self,... function _sg_d3d11_VSSetShader (line 9663) | static inline void _sg_d3d11_VSSetShader(ID3D11DeviceContext* self, ID3D... function _sg_d3d11_PSSetShader (line 9671) | static inline void _sg_d3d11_PSSetShader(ID3D11DeviceContext* self, ID3D... function _sg_d3d11_VSSetConstantBuffers (line 9679) | static inline void _sg_d3d11_VSSetConstantBuffers(ID3D11DeviceContext* s... function _sg_d3d11_PSSetConstantBuffers (line 9687) | static inline void _sg_d3d11_PSSetConstantBuffers(ID3D11DeviceContext* s... function _sg_d3d11_VSSetShaderResources (line 9695) | static inline void _sg_d3d11_VSSetShaderResources(ID3D11DeviceContext* s... function _sg_d3d11_PSSetShaderResources (line 9703) | static inline void _sg_d3d11_PSSetShaderResources(ID3D11DeviceContext* s... function _sg_d3d11_VSSetSamplers (line 9711) | static inline void _sg_d3d11_VSSetSamplers(ID3D11DeviceContext* self, UI... function _sg_d3d11_PSSetSamplers (line 9719) | static inline void _sg_d3d11_PSSetSamplers(ID3D11DeviceContext* self, UI... function HRESULT (line 9727) | static inline HRESULT _sg_d3d11_CreateBuffer(ID3D11Device* self, const D... function HRESULT (line 9735) | static inline HRESULT _sg_d3d11_CreateTexture2D(ID3D11Device* self, cons... function HRESULT (line 9743) | static inline HRESULT _sg_d3d11_CreateShaderResourceView(ID3D11Device* s... function _sg_d3d11_GetResource (line 9751) | static inline void _sg_d3d11_GetResource(ID3D11View* self, ID3D11Resourc... function HRESULT (line 9759) | static inline HRESULT _sg_d3d11_CreateTexture3D(ID3D11Device* self, cons... function HRESULT (line 9767) | static inline HRESULT _sg_d3d11_CreateSamplerState(ID3D11Device* self, c... function LPVOID (line 9775) | static inline LPVOID _sg_d3d11_GetBufferPointer(ID3D10Blob* self) { function SIZE_T (line 9783) | static inline SIZE_T _sg_d3d11_GetBufferSize(ID3D10Blob* self) { function HRESULT (line 9791) | static inline HRESULT _sg_d3d11_CreateVertexShader(ID3D11Device* self, c... function HRESULT (line 9799) | static inline HRESULT _sg_d3d11_CreatePixelShader(ID3D11Device* self, co... function HRESULT (line 9807) | static inline HRESULT _sg_d3d11_CreateInputLayout(ID3D11Device* self, co... function HRESULT (line 9815) | static inline HRESULT _sg_d3d11_CreateRasterizerState(ID3D11Device* self... function HRESULT (line 9823) | static inline HRESULT _sg_d3d11_CreateDepthStencilState(ID3D11Device* se... function HRESULT (line 9831) | static inline HRESULT _sg_d3d11_CreateBlendState(ID3D11Device* self, con... function HRESULT (line 9839) | static inline HRESULT _sg_d3d11_CreateRenderTargetView(ID3D11Device* sel... function HRESULT (line 9847) | static inline HRESULT _sg_d3d11_CreateDepthStencilView(ID3D11Device* sel... function _sg_d3d11_RSSetViewports (line 9855) | static inline void _sg_d3d11_RSSetViewports(ID3D11DeviceContext* self, U... function _sg_d3d11_RSSetScissorRects (line 9863) | static inline void _sg_d3d11_RSSetScissorRects(ID3D11DeviceContext* self... function _sg_d3d11_ClearRenderTargetView (line 9871) | static inline void _sg_d3d11_ClearRenderTargetView(ID3D11DeviceContext* ... function _sg_d3d11_ClearDepthStencilView (line 9879) | static inline void _sg_d3d11_ClearDepthStencilView(ID3D11DeviceContext* ... function _sg_d3d11_ResolveSubresource (line 9887) | static inline void _sg_d3d11_ResolveSubresource(ID3D11DeviceContext* sel... function _sg_d3d11_IASetPrimitiveTopology (line 9895) | static inline void _sg_d3d11_IASetPrimitiveTopology(ID3D11DeviceContext*... function _sg_d3d11_UpdateSubresource (line 9903) | static inline void _sg_d3d11_UpdateSubresource(ID3D11DeviceContext* self... function _sg_d3d11_DrawIndexed (line 9911) | static inline void _sg_d3d11_DrawIndexed(ID3D11DeviceContext* self, UINT... function _sg_d3d11_DrawIndexedInstanced (line 9919) | static inline void _sg_d3d11_DrawIndexedInstanced(ID3D11DeviceContext* s... function _sg_d3d11_Draw (line 9927) | static inline void _sg_d3d11_Draw(ID3D11DeviceContext* self, UINT Vertex... function _sg_d3d11_DrawInstanced (line 9935) | static inline void _sg_d3d11_DrawInstanced(ID3D11DeviceContext* self, UI... function HRESULT (line 9943) | static inline HRESULT _sg_d3d11_Map(ID3D11DeviceContext* self, ID3D11Res... function _sg_d3d11_Unmap (line 9951) | static inline void _sg_d3d11_Unmap(ID3D11DeviceContext* self, ID3D11Reso... function _sg_d3d11_ClearState (line 9959) | static inline void _sg_d3d11_ClearState(ID3D11DeviceContext* self) { function _SOKOL_PRIVATE (line 9968) | _SOKOL_PRIVATE D3D11_USAGE _sg_d3d11_usage(sg_usage usg) { function _SOKOL_PRIVATE (line 9981) | _SOKOL_PRIVATE UINT _sg_d3d11_buffer_bind_flags(sg_buffer_type t) { function _SOKOL_PRIVATE (line 9996) | _SOKOL_PRIVATE UINT _sg_d3d11_buffer_misc_flags(sg_buffer_type t) { function _SOKOL_PRIVATE (line 10009) | _SOKOL_PRIVATE UINT _sg_d3d11_cpu_access_flags(sg_usage usg) { function _SOKOL_PRIVATE (line 10022) | _SOKOL_PRIVATE DXGI_FORMAT _sg_d3d11_texture_pixel_format(sg_pixel_forma... function _SOKOL_PRIVATE (line 10083) | _SOKOL_PRIVATE DXGI_FORMAT _sg_d3d11_srv_pixel_format(sg_pixel_format fm... function _SOKOL_PRIVATE (line 10093) | _SOKOL_PRIVATE DXGI_FORMAT _sg_d3d11_dsv_pixel_format(sg_pixel_format fm... function _SOKOL_PRIVATE (line 10103) | _SOKOL_PRIVATE DXGI_FORMAT _sg_d3d11_rtv_pixel_format(sg_pixel_format fm... function _SOKOL_PRIVATE (line 10113) | _SOKOL_PRIVATE D3D11_PRIMITIVE_TOPOLOGY _sg_d3d11_primitive_topology(sg_... function _SOKOL_PRIVATE (line 10124) | _SOKOL_PRIVATE DXGI_FORMAT _sg_d3d11_index_format(sg_index_type index_ty... function _SOKOL_PRIVATE (line 10133) | _SOKOL_PRIVATE D3D11_FILTER _sg_d3d11_filter(sg_filter min_f, sg_filter ... function _SOKOL_PRIVATE (line 10172) | _SOKOL_PRIVATE D3D11_TEXTURE_ADDRESS_MODE _sg_d3d11_address_mode(sg_wrap... function _SOKOL_PRIVATE (line 10182) | _SOKOL_PRIVATE DXGI_FORMAT _sg_d3d11_vertex_format(sg_vertex_format fmt) { function _SOKOL_PRIVATE (line 10205) | _SOKOL_PRIVATE D3D11_INPUT_CLASSIFICATION _sg_d3d11_input_classification... function _SOKOL_PRIVATE (line 10213) | _SOKOL_PRIVATE D3D11_CULL_MODE _sg_d3d11_cull_mode(sg_cull_mode m) { function _SOKOL_PRIVATE (line 10222) | _SOKOL_PRIVATE D3D11_COMPARISON_FUNC _sg_d3d11_compare_func(sg_compare_f... function _SOKOL_PRIVATE (line 10236) | _SOKOL_PRIVATE D3D11_STENCIL_OP _sg_d3d11_stencil_op(sg_stencil_op op) { function _SOKOL_PRIVATE (line 10250) | _SOKOL_PRIVATE D3D11_BLEND _sg_d3d11_blend_factor(sg_blend_factor f) { function _SOKOL_PRIVATE (line 10271) | _SOKOL_PRIVATE D3D11_BLEND_OP _sg_d3d11_blend_op(sg_blend_op op) { function _SOKOL_PRIVATE (line 10280) | _SOKOL_PRIVATE UINT8 _sg_d3d11_color_write_mask(sg_color_mask m) { function _SOKOL_PRIVATE (line 10297) | _SOKOL_PRIVATE UINT _sg_d3d11_dxgi_fmt_caps(DXGI_FORMAT dxgi_fmt) { function _SOKOL_PRIVATE (line 10310) | _SOKOL_PRIVATE void _sg_d3d11_init_caps(void) { function _SOKOL_PRIVATE (line 10343) | _SOKOL_PRIVATE void _sg_d3d11_setup_backend(const sg_desc* desc) { function _SOKOL_PRIVATE (line 10354) | _SOKOL_PRIVATE void _sg_d3d11_discard_backend(void) { function _SOKOL_PRIVATE (line 10359) | _SOKOL_PRIVATE void _sg_d3d11_clear_state(void) { function _SOKOL_PRIVATE (line 10364) | _SOKOL_PRIVATE void _sg_d3d11_reset_state_cache(void) { function _SOKOL_PRIVATE (line 10369) | _SOKOL_PRIVATE sg_resource_state _sg_d3d11_create_buffer(_sg_buffer_t* b... function _SOKOL_PRIVATE (line 10422) | _SOKOL_PRIVATE void _sg_d3d11_discard_buffer(_sg_buffer_t* buf) { function _SOKOL_PRIVATE (line 10432) | _SOKOL_PRIVATE void _sg_d3d11_fill_subres_data(const _sg_image_t* img, c... function _SOKOL_PRIVATE (line 10460) | _SOKOL_PRIVATE sg_resource_state _sg_d3d11_create_image(_sg_image_t* img... function _SOKOL_PRIVATE (line 10623) | _SOKOL_PRIVATE void _sg_d3d11_discard_image(_sg_image_t* img) { function _SOKOL_PRIVATE (line 10639) | _SOKOL_PRIVATE sg_resource_state _sg_d3d11_create_sampler(_sg_sampler_t*... function _SOKOL_PRIVATE (line 10682) | _SOKOL_PRIVATE void _sg_d3d11_discard_sampler(_sg_sampler_t* smp) { function _SOKOL_PRIVATE (line 10689) | _SOKOL_PRIVATE bool _sg_d3d11_load_d3dcompiler_dll(void) { function _SOKOL_PRIVATE (line 10705) | _SOKOL_PRIVATE ID3DBlob* _sg_d3d11_compile_shader(const sg_shader_stage_... function _SOKOL_PRIVATE (line 10742) | _SOKOL_PRIVATE sg_resource_state _sg_d3d11_create_shader(_sg_shader_t* s... function _SOKOL_PRIVATE (line 10824) | _SOKOL_PRIVATE void _sg_d3d11_discard_shader(_sg_shader_t* shd) { function _SOKOL_PRIVATE (line 10846) | _SOKOL_PRIVATE sg_resource_state _sg_d3d11_create_pipeline(_sg_pipeline_... function _SOKOL_PRIVATE (line 10991) | _SOKOL_PRIVATE void _sg_d3d11_discard_pipeline(_sg_pipeline_t* pip) { function _SOKOL_PRIVATE (line 11011) | _SOKOL_PRIVATE sg_resource_state _sg_d3d11_create_attachments(_sg_attach... function _SOKOL_PRIVATE (line 11123) | _SOKOL_PRIVATE void _sg_d3d11_discard_attachments(_sg_attachments_t* att... function _SOKOL_PRIVATE (line 11138) | _SOKOL_PRIVATE _sg_image_t* _sg_d3d11_attachments_color_image(const _sg_... function _SOKOL_PRIVATE (line 11143) | _SOKOL_PRIVATE _sg_image_t* _sg_d3d11_attachments_resolve_image(const _s... function _SOKOL_PRIVATE (line 11148) | _SOKOL_PRIVATE _sg_image_t* _sg_d3d11_attachments_ds_image(const _sg_att... function _SOKOL_PRIVATE (line 11153) | _SOKOL_PRIVATE void _sg_d3d11_begin_pass(const sg_pass* pass) { function _SOKOL_PRIVATE (line 11219) | _SOKOL_PRIVATE UINT _sg_d3d11_calcsubresource(UINT mip_slice, UINT array... function _SOKOL_PRIVATE (line 11223) | _SOKOL_PRIVATE void _sg_d3d11_end_pass(void) { function _SOKOL_PRIVATE (line 11283) | _SOKOL_PRIVATE void _sg_d3d11_apply_viewport(int x, int y, int w, int h,... function _SOKOL_PRIVATE (line 11295) | _SOKOL_PRIVATE void _sg_d3d11_apply_scissor_rect(int x, int y, int w, in... function _SOKOL_PRIVATE (line 11305) | _SOKOL_PRIVATE void _sg_d3d11_apply_pipeline(_sg_pipeline_t* pip) { function _SOKOL_PRIVATE (line 11336) | _SOKOL_PRIVATE bool _sg_d3d11_apply_bindings(_sg_bindings_t* bnd) { function _SOKOL_PRIVATE (line 11393) | _SOKOL_PRIVATE void _sg_d3d11_apply_uniforms(sg_shader_stage stage_index... function _SOKOL_PRIVATE (line 11405) | _SOKOL_PRIVATE void _sg_d3d11_draw(int base_element, int num_elements, i... function _SOKOL_PRIVATE (line 11426) | _SOKOL_PRIVATE void _sg_d3d11_commit(void) { function _SOKOL_PRIVATE (line 11430) | _SOKOL_PRIVATE void _sg_d3d11_update_buffer(_sg_buffer_t* buf, const sg_... function _SOKOL_PRIVATE (line 11446) | _SOKOL_PRIVATE void _sg_d3d11_append_buffer(_sg_buffer_t* buf, const sg_... function _SOKOL_PRIVATE (line 11466) | _SOKOL_PRIVATE void _sg_d3d11_update_image(_sg_image_t* img, const sg_im... function _SOKOL_PRIVATE (line 11540) | _SOKOL_PRIVATE MTLLoadAction _sg_mtl_load_action(sg_load_action a) { function _SOKOL_PRIVATE (line 11549) | _SOKOL_PRIVATE MTLStoreAction _sg_mtl_store_action(sg_store_action a, bo... function _sg_mtl_resource_options_storage_mode_managed_or_shared (line 11569) | _sg_mtl_resource_options_storage_mode_managed_or_shared(void) { function _SOKOL_PRIVATE (line 11582) | _SOKOL_PRIVATE MTLResourceOptions _sg_mtl_buffer_resource_options(sg_usa... function _SOKOL_PRIVATE (line 11595) | _SOKOL_PRIVATE MTLVertexStepFunction _sg_mtl_step_function(sg_vertex_ste... function _SOKOL_PRIVATE (line 11603) | _SOKOL_PRIVATE MTLVertexFormat _sg_mtl_vertex_format(sg_vertex_format fm... function _SOKOL_PRIVATE (line 11626) | _SOKOL_PRIVATE MTLPrimitiveType _sg_mtl_primitive_type(sg_primitive_type... function _SOKOL_PRIVATE (line 11637) | _SOKOL_PRIVATE MTLPixelFormat _sg_mtl_pixel_format(sg_pixel_format fmt) { function _SOKOL_PRIVATE (line 11716) | _SOKOL_PRIVATE MTLColorWriteMask _sg_mtl_color_write_mask(sg_color_mask ... function _SOKOL_PRIVATE (line 11733) | _SOKOL_PRIVATE MTLBlendOperation _sg_mtl_blend_op(sg_blend_op op) { function _SOKOL_PRIVATE (line 11742) | _SOKOL_PRIVATE MTLBlendFactor _sg_mtl_blend_factor(sg_blend_factor f) { function _SOKOL_PRIVATE (line 11763) | _SOKOL_PRIVATE MTLCompareFunction _sg_mtl_compare_func(sg_compare_func f) { function _SOKOL_PRIVATE (line 11777) | _SOKOL_PRIVATE MTLStencilOperation _sg_mtl_stencil_op(sg_stencil_op op) { function _SOKOL_PRIVATE (line 11791) | _SOKOL_PRIVATE MTLCullMode _sg_mtl_cull_mode(sg_cull_mode m) { function _SOKOL_PRIVATE (line 11800) | _SOKOL_PRIVATE MTLWinding _sg_mtl_winding(sg_face_winding w) { function _SOKOL_PRIVATE (line 11808) | _SOKOL_PRIVATE MTLIndexType _sg_mtl_index_type(sg_index_type t) { function _SOKOL_PRIVATE (line 11816) | _SOKOL_PRIVATE int _sg_mtl_index_size(sg_index_type t) { function _SOKOL_PRIVATE (line 11825) | _SOKOL_PRIVATE MTLTextureType _sg_mtl_texture_type(sg_image_type t) { function _SOKOL_PRIVATE (line 11835) | _SOKOL_PRIVATE bool _sg_mtl_is_pvrtc(sg_pixel_format fmt) { function _SOKOL_PRIVATE (line 11847) | _SOKOL_PRIVATE MTLSamplerAddressMode _sg_mtl_address_mode(sg_wrap w) { function _SOKOL_PRIVATE (line 11879) | _SOKOL_PRIVATE MTLSamplerMinMagFilter _sg_mtl_minmag_filter(sg_filter f) { function _SOKOL_PRIVATE (line 11890) | _SOKOL_PRIVATE MTLSamplerMipFilter _sg_mtl_mipmap_filter(sg_filter f) { function _SOKOL_PRIVATE (line 11904) | _SOKOL_PRIVATE void _sg_mtl_init_pool(const sg_desc* desc) { function _SOKOL_PRIVATE (line 11939) | _SOKOL_PRIVATE void _sg_mtl_destroy_pool(void) { function _SOKOL_PRIVATE (line 11946) | _SOKOL_PRIVATE int _sg_mtl_alloc_pool_slot(void) { function _SOKOL_PRIVATE (line 11954) | _SOKOL_PRIVATE void _sg_mtl_free_pool_slot(int slot_index) { function _SOKOL_PRIVATE (line 11961) | _SOKOL_PRIVATE int _sg_mtl_add_resource(id res) { function _SOKOL_PRIVATE (line 11978) | _SOKOL_PRIVATE void _sg_mtl_release_resource(uint32_t frame_index, int s... function _SOKOL_PRIVATE (line 11999) | _SOKOL_PRIVATE void _sg_mtl_garbage_collect(uint32_t frame_index) { function _SOKOL_PRIVATE (line 12026) | _SOKOL_PRIVATE id _sg_mtl_id(int slot_index) { function _SOKOL_PRIVATE (line 12030) | _SOKOL_PRIVATE void _sg_mtl_clear_state_cache(void) { function _SOKOL_PRIVATE (line 12035) | _SOKOL_PRIVATE void _sg_mtl_init_caps(void) { function _SOKOL_PRIVATE (line 12193) | _SOKOL_PRIVATE void _sg_mtl_setup_backend(const sg_desc* desc) { function _SOKOL_PRIVATE (line 12237) | _SOKOL_PRIVATE void _sg_mtl_discard_backend(void) { function _SOKOL_PRIVATE (line 12262) | _SOKOL_PRIVATE void _sg_mtl_bind_uniform_buffers(void) { function _SOKOL_PRIVATE (line 12276) | _SOKOL_PRIVATE void _sg_mtl_reset_state_cache(void) { function _SOKOL_PRIVATE (line 12284) | _SOKOL_PRIVATE sg_resource_state _sg_mtl_create_buffer(_sg_buffer_t* buf... function _SOKOL_PRIVATE (line 12316) | _SOKOL_PRIVATE void _sg_mtl_discard_buffer(_sg_buffer_t* buf) { function _SOKOL_PRIVATE (line 12324) | _SOKOL_PRIVATE void _sg_mtl_copy_image_data(const _sg_image_t* img, __un... function _SOKOL_PRIVATE (line 12373) | _SOKOL_PRIVATE bool _sg_mtl_init_texdesc_common(MTLTextureDescriptor* mt... function _SOKOL_PRIVATE (line 12404) | _SOKOL_PRIVATE void _sg_mtl_init_texdesc_rt(MTLTextureDescriptor* mtl_de... function _SOKOL_PRIVATE (line 12412) | _SOKOL_PRIVATE void _sg_mtl_init_texdesc_rt_msaa(MTLTextureDescriptor* m... function _SOKOL_PRIVATE (line 12420) | _SOKOL_PRIVATE sg_resource_state _sg_mtl_create_image(_sg_image_t* img, ... function _SOKOL_PRIVATE (line 12470) | _SOKOL_PRIVATE void _sg_mtl_discard_image(_sg_image_t* img) { function _SOKOL_PRIVATE (line 12478) | _SOKOL_PRIVATE sg_resource_state _sg_mtl_create_sampler(_sg_sampler_t* s... function _SOKOL_PRIVATE (line 12521) | _SOKOL_PRIVATE void _sg_mtl_discard_sampler(_sg_sampler_t* smp) { function _SOKOL_PRIVATE (line 12527) | _SOKOL_PRIVATE id _sg_mtl_compile_library(const char* src) { function _SOKOL_PRIVATE (line 12541) | _SOKOL_PRIVATE id _sg_mtl_library_from_bytecode(const void* ... function _SOKOL_PRIVATE (line 12553) | _SOKOL_PRIVATE sg_resource_state _sg_mtl_create_shader(_sg_shader_t* shd... function _SOKOL_PRIVATE (line 12624) | _SOKOL_PRIVATE void _sg_mtl_discard_shader(_sg_shader_t* shd) { function _SOKOL_PRIVATE (line 12633) | _SOKOL_PRIVATE sg_resource_state _sg_mtl_create_pipeline(_sg_pipeline_t*... function _SOKOL_PRIVATE (line 12768) | _SOKOL_PRIVATE void _sg_mtl_discard_pipeline(_sg_pipeline_t* pip) { function _SOKOL_PRIVATE (line 12775) | _SOKOL_PRIVATE sg_resource_state _sg_mtl_create_attachments(_sg_attachme... function _SOKOL_PRIVATE (line 12807) | _SOKOL_PRIVATE void _sg_mtl_discard_attachments(_sg_attachments_t* atts) { function _SOKOL_PRIVATE (line 12812) | _SOKOL_PRIVATE _sg_image_t* _sg_mtl_attachments_color_image(const _sg_at... function _SOKOL_PRIVATE (line 12818) | _SOKOL_PRIVATE _sg_image_t* _sg_mtl_attachments_resolve_image(const _sg_... function _SOKOL_PRIVATE (line 12824) | _SOKOL_PRIVATE _sg_image_t* _sg_mtl_attachments_ds_image(const _sg_attac... function _SOKOL_PRIVATE (line 12830) | _SOKOL_PRIVATE void _sg_mtl_begin_pass(const sg_pass* pass) { function _SOKOL_PRIVATE (line 13029) | _SOKOL_PRIVATE void _sg_mtl_end_pass(void) { function _SOKOL_PRIVATE (line 13042) | _SOKOL_PRIVATE void _sg_mtl_commit(void) { function _SOKOL_PRIVATE (line 13062) | _SOKOL_PRIVATE void _sg_mtl_apply_viewport(int x, int y, int w, int h, b... function _SOKOL_PRIVATE (line 13075) | _SOKOL_PRIVATE void _sg_mtl_apply_scissor_rect(int x, int y, int w, int ... function _SOKOL_PRIVATE (line 13089) | _SOKOL_PRIVATE void _sg_mtl_apply_pipeline(_sg_pipeline_t* pip) { function _SOKOL_PRIVATE (line 13117) | _SOKOL_PRIVATE bool _sg_mtl_apply_bindings(_sg_bindings_t* bnd) { function _SOKOL_PRIVATE (line 13226) | _SOKOL_PRIVATE void _sg_mtl_apply_uniforms(sg_shader_stage stage_index, ... function _SOKOL_PRIVATE (line 13249) | _SOKOL_PRIVATE void _sg_mtl_draw(int base_element, int num_elements, int... function _SOKOL_PRIVATE (line 13273) | _SOKOL_PRIVATE void _sg_mtl_update_buffer(_sg_buffer_t* buf, const sg_ra... function _SOKOL_PRIVATE (line 13288) | _SOKOL_PRIVATE void _sg_mtl_append_buffer(_sg_buffer_t* buf, const sg_ra... function _SOKOL_PRIVATE (line 13306) | _SOKOL_PRIVATE void _sg_mtl_update_image(_sg_image_t* img, const sg_imag... function _SOKOL_PRIVATE (line 13315) | _SOKOL_PRIVATE void _sg_mtl_push_debug_group(const char* name) { function _SOKOL_PRIVATE (line 13322) | _SOKOL_PRIVATE void _sg_mtl_pop_debug_group(void) { function _SOKOL_PRIVATE (line 13338) | _SOKOL_PRIVATE WGPUBufferUsageFlags _sg_wgpu_buffer_usage(sg_buffer_type... function _SOKOL_PRIVATE (line 13353) | _SOKOL_PRIVATE WGPULoadOp _sg_wgpu_load_op(WGPUTextureView view, sg_load... function _SOKOL_PRIVATE (line 13368) | _SOKOL_PRIVATE WGPUStoreOp _sg_wgpu_store_op(WGPUTextureView view, sg_st... function _SOKOL_PRIVATE (line 13382) | _SOKOL_PRIVATE WGPUTextureViewDimension _sg_wgpu_texture_view_dimension(... function _SOKOL_PRIVATE (line 13392) | _SOKOL_PRIVATE WGPUTextureDimension _sg_wgpu_texture_dimension(sg_image_... function _SOKOL_PRIVATE (line 13400) | _SOKOL_PRIVATE WGPUTextureSampleType _sg_wgpu_texture_sample_type(sg_ima... function _SOKOL_PRIVATE (line 13411) | _SOKOL_PRIVATE WGPUSamplerBindingType _sg_wgpu_sampler_binding_type(sg_s... function _SOKOL_PRIVATE (line 13420) | _SOKOL_PRIVATE WGPUAddressMode _sg_wgpu_sampler_address_mode(sg_wrap m) { function _SOKOL_PRIVATE (line 13435) | _SOKOL_PRIVATE WGPUFilterMode _sg_wgpu_sampler_minmag_filter(sg_filter f) { function _SOKOL_PRIVATE (line 13447) | _SOKOL_PRIVATE WGPUMipmapFilterMode _sg_wgpu_sampler_mipmap_filter(sg_fi... function _SOKOL_PRIVATE (line 13460) | _SOKOL_PRIVATE WGPUIndexFormat _sg_wgpu_indexformat(sg_index_type t) { function _SOKOL_PRIVATE (line 13465) | _SOKOL_PRIVATE WGPUIndexFormat _sg_wgpu_stripindexformat(sg_primitive_ty... function _SOKOL_PRIVATE (line 13475) | _SOKOL_PRIVATE WGPUVertexStepMode _sg_wgpu_stepmode(sg_vertex_step s) { function _SOKOL_PRIVATE (line 13479) | _SOKOL_PRIVATE WGPUVertexFormat _sg_wgpu_vertexformat(sg_vertex_format f) { function _SOKOL_PRIVATE (line 13505) | _SOKOL_PRIVATE WGPUPrimitiveTopology _sg_wgpu_topology(sg_primitive_type... function _SOKOL_PRIVATE (line 13518) | _SOKOL_PRIVATE WGPUFrontFace _sg_wgpu_frontface(sg_face_winding fw) { function _SOKOL_PRIVATE (line 13522) | _SOKOL_PRIVATE WGPUCullMode _sg_wgpu_cullmode(sg_cull_mode cm) { function _SOKOL_PRIVATE (line 13533) | _SOKOL_PRIVATE WGPUTextureFormat _sg_wgpu_textureformat(sg_pixel_format ... function _SOKOL_PRIVATE (line 13615) | _SOKOL_PRIVATE WGPUCompareFunction _sg_wgpu_comparefunc(sg_compare_func ... function _SOKOL_PRIVATE (line 13631) | _SOKOL_PRIVATE WGPUStencilOperation _sg_wgpu_stencilop(sg_stencil_op op) { function _SOKOL_PRIVATE (line 13647) | _SOKOL_PRIVATE WGPUBlendOperation _sg_wgpu_blendop(sg_blend_op op) { function _SOKOL_PRIVATE (line 13658) | _SOKOL_PRIVATE WGPUBlendFactor _sg_wgpu_blendfactor(sg_blend_factor f) { function _SOKOL_PRIVATE (line 13682) | _SOKOL_PRIVATE WGPUColorWriteMaskFlags _sg_wgpu_colorwritemask(uint8_t m) { function _SOKOL_PRIVATE (line 13709) | _SOKOL_PRIVATE uint32_t _sg_wgpu_image_binding(sg_shader_stage stage, in... function _SOKOL_PRIVATE (line 13718) | _SOKOL_PRIVATE uint32_t _sg_wgpu_sampler_binding(sg_shader_stage stage, ... function _SOKOL_PRIVATE (line 13727) | _SOKOL_PRIVATE uint32_t _sg_wgpu_storagebuffer_binding(sg_shader_stage s... function _SOKOL_PRIVATE (line 13736) | _SOKOL_PRIVATE WGPUShaderStage _sg_wgpu_shader_stage(sg_shader_stage sta... function _SOKOL_PRIVATE (line 13744) | _SOKOL_PRIVATE void _sg_wgpu_init_caps(void) { function _SOKOL_PRIVATE (line 13848) | _SOKOL_PRIVATE void _sg_wgpu_uniform_buffer_init(const sg_desc* desc) { function _SOKOL_PRIVATE (line 13909) | _SOKOL_PRIVATE void _sg_wgpu_uniform_buffer_discard(void) { function _SOKOL_PRIVATE (line 13928) | _SOKOL_PRIVATE void _sg_wgpu_uniform_buffer_on_begin_pass(void) { function _SOKOL_PRIVATE (line 13936) | _SOKOL_PRIVATE void _sg_wgpu_uniform_buffer_on_commit(void) { function _SOKOL_PRIVATE (line 13943) | _SOKOL_PRIVATE void _sg_wgpu_bindgroups_pool_init(const sg_desc* desc) { function _SOKOL_PRIVATE (line 13953) | _SOKOL_PRIVATE void _sg_wgpu_bindgroups_pool_discard(void) { function _SOKOL_PRIVATE (line 13960) | _SOKOL_PRIVATE _sg_wgpu_bindgroup_t* _sg_wgpu_bindgroup_at(uint32_t bg_i... function _SOKOL_PRIVATE (line 13968) | _SOKOL_PRIVATE _sg_wgpu_bindgroup_t* _sg_wgpu_lookup_bindgroup(uint32_t ... function _sg_wgpu_alloc_bindgroup (line 13978) | _sg_wgpu_alloc_bindgroup(void) { function _SOKOL_PRIVATE (line 13991) | _SOKOL_PRIVATE void _sg_wgpu_dealloc_bindgroup(_sg_wgpu_bindgroup_t* bg) { function _SOKOL_PRIVATE (line 13998) | _SOKOL_PRIVATE void _sg_wgpu_reset_bindgroup_to_alloc_state(_sg_wgpu_bin... function _SOKOL_PRIVATE (line 14007) | _SOKOL_PRIVATE uint64_t _sg_wgpu_hash(const void* key, int len, uint64_t... function _SOKOL_PRIVATE (line 14044) | _SOKOL_PRIVATE void _sg_wgpu_init_bindgroups_cache_key(_sg_wgpu_bindgrou... function _SOKOL_PRIVATE (line 14090) | _SOKOL_PRIVATE bool _sg_wgpu_compare_bindgroups_cache_key(_sg_wgpu_bindg... function _SOKOL_PRIVATE (line 14102) | _SOKOL_PRIVATE _sg_wgpu_bindgroup_t* _sg_wgpu_create_bindgroup(_sg_bindi... function _SOKOL_PRIVATE (line 14170) | _SOKOL_PRIVATE void _sg_wgpu_discard_bindgroup(_sg_wgpu_bindgroup_t* bg) { function _SOKOL_PRIVATE (line 14187) | _SOKOL_PRIVATE void _sg_wgpu_discard_all_bindgroups(void) { function _SOKOL_PRIVATE (line 14197) | _SOKOL_PRIVATE void _sg_wgpu_bindgroups_cache_init(const sg_desc* desc) { function _SOKOL_PRIVATE (line 14215) | _SOKOL_PRIVATE void _sg_wgpu_bindgroups_cache_discard(void) { function _SOKOL_PRIVATE (line 14224) | _SOKOL_PRIVATE void _sg_wgpu_bindgroups_cache_set(uint64_t hash, uint32_... function _SOKOL_PRIVATE (line 14231) | _SOKOL_PRIVATE uint32_t _sg_wgpu_bindgroups_cache_get(uint64_t hash) { function _SOKOL_PRIVATE (line 14238) | _SOKOL_PRIVATE void _sg_wgpu_bindings_cache_clear(void) { function _SOKOL_PRIVATE (line 14242) | _SOKOL_PRIVATE bool _sg_wgpu_bindings_cache_vb_dirty(int index, const _s... function _SOKOL_PRIVATE (line 14252) | _SOKOL_PRIVATE void _sg_wgpu_bindings_cache_vb_update(int index, const _... function _SOKOL_PRIVATE (line 14263) | _SOKOL_PRIVATE bool _sg_wgpu_bindings_cache_ib_dirty(const _sg_buffer_t*... function _SOKOL_PRIVATE (line 14272) | _SOKOL_PRIVATE void _sg_wgpu_bindings_cache_ib_update(const _sg_buffer_t... function _SOKOL_PRIVATE (line 14282) | _SOKOL_PRIVATE bool _sg_wgpu_bindings_cache_bg_dirty(const _sg_wgpu_bind... function _SOKOL_PRIVATE (line 14290) | _SOKOL_PRIVATE void _sg_wgpu_bindings_cache_bg_update(const _sg_wgpu_bin... function _SOKOL_PRIVATE (line 14298) | _SOKOL_PRIVATE void _sg_wgpu_set_bindings_bindgroup(_sg_wgpu_bindgroup_t... function _SOKOL_PRIVATE (line 14315) | _SOKOL_PRIVATE bool _sg_wgpu_apply_bindgroup(_sg_bindings_t* bnd) { function _SOKOL_PRIVATE (line 14366) | _SOKOL_PRIVATE bool _sg_wgpu_apply_index_buffer(_sg_bindings_t* bnd) { function _SOKOL_PRIVATE (line 14385) | _SOKOL_PRIVATE bool _sg_wgpu_apply_vertex_buffers(_sg_bindings_t* bnd) { function _SOKOL_PRIVATE (line 14403) | _SOKOL_PRIVATE void _sg_wgpu_setup_backend(const sg_desc* desc) { function _SOKOL_PRIVATE (line 14439) | _SOKOL_PRIVATE void _sg_wgpu_discard_backend(void) { function _SOKOL_PRIVATE (line 14452) | _SOKOL_PRIVATE void _sg_wgpu_reset_state_cache(void) { function _SOKOL_PRIVATE (line 14456) | _SOKOL_PRIVATE sg_resource_state _sg_wgpu_create_buffer(_sg_buffer_t* bu... function _SOKOL_PRIVATE (line 14492) | _SOKOL_PRIVATE void _sg_wgpu_discard_buffer(_sg_buffer_t* buf) { function _SOKOL_PRIVATE (line 14500) | _SOKOL_PRIVATE void _sg_wgpu_copy_buffer_data(const _sg_buffer_t* buf, u... function _SOKOL_PRIVATE (line 14520) | _SOKOL_PRIVATE void _sg_wgpu_copy_image_data(const _sg_image_t* img, WGP... function _SOKOL_PRIVATE (line 14566) | _SOKOL_PRIVATE sg_resource_state _sg_wgpu_create_image(_sg_image_t* img,... function _SOKOL_PRIVATE (line 14629) | _SOKOL_PRIVATE void _sg_wgpu_discard_image(_sg_image_t* img) { function _SOKOL_PRIVATE (line 14642) | _SOKOL_PRIVATE sg_resource_state _sg_wgpu_create_sampler(_sg_sampler_t* ... function _SOKOL_PRIVATE (line 14675) | _SOKOL_PRIVATE void _sg_wgpu_discard_sampler(_sg_sampler_t* smp) { function _SOKOL_PRIVATE (line 14683) | _SOKOL_PRIVATE sg_resource_state _sg_wgpu_create_shader(_sg_shader_t* sh... function _SOKOL_PRIVATE (line 14768) | _SOKOL_PRIVATE void _sg_wgpu_discard_shader(_sg_shader_t* shd) { function _SOKOL_PRIVATE (line 14783) | _SOKOL_PRIVATE sg_resource_state _sg_wgpu_create_pipeline(_sg_pipeline_t... function _SOKOL_PRIVATE (line 14912) | _SOKOL_PRIVATE void _sg_wgpu_discard_pipeline(_sg_pipeline_t* pip) { function _SOKOL_PRIVATE (line 14924) | _SOKOL_PRIVATE sg_resource_state _sg_wgpu_create_attachments(_sg_attachm... function _SOKOL_PRIVATE (line 14995) | _SOKOL_PRIVATE void _sg_wgpu_discard_attachments(_sg_attachments_t* atts) { function _SOKOL_PRIVATE (line 15013) | _SOKOL_PRIVATE _sg_image_t* _sg_wgpu_attachments_color_image(const _sg_a... function _SOKOL_PRIVATE (line 15019) | _SOKOL_PRIVATE _sg_image_t* _sg_wgpu_attachments_resolve_image(const _sg... function _SOKOL_PRIVATE (line 15025) | _SOKOL_PRIVATE _sg_image_t* _sg_wgpu_attachments_ds_image(const _sg_atta... function _SOKOL_PRIVATE (line 15031) | _SOKOL_PRIVATE void _sg_wgpu_init_color_att(WGPURenderPassColorAttachmen... function _SOKOL_PRIVATE (line 15043) | _SOKOL_PRIVATE void _sg_wgpu_init_ds_att(WGPURenderPassDepthStencilAttac... function _SOKOL_PRIVATE (line 15060) | _SOKOL_PRIVATE void _sg_wgpu_begin_pass(const sg_pass* pass) { function _SOKOL_PRIVATE (line 15115) | _SOKOL_PRIVATE void _sg_wgpu_end_pass(void) { function _SOKOL_PRIVATE (line 15123) | _SOKOL_PRIVATE void _sg_wgpu_commit(void) { function _SOKOL_PRIVATE (line 15144) | _SOKOL_PRIVATE void _sg_wgpu_apply_viewport(int x, int y, int w, int h, ... function _SOKOL_PRIVATE (line 15158) | _SOKOL_PRIVATE void _sg_wgpu_apply_scissor_rect(int x, int y, int w, int... function _SOKOL_PRIVATE (line 15168) | _SOKOL_PRIVATE void _sg_wgpu_apply_pipeline(_sg_pipeline_t* pip) { function _SOKOL_PRIVATE (line 15180) | _SOKOL_PRIVATE bool _sg_wgpu_apply_bindings(_sg_bindings_t* bnd) { function _SOKOL_PRIVATE (line 15191) | _SOKOL_PRIVATE void _sg_wgpu_apply_uniforms(sg_shader_stage stage_index,... function _SOKOL_PRIVATE (line 15215) | _SOKOL_PRIVATE void _sg_wgpu_draw(int base_element, int num_elements, in... function _SOKOL_PRIVATE (line 15225) | _SOKOL_PRIVATE void _sg_wgpu_update_buffer(_sg_buffer_t* buf, const sg_r... function _SOKOL_PRIVATE (line 15231) | _SOKOL_PRIVATE void _sg_wgpu_append_buffer(_sg_buffer_t* buf, const sg_r... function _SOKOL_PRIVATE (line 15237) | _SOKOL_PRIVATE void _sg_wgpu_update_image(_sg_image_t* img, const sg_ima... function _sg_setup_backend (line 15250) | static inline void _sg_setup_backend(const sg_desc* desc) { function _sg_discard_backend (line 15266) | static inline void _sg_discard_backend(void) { function _sg_reset_state_cache (line 15282) | static inline void _sg_reset_state_cache(void) { function sg_resource_state (line 15298) | static inline sg_resource_state _sg_create_buffer(_sg_buffer_t* buf, con... function _sg_discard_buffer (line 15314) | static inline void _sg_discard_buffer(_sg_buffer_t* buf) { function sg_resource_state (line 15330) | static inline sg_resource_state _sg_create_image(_sg_image_t* img, const... function _sg_discard_image (line 15346) | static inline void _sg_discard_image(_sg_image_t* img) { function sg_resource_state (line 15362) | static inline sg_resource_state _sg_create_sampler(_sg_sampler_t* smp, c... function _sg_discard_sampler (line 15378) | static inline void _sg_discard_sampler(_sg_sampler_t* smp) { function sg_resource_state (line 15394) | static inline sg_resource_state _sg_create_shader(_sg_shader_t* shd, con... function _sg_discard_shader (line 15410) | static inline void _sg_discard_shader(_sg_shader_t* shd) { function sg_resource_state (line 15426) | static inline sg_resource_state _sg_create_pipeline(_sg_pipeline_t* pip,... function _sg_discard_pipeline (line 15442) | static inline void _sg_discard_pipeline(_sg_pipeline_t* pip) { function sg_resource_state (line 15458) | static inline sg_resource_state _sg_create_attachments(_sg_attachments_t... function _sg_discard_attachments (line 15474) | static inline void _sg_discard_attachments(_sg_attachments_t* atts) { function _sg_image_t (line 15490) | static inline _sg_image_t* _sg_attachments_color_image(const _sg_attachm... function _sg_image_t (line 15506) | static inline _sg_image_t* _sg_attachments_resolve_image(const _sg_attac... function _sg_image_t (line 15522) | static inline _sg_image_t* _sg_attachments_ds_image(const _sg_attachment... function _sg_begin_pass (line 15538) | static inline void _sg_begin_pass(const sg_pass* pass) { function _sg_end_pass (line 15554) | static inline void _sg_end_pass(void) { function _sg_apply_viewport (line 15570) | static inline void _sg_apply_viewport(int x, int y, int w, int h, bool o... function _sg_apply_scissor_rect (line 15586) | static inline void _sg_apply_scissor_rect(int x, int y, int w, int h, bo... function _sg_apply_pipeline (line 15602) | static inline void _sg_apply_pipeline(_sg_pipeline_t* pip) { function _sg_apply_bindings (line 15618) | static inline bool _sg_apply_bindings(_sg_bindings_t* bnd) { function _sg_apply_uniforms (line 15634) | static inline void _sg_apply_uniforms(sg_shader_stage stage_index, int u... function _sg_draw (line 15650) | static inline void _sg_draw(int base_element, int num_elements, int num_... function _sg_commit (line 15666) | static inline void _sg_commit(void) { function _sg_update_buffer (line 15682) | static inline void _sg_update_buffer(_sg_buffer_t* buf, const sg_range* ... function _sg_append_buffer (line 15698) | static inline void _sg_append_buffer(_sg_buffer_t* buf, const sg_range* ... function _sg_update_image (line 15714) | static inline void _sg_update_image(_sg_image_t* img, const sg_image_dat... function _sg_push_debug_group (line 15730) | static inline void _sg_push_debug_group(const char* name) { function _sg_pop_debug_group (line 15738) | static inline void _sg_pop_debug_group(void) { function _SOKOL_PRIVATE (line 15751) | _SOKOL_PRIVATE void _sg_init_pool(_sg_pool_t* pool, int num) { function _SOKOL_PRIVATE (line 15767) | _SOKOL_PRIVATE void _sg_discard_pool(_sg_pool_t* pool) { function _SOKOL_PRIVATE (line 15779) | _SOKOL_PRIVATE int _sg_pool_alloc_index(_sg_pool_t* pool) { function _SOKOL_PRIVATE (line 15792) | _SOKOL_PRIVATE void _sg_pool_free_index(_sg_pool_t* pool, int slot_index) { function _SOKOL_PRIVATE (line 15807) | _SOKOL_PRIVATE void _sg_reset_slot(_sg_slot_t* slot) { function _SOKOL_PRIVATE (line 15812) | _SOKOL_PRIVATE void _sg_reset_buffer_to_alloc_state(_sg_buffer_t* buf) { function _SOKOL_PRIVATE (line 15820) | _SOKOL_PRIVATE void _sg_reset_image_to_alloc_state(_sg_image_t* img) { function _SOKOL_PRIVATE (line 15828) | _SOKOL_PRIVATE void _sg_reset_sampler_to_alloc_state(_sg_sampler_t* smp) { function _SOKOL_PRIVATE (line 15836) | _SOKOL_PRIVATE void _sg_reset_shader_to_alloc_state(_sg_shader_t* shd) { function _SOKOL_PRIVATE (line 15844) | _SOKOL_PRIVATE void _sg_reset_pipeline_to_alloc_state(_sg_pipeline_t* pi... function _SOKOL_PRIVATE (line 15852) | _SOKOL_PRIVATE void _sg_reset_attachments_to_alloc_state(_sg_attachments... function _SOKOL_PRIVATE (line 15860) | _SOKOL_PRIVATE void _sg_setup_pools(_sg_pools_t* p, const sg_desc* desc) { function _SOKOL_PRIVATE (line 15895) | _SOKOL_PRIVATE void _sg_discard_pools(_sg_pools_t* p) { function _SOKOL_PRIVATE (line 15918) | _SOKOL_PRIVATE uint32_t _sg_slot_alloc(_sg_pool_t* pool, _sg_slot_t* slo... function _SOKOL_PRIVATE (line 15934) | _SOKOL_PRIVATE int _sg_slot_index(uint32_t id) { function _SOKOL_PRIVATE (line 15941) | _SOKOL_PRIVATE _sg_buffer_t* _sg_buffer_at(const _sg_pools_t* p, uint32_... function _SOKOL_PRIVATE (line 15948) | _SOKOL_PRIVATE _sg_image_t* _sg_image_at(const _sg_pools_t* p, uint32_t ... function _SOKOL_PRIVATE (line 15955) | _SOKOL_PRIVATE _sg_sampler_t* _sg_sampler_at(const _sg_pools_t* p, uint3... function _SOKOL_PRIVATE (line 15962) | _SOKOL_PRIVATE _sg_shader_t* _sg_shader_at(const _sg_pools_t* p, uint32_... function _SOKOL_PRIVATE (line 15969) | _SOKOL_PRIVATE _sg_pipeline_t* _sg_pipeline_at(const _sg_pools_t* p, uin... function _SOKOL_PRIVATE (line 15976) | _SOKOL_PRIVATE _sg_attachments_t* _sg_attachments_at(const _sg_pools_t* ... function _SOKOL_PRIVATE (line 15984) | _SOKOL_PRIVATE _sg_buffer_t* _sg_lookup_buffer(const _sg_pools_t* p, uin... function _SOKOL_PRIVATE (line 15994) | _SOKOL_PRIVATE _sg_image_t* _sg_lookup_image(const _sg_pools_t* p, uint3... function _SOKOL_PRIVATE (line 16004) | _SOKOL_PRIVATE _sg_sampler_t* _sg_lookup_sampler(const _sg_pools_t* p, u... function _SOKOL_PRIVATE (line 16014) | _SOKOL_PRIVATE _sg_shader_t* _sg_lookup_shader(const _sg_pools_t* p, uin... function _SOKOL_PRIVATE (line 16025) | _SOKOL_PRIVATE _sg_pipeline_t* _sg_lookup_pipeline(const _sg_pools_t* p,... function _SOKOL_PRIVATE (line 16036) | _SOKOL_PRIVATE _sg_attachments_t* _sg_lookup_attachments(const _sg_pools... function _SOKOL_PRIVATE (line 16047) | _SOKOL_PRIVATE void _sg_discard_all_resources(_sg_pools_t* p) { function _SOKOL_PRIVATE (line 16101) | _SOKOL_PRIVATE void _sg_validate_begin(void) { function _SOKOL_PRIVATE (line 16105) | _SOKOL_PRIVATE bool _sg_validate_end(void) { function _SOKOL_PRIVATE (line 16119) | _SOKOL_PRIVATE bool _sg_validate_buffer_desc(const sg_buffer_desc* desc) { function _SOKOL_PRIVATE (line 16150) | _SOKOL_PRIVATE void _sg_validate_image_data(const sg_image_data* data, s... function _SOKOL_PRIVATE (line 16175) | _SOKOL_PRIVATE bool _sg_validate_image_desc(const sg_image_desc* desc) { function _SOKOL_PRIVATE (line 16246) | _SOKOL_PRIVATE bool _sg_validate_sampler_desc(const sg_sampler_desc* des... function _SOKOL_PRIVATE (line 16271) | _SOKOL_PRIVATE bool _sg_validate_shader_desc(const sg_shader_desc* desc) { function _SOKOL_PRIVATE (line 16438) | _SOKOL_PRIVATE bool _sg_validate_pipeline_desc(const sg_pipeline_desc* d... function _SOKOL_PRIVATE (line 16481) | _SOKOL_PRIVATE bool _sg_validate_attachments_desc(const sg_attachments_d... function _SOKOL_PRIVATE (line 16583) | _SOKOL_PRIVATE bool _sg_validate_begin_pass(const sg_pass* pass) { function _SOKOL_PRIVATE (line 16693) | _SOKOL_PRIVATE bool _sg_validate_apply_pipeline(sg_pipeline pip_id) { function _SOKOL_PRIVATE (line 16745) | _SOKOL_PRIVATE bool _sg_validate_apply_bindings(const sg_bindings* bindi... function _SOKOL_PRIVATE (line 16950) | _SOKOL_PRIVATE bool _sg_validate_apply_uniforms(sg_shader_stage stage_in... function _SOKOL_PRIVATE (line 16979) | _SOKOL_PRIVATE bool _sg_validate_update_buffer(const _sg_buffer_t* buf, ... function _SOKOL_PRIVATE (line 16998) | _SOKOL_PRIVATE bool _sg_validate_append_buffer(const _sg_buffer_t* buf, ... function _SOKOL_PRIVATE (line 17016) | _SOKOL_PRIVATE bool _sg_validate_update_image(const _sg_image_t* img, co... function _SOKOL_PRIVATE (line 17047) | _SOKOL_PRIVATE sg_buffer_desc _sg_buffer_desc_defaults(const sg_buffer_d... function _SOKOL_PRIVATE (line 17059) | _SOKOL_PRIVATE sg_image_desc _sg_image_desc_defaults(const sg_image_desc... function _SOKOL_PRIVATE (line 17075) | _SOKOL_PRIVATE sg_sampler_desc _sg_sampler_desc_defaults(const sg_sample... function _SOKOL_PRIVATE (line 17090) | _SOKOL_PRIVATE sg_shader_desc _sg_shader_desc_defaults(const sg_shader_d... function _SOKOL_PRIVATE (line 17142) | _SOKOL_PRIVATE sg_pipeline_desc _sg_pipeline_desc_defaults(const sg_pipe... function _SOKOL_PRIVATE (line 17227) | _SOKOL_PRIVATE sg_attachments_desc _sg_attachments_desc_defaults(const s... function _SOKOL_PRIVATE (line 17232) | _SOKOL_PRIVATE sg_buffer _sg_alloc_buffer(void) { function _SOKOL_PRIVATE (line 17244) | _SOKOL_PRIVATE sg_image _sg_alloc_image(void) { function _SOKOL_PRIVATE (line 17256) | _SOKOL_PRIVATE sg_sampler _sg_alloc_sampler(void) { function _SOKOL_PRIVATE (line 17268) | _SOKOL_PRIVATE sg_shader _sg_alloc_shader(void) { function _sg_alloc_pipeline (line 17280) | _sg_alloc_pipeline(void) { function _sg_alloc_attachments (line 17292) | _sg_alloc_attachments(void) { function _SOKOL_PRIVATE (line 17304) | _SOKOL_PRIVATE void _sg_dealloc_buffer(_sg_buffer_t* buf) { function _SOKOL_PRIVATE (line 17310) | _SOKOL_PRIVATE void _sg_dealloc_image(_sg_image_t* img) { function _SOKOL_PRIVATE (line 17316) | _SOKOL_PRIVATE void _sg_dealloc_sampler(_sg_sampler_t* smp) { function _SOKOL_PRIVATE (line 17322) | _SOKOL_PRIVATE void _sg_dealloc_shader(_sg_shader_t* shd) { function _SOKOL_PRIVATE (line 17328) | _SOKOL_PRIVATE void _sg_dealloc_pipeline(_sg_pipeline_t* pip) { function _SOKOL_PRIVATE (line 17334) | _SOKOL_PRIVATE void _sg_dealloc_attachments(_sg_attachments_t* atts) { function _SOKOL_PRIVATE (line 17340) | _SOKOL_PRIVATE void _sg_init_buffer(_sg_buffer_t* buf, const sg_buffer_d... function _SOKOL_PRIVATE (line 17352) | _SOKOL_PRIVATE void _sg_init_image(_sg_image_t* img, const sg_image_desc... function _SOKOL_PRIVATE (line 17364) | _SOKOL_PRIVATE void _sg_init_sampler(_sg_sampler_t* smp, const sg_sample... function _SOKOL_PRIVATE (line 17376) | _SOKOL_PRIVATE void _sg_init_shader(_sg_shader_t* shd, const sg_shader_d... function _SOKOL_PRIVATE (line 17388) | _SOKOL_PRIVATE void _sg_init_pipeline(_sg_pipeline_t* pip, const sg_pipe... function _SOKOL_PRIVATE (line 17405) | _SOKOL_PRIVATE void _sg_init_attachments(_sg_attachments_t* atts, const ... function _SOKOL_PRIVATE (line 17453) | _SOKOL_PRIVATE void _sg_uninit_buffer(_sg_buffer_t* buf) { function _SOKOL_PRIVATE (line 17459) | _SOKOL_PRIVATE void _sg_uninit_image(_sg_image_t* img) { function _SOKOL_PRIVATE (line 17465) | _SOKOL_PRIVATE void _sg_uninit_sampler(_sg_sampler_t* smp) { function _SOKOL_PRIVATE (line 17471) | _SOKOL_PRIVATE void _sg_uninit_shader(_sg_shader_t* shd) { function _SOKOL_PRIVATE (line 17477) | _SOKOL_PRIVATE void _sg_uninit_pipeline(_sg_pipeline_t* pip) { function _SOKOL_PRIVATE (line 17483) | _SOKOL_PRIVATE void _sg_uninit_attachments(_sg_attachments_t* atts) { function _SOKOL_PRIVATE (line 17489) | _SOKOL_PRIVATE void _sg_setup_commit_listeners(const sg_desc* desc) { function _SOKOL_PRIVATE (line 17499) | _SOKOL_PRIVATE void _sg_discard_commit_listeners(void) { function _SOKOL_PRIVATE (line 17505) | _SOKOL_PRIVATE void _sg_notify_commit_listeners(void) { function _SOKOL_PRIVATE (line 17515) | _SOKOL_PRIVATE bool _sg_add_commit_listener(const sg_commit_listener* ne... function _SOKOL_PRIVATE (line 17548) | _SOKOL_PRIVATE bool _sg_remove_commit_listener(const sg_commit_listener*... function _SOKOL_PRIVATE (line 17565) | _SOKOL_PRIVATE sg_desc _sg_desc_defaults(const sg_desc* desc) { function _SOKOL_PRIVATE (line 17592) | _SOKOL_PRIVATE sg_pass _sg_pass_defaults(const sg_pass* pass) { function SOKOL_API_IMPL (line 17611) | SOKOL_API_IMPL void sg_setup(const sg_desc* desc) { function SOKOL_API_IMPL (line 17625) | SOKOL_API_IMPL void sg_shutdown(void) { function SOKOL_API_IMPL (line 17633) | SOKOL_API_IMPL bool sg_isvalid(void) { function SOKOL_API_IMPL (line 17637) | SOKOL_API_IMPL sg_desc sg_query_desc(void) { function SOKOL_API_IMPL (line 17642) | SOKOL_API_IMPL sg_backend sg_query_backend(void) { function sg_query_features (line 17647) | sg_query_features(void) { function SOKOL_API_IMPL (line 17652) | SOKOL_API_IMPL sg_limits sg_query_limits(void) { function SOKOL_API_IMPL (line 17657) | SOKOL_API_IMPL sg_pixelformat_info sg_query_pixelformat(sg_pixel_format ... function SOKOL_API_IMPL (line 17677) | SOKOL_API_IMPL int sg_query_row_pitch(sg_pixel_format fmt, int width, in... function SOKOL_API_IMPL (line 17685) | SOKOL_API_IMPL int sg_query_surface_pitch(sg_pixel_format fmt, int width... function sg_query_frame_stats (line 17693) | sg_query_frame_stats(void) { function SOKOL_API_IMPL (line 17698) | SOKOL_API_IMPL sg_trace_hooks sg_install_trace_hooks(const sg_trace_hook... function SOKOL_API_IMPL (line 17712) | SOKOL_API_IMPL sg_buffer sg_alloc_buffer(void) { function SOKOL_API_IMPL (line 17719) | SOKOL_API_IMPL sg_image sg_alloc_image(void) { function SOKOL_API_IMPL (line 17726) | SOKOL_API_IMPL sg_sampler sg_alloc_sampler(void) { function SOKOL_API_IMPL (line 17733) | SOKOL_API_IMPL sg_shader sg_alloc_shader(void) { function sg_alloc_pipeline (line 17740) | sg_alloc_pipeline(void) { function sg_alloc_attachments (line 17747) | sg_alloc_attachments(void) { function SOKOL_API_IMPL (line 17754) | SOKOL_API_IMPL void sg_dealloc_buffer(sg_buffer buf_id) { function SOKOL_API_IMPL (line 17767) | SOKOL_API_IMPL void sg_dealloc_image(sg_image img_id) { function SOKOL_API_IMPL (line 17780) | SOKOL_API_IMPL void sg_dealloc_sampler(sg_sampler smp_id) { function SOKOL_API_IMPL (line 17793) | SOKOL_API_IMPL void sg_dealloc_shader(sg_shader shd_id) { function SOKOL_API_IMPL (line 17806) | SOKOL_API_IMPL void sg_dealloc_pipeline(sg_pipeline pip_id) { function SOKOL_API_IMPL (line 17819) | SOKOL_API_IMPL void sg_dealloc_attachments(sg_attachments atts_id) { function SOKOL_API_IMPL (line 17832) | SOKOL_API_IMPL void sg_init_buffer(sg_buffer buf_id, const sg_buffer_des... function SOKOL_API_IMPL (line 17847) | SOKOL_API_IMPL void sg_init_image(sg_image img_id, const sg_image_desc* ... function SOKOL_API_IMPL (line 17862) | SOKOL_API_IMPL void sg_init_sampler(sg_sampler smp_id, const sg_sampler_... function SOKOL_API_IMPL (line 17877) | SOKOL_API_IMPL void sg_init_shader(sg_shader shd_id, const sg_shader_des... function SOKOL_API_IMPL (line 17892) | SOKOL_API_IMPL void sg_init_pipeline(sg_pipeline pip_id, const sg_pipeli... function SOKOL_API_IMPL (line 17907) | SOKOL_API_IMPL void sg_init_attachments(sg_attachments atts_id, const sg... function SOKOL_API_IMPL (line 17922) | SOKOL_API_IMPL void sg_uninit_buffer(sg_buffer buf_id) { function SOKOL_API_IMPL (line 17936) | SOKOL_API_IMPL void sg_uninit_image(sg_image img_id) { function SOKOL_API_IMPL (line 17950) | SOKOL_API_IMPL void sg_uninit_sampler(sg_sampler smp_id) { function SOKOL_API_IMPL (line 17964) | SOKOL_API_IMPL void sg_uninit_shader(sg_shader shd_id) { function SOKOL_API_IMPL (line 17978) | SOKOL_API_IMPL void sg_uninit_pipeline(sg_pipeline pip_id) { function SOKOL_API_IMPL (line 17992) | SOKOL_API_IMPL void sg_uninit_attachments(sg_attachments atts_id) { function SOKOL_API_IMPL (line 18006) | SOKOL_API_IMPL void sg_fail_buffer(sg_buffer buf_id) { function SOKOL_API_IMPL (line 18019) | SOKOL_API_IMPL void sg_fail_image(sg_image img_id) { function SOKOL_API_IMPL (line 18032) | SOKOL_API_IMPL void sg_fail_sampler(sg_sampler smp_id) { function SOKOL_API_IMPL (line 18045) | SOKOL_API_IMPL void sg_fail_shader(sg_shader shd_id) { function SOKOL_API_IMPL (line 18058) | SOKOL_API_IMPL void sg_fail_pipeline(sg_pipeline pip_id) { function SOKOL_API_IMPL (line 18071) | SOKOL_API_IMPL void sg_fail_attachments(sg_attachments atts_id) { function SOKOL_API_IMPL (line 18084) | SOKOL_API_IMPL sg_resource_state sg_query_buffer_state(sg_buffer buf_id) { function SOKOL_API_IMPL (line 18091) | SOKOL_API_IMPL sg_resource_state sg_query_image_state(sg_image img_id) { function SOKOL_API_IMPL (line 18098) | SOKOL_API_IMPL sg_resource_state sg_query_sampler_state(sg_sampler smp_i... function SOKOL_API_IMPL (line 18105) | SOKOL_API_IMPL sg_resource_state sg_query_shader_state(sg_shader shd_id) { function SOKOL_API_IMPL (line 18112) | SOKOL_API_IMPL sg_resource_state sg_query_pipeline_state(sg_pipeline pip... function SOKOL_API_IMPL (line 18119) | SOKOL_API_IMPL sg_resource_state sg_query_attachments_state(sg_attachmen... function SOKOL_API_IMPL (line 18126) | SOKOL_API_IMPL sg_buffer sg_make_buffer(const sg_buffer_desc* desc) { function SOKOL_API_IMPL (line 18141) | SOKOL_API_IMPL sg_image sg_make_image(const sg_image_desc* desc) { function SOKOL_API_IMPL (line 18156) | SOKOL_API_IMPL sg_sampler sg_make_sampler(const sg_sampler_desc* desc) { function SOKOL_API_IMPL (line 18171) | SOKOL_API_IMPL sg_shader sg_make_shader(const sg_shader_desc* desc) { function SOKOL_API_IMPL (line 18186) | SOKOL_API_IMPL sg_pipeline sg_make_pipeline(const sg_pipeline_desc* desc) { function SOKOL_API_IMPL (line 18201) | SOKOL_API_IMPL sg_attachments sg_make_attachments(const sg_attachments_d... function SOKOL_API_IMPL (line 18216) | SOKOL_API_IMPL void sg_destroy_buffer(sg_buffer buf_id) { function SOKOL_API_IMPL (line 18232) | SOKOL_API_IMPL void sg_destroy_image(sg_image img_id) { function SOKOL_API_IMPL (line 18248) | SOKOL_API_IMPL void sg_destroy_sampler(sg_sampler smp_id) { function SOKOL_API_IMPL (line 18264) | SOKOL_API_IMPL void sg_destroy_shader(sg_shader shd_id) { function SOKOL_API_IMPL (line 18280) | SOKOL_API_IMPL void sg_destroy_pipeline(sg_pipeline pip_id) { function SOKOL_API_IMPL (line 18296) | SOKOL_API_IMPL void sg_destroy_attachments(sg_attachments atts_id) { function SOKOL_API_IMPL (line 18312) | SOKOL_API_IMPL void sg_begin_pass(const sg_pass* pass) { function SOKOL_API_IMPL (line 18351) | SOKOL_API_IMPL void sg_apply_viewport(int x, int y, int width, int heigh... function SOKOL_API_IMPL (line 18362) | SOKOL_API_IMPL void sg_apply_viewportf(float x, float y, float width, fl... function SOKOL_API_IMPL (line 18366) | SOKOL_API_IMPL void sg_apply_scissor_rect(int x, int y, int width, int h... function SOKOL_API_IMPL (line 18377) | SOKOL_API_IMPL void sg_apply_scissor_rectf(float x, float y, float width... function SOKOL_API_IMPL (line 18381) | SOKOL_API_IMPL void sg_apply_pipeline(sg_pipeline pip_id) { function SOKOL_API_IMPL (line 18401) | SOKOL_API_IMPL void sg_apply_bindings(const sg_bindings* bindings) { function SOKOL_API_IMPL (line 18531) | SOKOL_API_IMPL void sg_apply_uniforms(sg_shader_stage stage, int ub_inde... function SOKOL_API_IMPL (line 18553) | SOKOL_API_IMPL void sg_draw(int base_element, int num_elements, int num_... function SOKOL_API_IMPL (line 18576) | SOKOL_API_IMPL void sg_end_pass(void) { function SOKOL_API_IMPL (line 18587) | SOKOL_API_IMPL void sg_commit(void) { function SOKOL_API_IMPL (line 18600) | SOKOL_API_IMPL void sg_reset_state_cache(void) { function SOKOL_API_IMPL (line 18606) | SOKOL_API_IMPL void sg_update_buffer(sg_buffer buf_id, const sg_range* d... function SOKOL_API_IMPL (line 18626) | SOKOL_API_IMPL int sg_append_buffer(sg_buffer buf_id, const sg_range* da... function SOKOL_API_IMPL (line 18666) | SOKOL_API_IMPL bool sg_query_buffer_overflow(sg_buffer buf_id) { function SOKOL_API_IMPL (line 18673) | SOKOL_API_IMPL bool sg_query_buffer_will_overflow(sg_buffer buf_id, size... function SOKOL_API_IMPL (line 18690) | SOKOL_API_IMPL void sg_update_image(sg_image img_id, const sg_image_data... function SOKOL_API_IMPL (line 18712) | SOKOL_API_IMPL void sg_push_debug_group(const char* name) { function SOKOL_API_IMPL (line 18719) | SOKOL_API_IMPL void sg_pop_debug_group(void) { function SOKOL_API_IMPL (line 18725) | SOKOL_API_IMPL bool sg_add_commit_listener(sg_commit_listener listener) { function SOKOL_API_IMPL (line 18730) | SOKOL_API_IMPL bool sg_remove_commit_listener(sg_commit_listener listene... function SOKOL_API_IMPL (line 18735) | SOKOL_API_IMPL void sg_enable_frame_stats(void) { function SOKOL_API_IMPL (line 18740) | SOKOL_API_IMPL void sg_disable_frame_stats(void) { function SOKOL_API_IMPL (line 18745) | SOKOL_API_IMPL bool sg_frame_stats_enabled(void) { function SOKOL_API_IMPL (line 18749) | SOKOL_API_IMPL sg_buffer_info sg_query_buffer_info(sg_buffer buf_id) { function SOKOL_API_IMPL (line 18772) | SOKOL_API_IMPL sg_image_info sg_query_image_info(sg_image img_id) { function SOKOL_API_IMPL (line 18792) | SOKOL_API_IMPL sg_sampler_info sg_query_sampler_info(sg_sampler smp_id) { function SOKOL_API_IMPL (line 18804) | SOKOL_API_IMPL sg_shader_info sg_query_shader_info(sg_shader shd_id) { function SOKOL_API_IMPL (line 18816) | SOKOL_API_IMPL sg_pipeline_info sg_query_pipeline_info(sg_pipeline pip_i... function SOKOL_API_IMPL (line 18828) | SOKOL_API_IMPL sg_attachments_info sg_query_attachments_info(sg_attachme... function SOKOL_API_IMPL (line 18840) | SOKOL_API_IMPL sg_buffer_desc sg_query_buffer_desc(sg_buffer buf_id) { function SOKOL_API_IMPL (line 18853) | SOKOL_API_IMPL sg_image_desc sg_query_image_desc(sg_image img_id) { function SOKOL_API_IMPL (line 18872) | SOKOL_API_IMPL sg_sampler_desc sg_query_sampler_desc(sg_sampler smp_id) { function SOKOL_API_IMPL (line 18893) | SOKOL_API_IMPL sg_shader_desc sg_query_shader_desc(sg_shader shd_id) { function SOKOL_API_IMPL (line 18934) | SOKOL_API_IMPL sg_pipeline_desc sg_query_pipeline_desc(sg_pipeline pip_i... function SOKOL_API_IMPL (line 18959) | SOKOL_API_IMPL sg_attachments_desc sg_query_attachments_desc(sg_attachme... function SOKOL_API_IMPL (line 18977) | SOKOL_API_IMPL sg_buffer_desc sg_query_buffer_defaults(const sg_buffer_d... function SOKOL_API_IMPL (line 18982) | SOKOL_API_IMPL sg_image_desc sg_query_image_defaults(const sg_image_desc... function SOKOL_API_IMPL (line 18987) | SOKOL_API_IMPL sg_sampler_desc sg_query_sampler_defaults(const sg_sample... function SOKOL_API_IMPL (line 18992) | SOKOL_API_IMPL sg_shader_desc sg_query_shader_defaults(const sg_shader_d... function SOKOL_API_IMPL (line 18997) | SOKOL_API_IMPL sg_pipeline_desc sg_query_pipeline_defaults(const sg_pipe... function SOKOL_API_IMPL (line 19002) | SOKOL_API_IMPL sg_attachments_desc sg_query_attachments_defaults(const s... function SOKOL_API_IMPL (line 19007) | SOKOL_API_IMPL const void* sg_d3d11_device(void) { function SOKOL_API_IMPL (line 19015) | SOKOL_API_IMPL const void* sg_d3d11_device_context(void) { function SOKOL_API_IMPL (line 19023) | SOKOL_API_IMPL sg_d3d11_buffer_info sg_d3d11_query_buffer_info(sg_buffer... function SOKOL_API_IMPL (line 19038) | SOKOL_API_IMPL sg_d3d11_image_info sg_d3d11_query_image_info(sg_image im... function SOKOL_API_IMPL (line 19056) | SOKOL_API_IMPL sg_d3d11_sampler_info sg_d3d11_query_sampler_info(sg_samp... function SOKOL_API_IMPL (line 19071) | SOKOL_API_IMPL sg_d3d11_shader_info sg_d3d11_query_shader_info(sg_shader... function SOKOL_API_IMPL (line 19091) | SOKOL_API_IMPL sg_d3d11_pipeline_info sg_d3d11_query_pipeline_info(sg_pi... function SOKOL_API_IMPL (line 19109) | SOKOL_API_IMPL sg_d3d11_attachments_info sg_d3d11_query_attachments_info... function SOKOL_API_IMPL (line 19128) | SOKOL_API_IMPL const void* sg_mtl_device(void) { function SOKOL_API_IMPL (line 19140) | SOKOL_API_IMPL const void* sg_mtl_render_command_encoder(void) { function SOKOL_API_IMPL (line 19152) | SOKOL_API_IMPL sg_mtl_buffer_info sg_mtl_query_buffer_info(sg_buffer buf... function SOKOL_API_IMPL (line 19172) | SOKOL_API_IMPL sg_mtl_image_info sg_mtl_query_image_info(sg_image img_id) { function SOKOL_API_IMPL (line 19192) | SOKOL_API_IMPL sg_mtl_sampler_info sg_mtl_query_sampler_info(sg_sampler ... function SOKOL_API_IMPL (line 19209) | SOKOL_API_IMPL sg_mtl_shader_info sg_mtl_query_shader_info(sg_shader shd... function SOKOL_API_IMPL (line 19239) | SOKOL_API_IMPL sg_mtl_pipeline_info sg_mtl_query_pipeline_info(sg_pipeli... function SOKOL_API_IMPL (line 19259) | SOKOL_API_IMPL const void* sg_wgpu_device(void) { function SOKOL_API_IMPL (line 19267) | SOKOL_API_IMPL const void* sg_wgpu_queue(void) { function SOKOL_API_IMPL (line 19275) | SOKOL_API_IMPL const void* sg_wgpu_command_encoder(void) { function SOKOL_API_IMPL (line 19283) | SOKOL_API_IMPL const void* sg_wgpu_render_pass_encoder(void) { function SOKOL_API_IMPL (line 19291) | SOKOL_API_IMPL sg_wgpu_buffer_info sg_wgpu_query_buffer_info(sg_buffer b... function SOKOL_API_IMPL (line 19306) | SOKOL_API_IMPL sg_wgpu_image_info sg_wgpu_query_image_info(sg_image img_... function SOKOL_API_IMPL (line 19322) | SOKOL_API_IMPL sg_wgpu_sampler_info sg_wgpu_query_sampler_info(sg_sample... function SOKOL_API_IMPL (line 19337) | SOKOL_API_IMPL sg_wgpu_shader_info sg_wgpu_query_shader_info(sg_shader s... function SOKOL_API_IMPL (line 19354) | SOKOL_API_IMPL sg_wgpu_pipeline_info sg_wgpu_query_pipeline_info(sg_pipe... function SOKOL_API_IMPL (line 19369) | SOKOL_API_IMPL sg_wgpu_attachments_info sg_wgpu_query_attachments_info(s... function SOKOL_API_IMPL (line 19388) | SOKOL_API_IMPL sg_gl_buffer_info sg_gl_query_buffer_info(sg_buffer buf_i... function SOKOL_API_IMPL (line 19406) | SOKOL_API_IMPL sg_gl_image_info sg_gl_query_image_info(sg_image img_id) { function SOKOL_API_IMPL (line 19426) | SOKOL_API_IMPL sg_gl_sampler_info sg_gl_query_sampler_info(sg_sampler sm... function SOKOL_API_IMPL (line 19441) | SOKOL_API_IMPL sg_gl_shader_info sg_gl_query_shader_info(sg_shader shd_i... function SOKOL_API_IMPL (line 19456) | SOKOL_API_IMPL sg_gl_attachments_info sg_gl_query_attachments_info(sg_at... FILE: thirdparty/sokol/sokol_v.post.h function v_sapp_gl_read_rgba_pixels (line 2) | void v_sapp_gl_read_rgba_pixels(int x, int y, int width, int height, uns... function v_sapp_gl_read_rgba_pixels (line 6) | void v_sapp_gl_read_rgba_pixels(int x, int y, int width, int height, uns... FILE: thirdparty/sokol/tablet-unstable-v2-client-protocol.h type wl_seat (line 138) | struct wl_seat type wl_surface (line 139) | struct wl_surface type zwp_tablet_manager_v2 (line 140) | struct zwp_tablet_manager_v2 type zwp_tablet_pad_group_v2 (line 141) | struct zwp_tablet_pad_group_v2 type zwp_tablet_pad_ring_v2 (line 142) | struct zwp_tablet_pad_ring_v2 type zwp_tablet_pad_strip_v2 (line 143) | struct zwp_tablet_pad_strip_v2 type zwp_tablet_pad_v2 (line 144) | struct zwp_tablet_pad_v2 type zwp_tablet_seat_v2 (line 145) | struct zwp_tablet_seat_v2 type zwp_tablet_tool_v2 (line 146) | struct zwp_tablet_tool_v2 type zwp_tablet_v2 (line 147) | struct zwp_tablet_v2 type wl_interface (line 168) | struct wl_interface type wl_interface (line 189) | struct wl_interface type wl_interface (line 244) | struct wl_interface type wl_interface (line 275) | struct wl_interface type wl_interface (line 300) | struct wl_interface type wl_interface (line 325) | struct wl_interface type wl_interface (line 382) | struct wl_interface type wl_interface (line 441) | struct wl_interface function zwp_tablet_manager_v2_set_user_data (line 458) | static inline void type zwp_tablet_manager_v2 (line 466) | struct zwp_tablet_manager_v2 type wl_proxy (line 468) | struct wl_proxy function zwp_tablet_manager_v2_get_version (line 471) | static inline uint32_t type zwp_tablet_seat_v2 (line 483) | struct zwp_tablet_seat_v2 type zwp_tablet_manager_v2 (line 484) | struct zwp_tablet_manager_v2 type wl_seat (line 484) | struct wl_seat type wl_proxy (line 486) | struct wl_proxy type wl_proxy (line 488) | struct wl_proxy type wl_proxy (line 489) | struct wl_proxy type zwp_tablet_seat_v2 (line 491) | struct zwp_tablet_seat_v2 function zwp_tablet_manager_v2_destroy (line 500) | static inline void type zwp_tablet_seat_v2_listener (line 511) | struct zwp_tablet_seat_v2_listener { function zwp_tablet_seat_v2_add_listener (line 561) | static inline int function zwp_tablet_seat_v2_set_user_data (line 590) | static inline void type zwp_tablet_seat_v2 (line 598) | struct zwp_tablet_seat_v2 type wl_proxy (line 600) | struct wl_proxy function zwp_tablet_seat_v2_get_version (line 603) | static inline uint32_t function zwp_tablet_seat_v2_destroy (line 615) | static inline void type zwp_tablet_tool_v2_type (line 638) | enum zwp_tablet_tool_v2_type { type zwp_tablet_tool_v2_capability (line 685) | enum zwp_tablet_tool_v2_capability { type zwp_tablet_tool_v2_button_state (line 721) | enum zwp_tablet_tool_v2_button_state { type zwp_tablet_tool_v2_error (line 735) | enum zwp_tablet_tool_v2_error { type zwp_tablet_tool_v2_listener (line 747) | struct zwp_tablet_tool_v2_listener { function zwp_tablet_tool_v2_add_listener (line 1066) | static inline int function zwp_tablet_tool_v2_set_user_data (line 1164) | static inline void type zwp_tablet_tool_v2 (line 1172) | struct zwp_tablet_tool_v2 type wl_proxy (line 1174) | struct wl_proxy function zwp_tablet_tool_v2_get_version (line 1177) | static inline uint32_t function zwp_tablet_tool_v2_set_cursor (line 1217) | static inline void function zwp_tablet_tool_v2_destroy (line 1229) | static inline void type zwp_tablet_v2_listener (line 1240) | struct zwp_tablet_v2_listener { function zwp_tablet_v2_add_listener (line 1322) | static inline int function zwp_tablet_v2_set_user_data (line 1359) | static inline void type zwp_tablet_v2 (line 1367) | struct zwp_tablet_v2 type wl_proxy (line 1369) | struct wl_proxy function zwp_tablet_v2_get_version (line 1372) | static inline uint32_t function zwp_tablet_v2_destroy (line 1383) | static inline void type zwp_tablet_pad_ring_v2_source (line 1401) | enum zwp_tablet_pad_ring_v2_source { type zwp_tablet_pad_ring_v2_listener (line 1413) | struct zwp_tablet_pad_ring_v2_listener { function zwp_tablet_pad_ring_v2_add_listener (line 1492) | static inline int function zwp_tablet_pad_ring_v2_set_user_data (line 1530) | static inline void type zwp_tablet_pad_ring_v2 (line 1538) | struct zwp_tablet_pad_ring_v2 type wl_proxy (line 1540) | struct wl_proxy function zwp_tablet_pad_ring_v2_get_version (line 1543) | static inline uint32_t function zwp_tablet_pad_ring_v2_set_feedback (line 1572) | static inline void function zwp_tablet_pad_ring_v2_destroy (line 1584) | static inline void type zwp_tablet_pad_strip_v2_source (line 1602) | enum zwp_tablet_pad_strip_v2_source { type zwp_tablet_pad_strip_v2_listener (line 1614) | struct zwp_tablet_pad_strip_v2_listener { function zwp_tablet_pad_strip_v2_add_listener (line 1695) | static inline int function zwp_tablet_pad_strip_v2_set_user_data (line 1733) | static inline void type zwp_tablet_pad_strip_v2 (line 1741) | struct zwp_tablet_pad_strip_v2 type wl_proxy (line 1743) | struct wl_proxy function zwp_tablet_pad_strip_v2_get_version (line 1746) | static inline uint32_t function zwp_tablet_pad_strip_v2_set_feedback (line 1775) | static inline void function zwp_tablet_pad_strip_v2_destroy (line 1787) | static inline void type zwp_tablet_pad_group_v2_listener (line 1798) | struct zwp_tablet_pad_group_v2_listener { function zwp_tablet_pad_group_v2_add_listener (line 1919) | static inline int function zwp_tablet_pad_group_v2_set_user_data (line 1960) | static inline void type zwp_tablet_pad_group_v2 (line 1968) | struct zwp_tablet_pad_group_v2 type wl_proxy (line 1970) | struct wl_proxy function zwp_tablet_pad_group_v2_get_version (line 1973) | static inline uint32_t function zwp_tablet_pad_group_v2_destroy (line 1985) | static inline void type zwp_tablet_pad_v2_button_state (line 2001) | enum zwp_tablet_pad_v2_button_state { type zwp_tablet_pad_v2_listener (line 2017) | struct zwp_tablet_pad_v2_listener { function zwp_tablet_pad_v2_add_listener (line 2127) | static inline int function zwp_tablet_pad_v2_set_user_data (line 2181) | static inline void type zwp_tablet_pad_v2 (line 2189) | struct zwp_tablet_pad_v2 type wl_proxy (line 2191) | struct wl_proxy function zwp_tablet_pad_v2_get_version (line 2194) | static inline uint32_t function zwp_tablet_pad_v2_set_feedback (line 2228) | static inline void function zwp_tablet_pad_v2_destroy (line 2241) | static inline void FILE: thirdparty/sokol/tablet-unstable-v2-protocol.c type wl_interface (line 44) | struct wl_interface type wl_interface (line 45) | struct wl_interface type wl_interface (line 46) | struct wl_interface type wl_interface (line 47) | struct wl_interface type wl_interface (line 48) | struct wl_interface type wl_interface (line 49) | struct wl_interface type wl_interface (line 50) | struct wl_interface type wl_interface (line 51) | struct wl_interface type wl_interface (line 52) | struct wl_interface type wl_interface (line 54) | struct wl_interface type wl_message (line 80) | struct wl_message type wl_message (line 91) | struct wl_message type wl_message (line 95) | struct wl_message type wl_message (line 107) | struct wl_message type wl_message (line 112) | struct wl_message type wl_message (line 140) | struct wl_message type wl_message (line 144) | struct wl_message type wl_message (line 158) | struct wl_message type wl_message (line 163) | struct wl_message type wl_message (line 176) | struct wl_message type wl_message (line 181) | struct wl_message type wl_message (line 194) | struct wl_message type wl_message (line 198) | struct wl_message type wl_message (line 213) | struct wl_message type wl_message (line 218) | struct wl_message FILE: thirdparty/sokol/util/sokol_fontstash.h type sfons_allocator_t (line 222) | typedef struct sfons_allocator_t { type sfons_desc_t (line 228) | typedef struct sfons_desc_t { type _sfons_t (line 1533) | typedef struct _sfons_t { function _sfons_clear (line 1543) | static void _sfons_clear(void* ptr, size_t size) { function _sfons_free (line 1566) | static void _sfons_free(const sfons_allocator_t* allocator, void* ptr) { function _sfons_render_create (line 1575) | static int _sfons_render_create(void* user_ptr, int width, int height) { function _sfons_render_resize (line 1687) | static int _sfons_render_resize(void* user_ptr, int width, int height) { function _sfons_render_update (line 1691) | static void _sfons_render_update(void* user_ptr, int* rect, const unsign... function _sfons_render_draw (line 1699) | static void _sfons_render_draw(void* user_ptr, const float* verts, const... function _sfons_render_delete (line 1715) | static void _sfons_render_delete(void* user_ptr) { function sfons_desc_t (line 1738) | static sfons_desc_t _sfons_desc_defaults(const sfons_desc_t* desc) { function SOKOL_API_IMPL (line 1746) | SOKOL_API_IMPL FONScontext* sfons_create(const sfons_desc_t* desc) { function SOKOL_API_IMPL (line 1765) | SOKOL_API_IMPL void sfons_destroy(FONScontext* ctx) { function SOKOL_API_IMPL (line 1773) | SOKOL_API_IMPL void sfons_flush(FONScontext* ctx) { function SOKOL_API_IMPL (line 1786) | SOKOL_API_IMPL uint32_t sfons_rgba(uint8_t r, uint8_t g, uint8_t b, uint... FILE: thirdparty/sokol/xdg-decoration-unstable-v1-client-protocol.h type xdg_toplevel (line 44) | struct xdg_toplevel type zxdg_decoration_manager_v1 (line 45) | struct zxdg_decoration_manager_v1 type zxdg_toplevel_decoration_v1 (line 46) | struct zxdg_toplevel_decoration_v1 type wl_interface (line 105) | struct wl_interface type wl_interface (line 132) | struct wl_interface function zxdg_decoration_manager_v1_set_user_data (line 149) | static inline void type zxdg_decoration_manager_v1 (line 157) | struct zxdg_decoration_manager_v1 type wl_proxy (line 159) | struct wl_proxy function zxdg_decoration_manager_v1_get_version (line 162) | static inline uint32_t function zxdg_decoration_manager_v1_destroy (line 174) | static inline void type zxdg_toplevel_decoration_v1 (line 192) | struct zxdg_toplevel_decoration_v1 type zxdg_decoration_manager_v1 (line 193) | struct zxdg_decoration_manager_v1 type xdg_toplevel (line 193) | struct xdg_toplevel type wl_proxy (line 195) | struct wl_proxy type wl_proxy (line 197) | struct wl_proxy type wl_proxy (line 198) | struct wl_proxy type zxdg_toplevel_decoration_v1 (line 200) | struct zxdg_toplevel_decoration_v1 type zxdg_toplevel_decoration_v1_error (line 205) | enum zxdg_toplevel_decoration_v1_error { type zxdg_toplevel_decoration_v1_mode (line 233) | enum zxdg_toplevel_decoration_v1_mode { type zxdg_toplevel_decoration_v1_listener (line 249) | struct zxdg_toplevel_decoration_v1_listener { function zxdg_toplevel_decoration_v1_add_listener (line 270) | static inline int function zxdg_toplevel_decoration_v1_set_user_data (line 301) | static inline void type zxdg_toplevel_decoration_v1 (line 309) | struct zxdg_toplevel_decoration_v1 type wl_proxy (line 311) | struct wl_proxy function zxdg_toplevel_decoration_v1_get_version (line 314) | static inline uint32_t function zxdg_toplevel_decoration_v1_destroy (line 326) | static inline void function zxdg_toplevel_decoration_v1_set_mode (line 358) | static inline void function zxdg_toplevel_decoration_v1_unset_mode (line 373) | static inline void FILE: thirdparty/sokol/xdg-shell-protocol.c type wl_interface (line 46) | struct wl_interface type wl_interface (line 47) | struct wl_interface type wl_interface (line 48) | struct wl_interface type wl_interface (line 49) | struct wl_interface type wl_interface (line 50) | struct wl_interface type wl_interface (line 51) | struct wl_interface type wl_interface (line 52) | struct wl_interface type wl_interface (line 54) | struct wl_interface type wl_message (line 83) | struct wl_message type wl_message (line 90) | struct wl_message type wl_message (line 100) | struct wl_message type wl_message (line 119) | struct wl_message type wl_message (line 127) | struct wl_message type wl_message (line 137) | struct wl_message type wl_message (line 154) | struct wl_message type wl_message (line 167) | struct wl_message type wl_message (line 173) | struct wl_message FILE: thirdparty/sokol/xdg-toplevel-icon-v1-client-protocol.h type wl_buffer (line 65) | struct wl_buffer type xdg_toplevel (line 66) | struct xdg_toplevel type xdg_toplevel_icon_manager_v1 (line 67) | struct xdg_toplevel_icon_manager_v1 type xdg_toplevel_icon_v1 (line 68) | struct xdg_toplevel_icon_v1 type wl_interface (line 87) | struct wl_interface type wl_interface (line 118) | struct wl_interface type xdg_toplevel_icon_manager_v1_listener (line 125) | struct xdg_toplevel_icon_manager_v1_listener { function xdg_toplevel_icon_manager_v1_add_listener (line 160) | static inline int function xdg_toplevel_icon_manager_v1_set_user_data (line 195) | static inline void type xdg_toplevel_icon_manager_v1 (line 203) | struct xdg_toplevel_icon_manager_v1 type wl_proxy (line 205) | struct wl_proxy function xdg_toplevel_icon_manager_v1_get_version (line 208) | static inline uint32_t function xdg_toplevel_icon_manager_v1_destroy (line 220) | static inline void type xdg_toplevel_icon_v1 (line 233) | struct xdg_toplevel_icon_v1 type xdg_toplevel_icon_manager_v1 (line 234) | struct xdg_toplevel_icon_manager_v1 type wl_proxy (line 236) | struct wl_proxy type wl_proxy (line 238) | struct wl_proxy type wl_proxy (line 239) | struct wl_proxy type xdg_toplevel_icon_v1 (line 241) | struct xdg_toplevel_icon_v1 function xdg_toplevel_icon_manager_v1_set_icon (line 268) | static inline void type xdg_toplevel_icon_v1_error (line 277) | enum xdg_toplevel_icon_v1_error { function xdg_toplevel_icon_v1_set_user_data (line 312) | static inline void type xdg_toplevel_icon_v1 (line 320) | struct xdg_toplevel_icon_v1 type wl_proxy (line 322) | struct wl_proxy function xdg_toplevel_icon_v1_get_version (line 325) | static inline uint32_t function xdg_toplevel_icon_v1_destroy (line 338) | static inline void function xdg_toplevel_icon_v1_set_name (line 364) | static inline void function xdg_toplevel_icon_v1_add_buffer (line 399) | static inline void FILE: thirdparty/sokol/xdg-toplevel-icon-v1-protocol.c type wl_interface (line 42) | struct wl_interface type wl_interface (line 43) | struct wl_interface type wl_interface (line 44) | struct wl_interface type wl_interface (line 46) | struct wl_interface type wl_message (line 55) | struct wl_message type wl_message (line 61) | struct wl_message type wl_message (line 72) | struct wl_message