MCPcopy Create free account

hub / github.com/Kode/Kha / functions

Functions2,844 in github.com/Kode/Kha

↓ 3 callersFunctionmbedtls_ripemd160_finish_ret
* RIPEMD-160 final digest */
Backends/Kore-HL/hl/include/mbedtls/library/ripemd160.c:363
↓ 3 callersFunctionmbedtls_ripemd160_starts_ret
* RIPEMD-160 context setup */
Backends/Kore-HL/hl/include/mbedtls/library/ripemd160.c:101
↓ 3 callersFunctionmbedtls_rsa_check_privkey
* Check for the consistency of all fields in an RSA private key context */
Backends/Kore-HL/hl/include/mbedtls/library/rsa.c:611
↓ 3 callersFunctionmbedtls_rsa_complete
Backends/Kore-HL/hl/include/mbedtls/library/rsa.c:242
↓ 3 callersFunctionmbedtls_rsa_deduce_crt
Backends/Kore-HL/hl/include/mbedtls/library/rsa_internal.c:453
↓ 3 callersFunctionmbedtls_rsa_export_crt
* Export CRT parameters * This must also be implemented if CRT is not used, for being able to * write DER encoded RSA keys. The helper function mb
Backends/Kore-HL/hl/include/mbedtls/library/rsa.c:422
↓ 3 callersFunctionmbedtls_sha256_clone
Backends/Kore-HL/hl/include/mbedtls/library/sha256.c:94
↓ 3 callersFunctionmbedtls_sha512_clone
Backends/Kore-HL/hl/include/mbedtls/library/sha512.c:108
↓ 3 callersFunctionmbedtls_ssl_check_sig_hash
* Check if a hash proposed by the peer is in our list. * Return 0 if we're willing to use it, -1 otherwise. */
Backends/Kore-HL/hl/include/mbedtls/library/ssl_tls.c:7930
↓ 3 callersFunctionmbedtls_ssl_conf_authmode
Backends/Kore-HL/hl/include/mbedtls/library/ssl_tls.c:5855
↓ 3 callersFunctionmbedtls_ssl_get_ciphersuite_name
Backends/Kore-HL/hl/include/mbedtls/library/ssl_ciphersuites.c:1774
↓ 3 callersFunctionmbedtls_ssl_handshake_free
Backends/Kore-HL/hl/include/mbedtls/library/ssl_tls.c:7332
↓ 3 callersFunctionmbedtls_ssl_md_alg_from_hash
* Convert from MBEDTLS_SSL_HASH_XXX to MBEDTLS_MD_XXX */
Backends/Kore-HL/hl/include/mbedtls/library/ssl_tls.c:7844
↓ 3 callersFunctionmbedtls_ssl_pk_alg_from_sig
Backends/Kore-HL/hl/include/mbedtls/library/ssl_tls.c:7772
↓ 3 callersFunctionmbedtls_ssl_send_flight_completed
* To be called when the last message of an outgoing flight is send. */
Backends/Kore-HL/hl/include/mbedtls/library/ssl_tls.c:2699
↓ 3 callersFunctionmbedtls_ssl_sig_hash_set_find
Find an entry in a signature-hash set matching a given hash algorithm. */
Backends/Kore-HL/hl/include/mbedtls/library/ssl_tls.c:7794
↓ 3 callersFunctionmbedtls_x509_crt_check_key_usage
Backends/Kore-HL/hl/include/mbedtls/library/x509_crt.c:1552
↓ 3 callersFunctionmbedtls_x509_crt_parse_file
* Load one or more certificates and add them to the chained list */
Backends/Kore-HL/hl/include/mbedtls/library/x509_crt.c:1087
↓ 3 callersFunctionmbedtls_x509_get_sig
Backends/Kore-HL/hl/include/mbedtls/library/x509.c:631
↓ 3 callersFunctionmbedtls_x509_get_sig_alg
* Get signature algorithm from alg OID and optional parameters */
Backends/Kore-HL/hl/include/mbedtls/library/x509.c:658
↓ 3 callersFunctionmbedtls_x509_sig_alg_gets
* Helper for writing signature algorithms */
Backends/Kore-HL/hl/include/mbedtls/library/x509.c:844
↓ 3 callersFunctionmbedtls_x509_string_to_names
Backends/Kore-HL/hl/include/mbedtls/library/x509_create.c:89
↓ 3 callersFunctionmbedtls_x509_write_names
Backends/Kore-HL/hl/include/mbedtls/library/x509_create.c:233
↓ 3 callersFunctionmbedtls_xtea_crypt_ecb
* XTEA encrypt function */
Backends/Kore-HL/hl/include/mbedtls/library/xtea.c:104
↓ 3 callersFunctionmbedtls_zeroize
Implementation that should never be optimized out by the compiler */
Backends/Kore-HL/hl/include/mbedtls/library/dhm.c:62
↓ 3 callersFunctionmbedtls_zeroize
Implementation that should never be optimized out by the compiler */
Backends/Kore-HL/hl/include/mbedtls/library/hmac_drbg.c:54
↓ 3 callersFunctionmd5_update
Backends/Kore-HL/hl/libs/fmt/fmt.c:683
↓ 3 callersFunctionmpi_check_small_factors
* Small divisors test (X must be positive) * * Return values: * 0: no small factor (possible prime, more tests needed) * 1: certain prime *
Backends/Kore-HL/hl/include/mbedtls/library/bignum.c:2029
↓ 3 callersFunctionmpi_get_digit
* Convert an ASCII character to digit value */
Backends/Kore-HL/hl/include/mbedtls/library/bignum.c:412
↓ 3 callersFunctionmpi_miller_rabin
* Miller-Rabin pseudo-primality test (HAC 4.24) */
Backends/Kore-HL/hl/include/mbedtls/library/bignum.c:2056
↓ 3 callersFunctionmpi_mul_hlp
* Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn) * appears to need this to prevent bad ARM code generation at -O3. */
Backends/Kore-HL/hl/include/mbedtls/library/bignum.c:1116
↓ 3 callersFunctionmpi_sub_hlp
* Helper for mbedtls_mpi subtraction */
Backends/Kore-HL/hl/include/mbedtls/library/bignum.c:952
↓ 3 callersFunctionnet_would_block
* Check if the requested operation would be blocking on a non-blocking socket * and thus 'failed' with a negative return value. */
Backends/Kore-HL/hl/include/mbedtls/library/net_sockets.c:259
↓ 3 callersFunctionpeek_char
Backends/Kore-HL/hl/include/pcre/pcre2_jit_compile.c:3746
↓ 3 callersFunctionpeek_char_back
Backends/Kore-HL/hl/include/pcre/pcre2_jit_compile.c:3830
↓ 3 callersFunctionpem_aes_decrypt
* Decrypt with AES-XXX-CBC, using PBKDF1 for key derivation */
Backends/Kore-HL/hl/include/mbedtls/library/pem.c:205
↓ 3 callersFunctionpem_get_iv
* Read a 16-byte hex string and convert it to binary */
Backends/Kore-HL/hl/include/mbedtls/library/pem.c:63
↓ 3 callersFunctionpem_pbkdf1
Backends/Kore-HL/hl/include/mbedtls/library/pem.c:85
↓ 3 callersFunctionpk_parse_key_pkcs1_der
* Parse a PKCS#1 encoded private RSA key */
Backends/Kore-HL/hl/include/mbedtls/library/pkparse.c:665
↓ 3 callersFunctionpk_parse_key_pkcs8_unencrypted_der
* Parse an unencrypted PKCS#8 encoded private key * * Notes: * * - This function does not own the key buffer. It is the * responsibility o
Backends/Kore-HL/hl/include/mbedtls/library/pkparse.c:927
↓ 3 callersFunctionpk_parse_key_sec1_der
* Parse a SEC1 encoded private EC key */
Backends/Kore-HL/hl/include/mbedtls/library/pkparse.c:792
↓ 3 callersFunctionpk_use_ecparams
* Use EC parameters to initialise an EC group * * ECParameters ::= CHOICE { * namedCurve OBJECT IDENTIFIER * specifiedCurve Sp
Backends/Kore-HL/hl/include/mbedtls/library/pkparse.c:448
↓ 3 callersFunctionpkcs12_fill_buffer
Backends/Kore-HL/hl/include/mbedtls/library/pkcs12.c:233
↓ 3 callersFunctionread_char7_type
Backends/Kore-HL/hl/include/pcre/pcre2_jit_compile.c:4116
↓ 3 callersFunctionread_char8_type
Backends/Kore-HL/hl/include/pcre/pcre2_jit_compile.c:4153
↓ 3 callersFunctionread_repeat_counts
Backends/Kore-HL/hl/include/pcre/pcre2_compile.c:1402
↓ 3 callersFunctionreg_bind
Backends/Kore-HL/hl/src/jit.c:1004
↓ 3 callersFunctionsha1_transform
Backends/Kore-HL/hl/libs/fmt/sha1.c:45
↓ 3 callersFunctionssl_handshake_init
Backends/Kore-HL/hl/include/mbedtls/library/ssl_tls.c:5538
↓ 3 callersFunctionssl_ticket_gen_key
* Generate/update a key */
Backends/Kore-HL/hl/include/mbedtls/library/ssl_ticket.c:64
↓ 3 callersFunctionstbtt_GetFontOffsetForIndex
Sources/kha/graphics2/truetype/stb_truetype.h:997
↓ 3 callersFunctionstbtt_GetGlyphHMetrics
Sources/kha/graphics2/truetype/stb_truetype.h:1466
↓ 3 callersFunctionstbtt_GetGlyphShape
Sources/kha/graphics2/truetype/stb_truetype.h:1240
↓ 3 callersFunctionstbtt_MakeGlyphBitmapSubpixel
Sources/kha/graphics2/truetype/stb_truetype.h:2457
↓ 3 callersFunctionstbtt__GetGlyfOffset
Sources/kha/graphics2/truetype/stb_truetype.h:1180
↓ 3 callersFunctionstbtt__add_point
Sources/kha/graphics2/truetype/stb_truetype.h:2300
↓ 3 callersFunctionverify_header
Backends/Kore-HL/hl/include/mbedtls/library/memory_buffer_alloc.c:138
↓ 3 callersFunctionx509_profile_check_md_alg
* Check md_alg against profile * Return 0 if md_alg acceptable for this profile, -1 otherwise */
Backends/Kore-HL/hl/include/mbedtls/library/x509_crt.c:151
↓ 2 callersFunctionF
Backends/Kore-HL/hl/include/mbedtls/library/blowfish.c:81
↓ 2 callersFunction_tls_get
Backends/Kore-HL/hl/src/std/thread.c:438
↓ 2 callersFunction_tr_flush_bits
=========================================================================== * Flush the bits in the bit buffer to pending output (leaves at most 7 b
Backends/Kore-HL/hl/include/zlib/trees.c:882
↓ 2 callersFunction_tr_stored_block
=========================================================================== * Send a stored block */
Backends/Kore-HL/hl/include/zlib/trees.c:865
↓ 2 callersFunctionadd_list_to_class
Backends/Kore-HL/hl/include/pcre/pcre2_compile.c:5227
↓ 2 callersFunctionadd_not_list_to_class
Backends/Kore-HL/hl/include/pcre/pcre2_compile.c:5267
↓ 2 callersFunctionadler32_combine_
========================================================================= */
Backends/Kore-HL/hl/include/zlib/adler32.c:136
↓ 2 callersFunctionappend_type
Backends/Kore-HL/hl/src/module.c:285
↓ 2 callersFunctionbi_flush
=========================================================================== * Flush the bit buffer, keeping at most 7 bits in it. */
Backends/Kore-HL/hl/include/zlib/trees.c:1169
↓ 2 callersFunctionbi_reverse
=========================================================================== * Reverse the first len bits of a code, using straightforward code (a fa
Backends/Kore-HL/hl/include/zlib/trees.c:1154
↓ 2 callersFunctionbi_windup
=========================================================================== * Flush the bit buffer and align the output on a byte boundary */
Backends/Kore-HL/hl/include/zlib/trees.c:1186
↓ 2 callersFunctionbuffer_append_new
Backends/Kore-HL/hl/src/std/buffer.c:51
↓ 2 callersFunctionccm_auth_crypt
* Authenticated encryption or decryption */
Backends/Kore-HL/hl/include/mbedtls/library/ccm.c:139
↓ 2 callersFunctioncheckFOURCC
Backends/Kore-HL/kinc-bridge/sound.c.h:19
↓ 2 callersFunctioncheck_lookbehinds
Backends/Kore-HL/hl/include/pcre/pcre2_compile.c:9601
↓ 2 callersFunctioncheck_posix_syntax
Backends/Kore-HL/hl/include/pcre/pcre2_compile.c:2292
↓ 2 callersFunctioncmac_generate_subkeys
* Generate subkeys * * - as specified by RFC 4493, section 2.3 Subkey Generation Algorithm */
Backends/Kore-HL/hl/include/mbedtls/library/cmac.c:140
↓ 2 callersFunctioncmac_multiply_by_u
* Multiplication by u in the Galois field of GF(2^n) * * As explained in NIST SP 800-38B, this can be computed: * * If MSB(p) = 0, then p =
Backends/Kore-HL/hl/include/mbedtls/library/cmac.c:87
↓ 2 callersFunctioncompare_opcodes
Backends/Kore-HL/hl/include/pcre/pcre2_auto_possess.c:535
↓ 2 callersFunctioncompile_assert_backtrackingpath
Backends/Kore-HL/hl/include/pcre/pcre2_jit_compile.c:12590
↓ 2 callersFunctioncompile_ref_iterator_matchingpath
Backends/Kore-HL/hl/include/pcre/pcre2_jit_compile.c:9426
↓ 2 callersFunctioncompile_xclass_matchingpath
Backends/Kore-HL/hl/include/pcre/pcre2_jit_compile.c:7504
↓ 2 callersFunctioncompress_block
=========================================================================== * Send the block data compressed using the given Huffman trees */
Backends/Kore-HL/hl/include/zlib/trees.c:1060
↓ 2 callersFunctionconvert_glob_print_commit
Backends/Kore-HL/hl/include/pcre/pcre2_convert.c:753
↓ 2 callersFunctionconvert_glob_print_wildcard
Backends/Kore-HL/hl/include/pcre/pcre2_convert.c:450
↓ 2 callersFunctioncrc32_combine_
========================================================================= */
Backends/Kore-HL/hl/include/zlib/crc32.c:355
↓ 2 callersFunctiondebug_header
Backends/Kore-HL/hl/include/mbedtls/library/memory_buffer_alloc.c:95
↓ 2 callersFunctiondecode_hex_char
Backends/Kore-HL/hl/src/std/string.c:295
↓ 2 callersFunctiondes3_set2key
Backends/Kore-HL/hl/include/mbedtls/library/des.c:522
↓ 2 callersFunctiondes3_set3key
Backends/Kore-HL/hl/include/mbedtls/library/des.c:575
↓ 2 callersFunctiondo_callout
Backends/Kore-HL/hl/include/pcre/pcre2_dfa_match.c:352
↓ 2 callersFunctiondo_callout
Backends/Kore-HL/hl/include/pcre/pcre2_match.c:266
↓ 2 callersFunctiondyn_value_compare
Backends/Kore-HL/hl/src/jit.c:1959
↓ 2 callersFunctionecjpake_ecp_add3
* Compute the sum of three points R = A + B + C */
Backends/Kore-HL/hl/include/mbedtls/library/ecjpake.c:530
↓ 2 callersFunctionecjpake_hash
* Compute hash for ZKP (7.4.2.2.2.1) */
Backends/Kore-HL/hl/include/mbedtls/library/ecjpake.c:180
↓ 2 callersFunctionecjpake_kkp_write
* Generate an ECJPAKEKeyKP * Output: the serialized structure, plus private/public key pair */
Backends/Kore-HL/hl/include/mbedtls/library/ecjpake.c:400
↓ 2 callersFunctionecjpake_mul_secret
* Compute R = +/- X * S mod N, taking care not to leak S */
Backends/Kore-HL/hl/include/mbedtls/library/ecjpake.c:611
↓ 2 callersFunctionecjpake_test_load
Load my private keys and generate the correponding public keys */
Backends/Kore-HL/hl/include/mbedtls/library/ecjpake.c:921
↓ 2 callersFunctionecjpake_zkp_write
* Generate ZKP (7.4.2.3.2) and write it as ECSchnorrZKP (7.4.2.2.2) */
Backends/Kore-HL/hl/include/mbedtls/library/ecjpake.c:302
↓ 2 callersFunctionecp_normalize_jac_many
* Normalize jacobian coordinates of an array of (pointers to) points, * using Montgomery's trick to perform only one inversion mod P. * (See for e
Backends/Kore-HL/hl/include/mbedtls/library/ecp.c:800
↓ 2 callersFunctionecp_safe_invert_jac
* Conditional point inversion: Q -> -Q = (Q.X, -Q.Y, Q.Z) without leak. * "inv" must be 0 (don't invert) or 1 (invert) or the result will be invalid
Backends/Kore-HL/hl/include/mbedtls/library/ecp.c:888
↓ 2 callersFunctionecp_select_comb
* Select precomputed point: R = sign(i) * T[ abs(i) / 2 ] */
Backends/Kore-HL/hl/include/mbedtls/library/ecp.c:1284
← previousnext →601–700 of 2,844, ranked by callers