MCPcopy Create free account

hub / github.com/Kode/Kha / functions

Functions2,844 in github.com/Kode/Kha

↓ 14 callersFunctionmbedtls_pem_free
Backends/Kore-HL/hl/include/mbedtls/library/pem.c:428
↓ 14 callersFunctionmbedtls_pk_ec
* Quick access to an EC context inside a PK context. * * \warning You must make sure the PK context actually holds an EC context * before using
Backends/Kore-HL/hl/include/mbedtls/include/mbedtls/pk.h:154
↓ 14 callersFunctionmbedtls_x509_crt_init
* Initialize a certificate chain */
Backends/Kore-HL/hl/include/mbedtls/library/x509_crt.c:2338
↓ 13 callersFunctionfdump_i
Backends/Kore-HL/hl/src/gc.c:1123
↓ 13 callersFunctionhl_alloc_dynamic
Backends/Kore-HL/hl/src/gc.c:1036
↓ 13 callersFunctionhl_buffer_hex
Backends/Kore-HL/hl/src/std/string.c:249
↓ 13 callersFunctionmbedtls_cipher_free
Backends/Kore-HL/hl/include/mbedtls/library/cipher.c:136
↓ 13 callersFunctionmbedtls_md
Backends/Kore-HL/hl/include/mbedtls/library/md.c:272
↓ 13 callersFunctionmbedtls_md5_finish_ret
* MD5 final digest */
Backends/Kore-HL/hl/include/mbedtls/library/md5.c:303
↓ 13 callersFunctionmbedtls_md_hmac_reset
Backends/Kore-HL/hl/include/mbedtls/library/md.c:401
↓ 13 callersFunctionmbedtls_x509_csr_free
* Unallocate all CSR data */
Backends/Kore-HL/hl/include/mbedtls/library/x509_csr.c:391
↓ 13 callersFunctionprepare_call_args
Backends/Kore-HL/hl/src/jit.c:1456
↓ 13 callersFunctionsend_bits
(s, value, length)
Backends/Kore-HL/hl/include/zlib/trees.c:188
↓ 13 callersFunctionttULONG
Sources/kha/graphics2/truetype/stb_truetype.h:965
↓ 12 callersFunctioncamellia_feistel
Backends/Kore-HL/hl/include/mbedtls/library/camellia.c:301
↓ 12 callersFunctiondebug_send_line
* All calls to f_dbg must be made via this function */
Backends/Kore-HL/hl/include/mbedtls/library/debug.c:63
↓ 12 callersFunctiondxtColor
Backends/Kore-HL/hl/libs/fmt/dxt.c:51
↓ 12 callersFunctionhl_add_root
Backends/Kore-HL/hl/src/gc.c:250
↓ 12 callersFunctionhl_buffer_content
Backends/Kore-HL/hl/src/std/buffer.c:114
↓ 12 callersFunctionmbedtls_aes_crypt_ecb
* AES-ECB block encryption/decryption */
Backends/Kore-HL/hl/include/mbedtls/library/aes.c:844
↓ 12 callersFunctionmbedtls_ecp_group_free
* Unallocate (the components of) a group */
Backends/Kore-HL/hl/include/mbedtls/library/ecp.c:326
↓ 12 callersFunctionmbedtls_md_hmac_starts
Backends/Kore-HL/hl/include/mbedtls/library/md.c:322
↓ 12 callersFunctionmbedtls_mpi_exp_mod
* Sliding-window exponentiation: X = A^E mod N (HAC 14.85) */
Backends/Kore-HL/hl/include/mbedtls/library/bignum.c:1616
↓ 12 callersFunctionmbedtls_mpi_shift_l
* Left-shift: X <<= count */
Backends/Kore-HL/hl/include/mbedtls/library/bignum.c:724
↓ 12 callersFunctionmbedtls_sha1_finish_ret
* SHA-1 final digest */
Backends/Kore-HL/hl/include/mbedtls/library/sha1.c:336
↓ 12 callersFunctionmbedtls_sha256_update_ret
* SHA-256 process buffer */
Backends/Kore-HL/hl/include/mbedtls/library/sha256.c:246
↓ 12 callersFunctionmbedtls_sha512_update_ret
* SHA-512 process buffer */
Backends/Kore-HL/hl/include/mbedtls/library/sha512.c:277
↓ 12 callersFunctionmbedtls_zeroize
Implementation that should never be optimized out by the compiler */
Backends/Kore-HL/hl/include/mbedtls/library/cmac.c:71
↓ 12 callersFunctionnext_opcode
Backends/Kore-HL/hl/include/pcre/pcre2_jit_compile.c:872
↓ 12 callersFunctionobj_resolve_field
Backends/Kore-HL/hl/src/std/obj.c:64
↓ 12 callersFunctionop
Backends/Kore-HL/hl/src/jit.c:533
↓ 12 callersFunctionop_call
Backends/Kore-HL/hl/src/jit.c:1488
↓ 11 callersFunctioncompact_write_mem
Backends/Kore-HL/hl/src/std/types.c:624
↓ 11 callersFunctioncopy
Backends/Kore-HL/hl/src/jit.c:1100
↓ 11 callersFunctionhl_alloc_buffer
Backends/Kore-HL/hl/src/std/buffer.c:43
↓ 11 callersFunctionhl_dyn_castd
Backends/Kore-HL/hl/src/std/cast.c:294
↓ 11 callersFunctionhl_get_obj_rt
Builds class metadata (fields indexes, etc.) Does not require the method table to be finalized. **/
Backends/Kore-HL/hl/src/std/obj.c:173
↓ 11 callersFunctionhl_get_type
Backends/Kore-HL/hl/src/code.c:115
↓ 11 callersFunctionhl_type_str
Backends/Kore-HL/hl/src/std/types.c:326
↓ 11 callersFunctionmbedtls_md5_starts_ret
* MD5 context setup */
Backends/Kore-HL/hl/include/mbedtls/library/md5.c:100
↓ 11 callersFunctionmbedtls_mpi_inv_mod
* Modular inverse: X = A^-1 mod N (HAC 14.61 / 14.64) */
Backends/Kore-HL/hl/include/mbedtls/library/bignum.c:1901
↓ 11 callersFunctionmbedtls_ssl_own_key
Backends/Kore-HL/hl/include/mbedtls/include/mbedtls/ssl_internal.h:543
↓ 11 callersFunctionmbedtls_ssl_read_record
* Read a record. * * Silently ignore non-fatal alert (and for DTLS, invalid records as well, * RFC 6347 4.1.2.7) and continue reading until a va
Backends/Kore-HL/hl/include/mbedtls/library/ssl_tls.c:3759
↓ 11 callersFunctionon_dynfield
Backends/Kore-HL/hl/src/std/track.c:182
↓ 11 callersFunctionpstrdup
Backends/Kore-HL/hl/src/std/sys.c:89
↓ 11 callersFunctionread_profile_data
Backends/Kore-HL/hl/src/profile.c:382
↓ 11 callersFunctionstbtt_FindGlyphIndex
Sources/kha/graphics2/truetype/stb_truetype.h:1073
↓ 11 callersFunctionstbtt__find_table
@OPTIMIZE: binary search
Sources/kha/graphics2/truetype/stb_truetype.h:984
↓ 10 callersFunctiondelayed_mem_copy_move
Backends/Kore-HL/hl/include/pcre/pcre2_jit_compile.c:2272
↓ 10 callersFunctionhl_field_name
Backends/Kore-HL/hl/src/std/obj.c:135
↓ 10 callersFunctionhl_remove_root
Backends/Kore-HL/hl/src/gc.c:264
↓ 10 callersFunctionis_powerof2
Backends/Kore-HL/hl/include/pcre/pcre2_jit_compile.c:3077
↓ 10 callersFunctionmbedtls_aes_setkey_enc
Backends/Kore-HL/hl/include/mbedtls/library/aes.c:484
↓ 10 callersFunctionmbedtls_asn1_get_mpi
Backends/Kore-HL/hl/include/mbedtls/library/asn1parse.c:171
↓ 10 callersFunctionmbedtls_cipher_setup
Backends/Kore-HL/hl/include/mbedtls/library/cipher.c:155
↓ 10 callersFunctionmbedtls_ecp_copy
* Copy the contents of a point */
Backends/Kore-HL/hl/include/mbedtls/library/ecp.c:368
↓ 10 callersFunctionmbedtls_ecp_group_load
* Set a group using well-known domain parameters */
Backends/Kore-HL/hl/include/mbedtls/library/ecp_curves.c:693
↓ 10 callersFunctionmbedtls_md5_free
Backends/Kore-HL/hl/include/mbedtls/library/md5.c:83
↓ 10 callersFunctionmbedtls_md5_init
Backends/Kore-HL/hl/include/mbedtls/library/md5.c:78
↓ 10 callersFunctionmbedtls_sha1_free
Backends/Kore-HL/hl/include/mbedtls/library/sha1.c:83
↓ 10 callersFunctionmbedtls_sha1_init
Backends/Kore-HL/hl/include/mbedtls/library/sha1.c:78
↓ 10 callersFunctionmbedtls_sha1_starts_ret
* SHA-1 context setup */
Backends/Kore-HL/hl/include/mbedtls/library/sha1.c:100
↓ 10 callersFunctionmbedtls_zeroize
Implementation that should never be optimized out by the compiler */
Backends/Kore-HL/hl/include/mbedtls/library/pem.c:49
↓ 10 callersFunctionpmem2
Backends/Kore-HL/hl/src/jit.c:329
↓ 10 callersFunctionssl_set_timer
* Start a timer. * Passing millisecs = 0 cancels a running timer. */
Backends/Kore-HL/hl/include/mbedtls/library/ssl_tls.c:77
↓ 9 callersFunctionadler32
========================================================================= */
Backends/Kore-HL/hl/include/zlib/adler32.c:65
↓ 9 callersFunctionchar_has_othercase
Backends/Kore-HL/hl/include/pcre/pcre2_jit_compile.c:3512
↓ 9 callersFunctioncheck_partial
Backends/Kore-HL/hl/include/pcre/pcre2_jit_compile.c:3624
↓ 9 callersFunctioncheck_pointer
Backends/Kore-HL/hl/include/mbedtls/library/memory_buffer_alloc.c:612
↓ 9 callersFunctionecp_get_type
* Get the type of a curve */
Backends/Kore-HL/hl/include/mbedtls/library/ecp.c:262
↓ 9 callersFunctionhl_dyn_casti64
Backends/Kore-HL/hl/src/std/cast.c:119
↓ 9 callersFunctionhl_get_ustring
Backends/Kore-HL/hl/src/code.c:133
↓ 9 callersFunctionhl_mutex_release
Backends/Kore-HL/hl/src/std/thread.c:163
↓ 9 callersFunctionhl_same_type
Backends/Kore-HL/hl/src/std/types.c:106
↓ 9 callersFunctionis_char7_bitset
Backends/Kore-HL/hl/include/pcre/pcre2_jit_compile.c:4099
↓ 9 callersFunctionmbedtls_cipher_setkey
Backends/Kore-HL/hl/include/mbedtls/library/cipher.c:181
↓ 9 callersFunctionmbedtls_cipher_update
Backends/Kore-HL/hl/include/mbedtls/library/cipher.c:270
↓ 9 callersFunctionmbedtls_mpi_add_int
* Signed addition: X = A + b */
Backends/Kore-HL/hl/include/mbedtls/library/bignum.c:1078
↓ 9 callersFunctionmbedtls_pem_read_buffer
Backends/Kore-HL/hl/include/mbedtls/library/pem.c:234
↓ 9 callersFunctionmbedtls_pk_get_type
* Access the PK type */
Backends/Kore-HL/hl/include/mbedtls/library/pk.c:374
↓ 9 callersFunctionmbedtls_rsa_public
* Do an RSA public key operation */
Backends/Kore-HL/hl/include/mbedtls/library/rsa.c:660
↓ 9 callersFunctionmbedtls_sha256_starts_ret
* SHA-256 context setup */
Backends/Kore-HL/hl/include/mbedtls/library/sha256.c:103
↓ 9 callersFunctionmbedtls_sha512_starts_ret
* SHA-512 context setup */
Backends/Kore-HL/hl/include/mbedtls/library/sha512.c:117
↓ 9 callersFunctionmbedtls_ssl_session_free
Backends/Kore-HL/hl/include/mbedtls/library/ssl_tls.c:7408
↓ 9 callersFunctionmbedtls_x509_crt_parse_der
* Parse one X.509 certificate in DER format from a buffer and add them to a * chained list */
Backends/Kore-HL/hl/include/mbedtls/library/x509_crt.c:921
↓ 9 callersFunctionmpi_montmul
* Montgomery multiplication: A = A * B * R^-1 mod N (HAC 14.36) */
Backends/Kore-HL/hl/include/mbedtls/library/bignum.c:1559
↓ 9 callersFunctionon_cast
Backends/Kore-HL/hl/src/std/track.c:174
↓ 9 callersFunctionop_call_fun
Backends/Kore-HL/hl/src/jit.c:1519
↓ 9 callersFunctionread_number
Backends/Kore-HL/hl/include/pcre/pcre2_compile.c:1316
↓ 9 callersFunctionrecord_data
Backends/Kore-HL/hl/src/profile.c:213
↓ 9 callersFunctionstrkey
Backends/Kore-hxcpp/lib/khalib/stb_ds.h:1491
↓ 8 callersFunctionconvertColorAttachment
Backends/Kore-HL/kinc-bridge/shader.c.h:52
↓ 8 callersFunctioncopy_from
Backends/Kore-HL/hl/src/jit.c:1275
↓ 8 callersFunctioncount_match
Backends/Kore-HL/hl/include/pcre/pcre2_jit_compile.c:3133
↓ 8 callersFunctiondiscard_regs
Backends/Kore-HL/hl/src/jit.c:1290
↓ 8 callersFunctionfdump_p
Backends/Kore-HL/hl/src/gc.c:1126
↓ 8 callersFunctionhl_code_hash_type
Backends/Kore-HL/hl/src/code.c:883
↓ 8 callersFunctionhl_copy_bytes
Backends/Kore-HL/hl/src/std/bytes.c:28
↓ 8 callersFunctionhl_dyn_castf
Backends/Kore-HL/hl/src/std/cast.c:330
↓ 8 callersFunctionhl_from_utf8
Backends/Kore-HL/hl/src/std/string.c:113
← previousnext →101–200 of 2,844, ranked by callers