MCPcopy Create free account

hub / github.com/coinbase/cb-mpc / functions

Functions7,462 in github.com/coinbase/cb-mpc

↓ 8 callersFunctioncbmpc_tdh2_encrypt
src/cbmpc/c_api/tdh2.cpp:171
↓ 8 callersFunctioncbmpc_tdh2_verify
src/cbmpc/c_api/tdh2.cpp:196
↓ 8 callersFunctiondenormalize
tests/dudect/dudect_util/dudect_implementation.h:10
↓ 8 callersMethodecdh
src/cbmpc/crypto/base_ecc.cpp:467
↓ 8 callersMethodencrypt
src/cbmpc/crypto/base.cpp:175
↓ 8 callersFunctionextract_public_key_xonly
src/cbmpc/api/schnorr_mp.cpp:441
↓ 8 callersFunctionfe_identical
Returns true if two field elements have the same representation. */
vendors/secp256k1/src/tests.c:2945
↓ 8 callersFunctionget_public_keys_compressed_batch
src/cbmpc/api/pve_batch_single_recipient.cpp:250
↓ 8 callersFunctionhash32bit_for_zk_fischlin
include-internal/cbmpc/internal/zk/fischlin.h:29
↓ 8 callersFunctionis_empty_signature
vendors/secp256k1/src/tests.c:6362
↓ 8 callersFunctionlagrange_basis
* @notes: * - This is a more complicated version of the `lagrange_basis` defined below, since it is constant-time. */
src/cbmpc/crypto/lagrange.cpp:11
↓ 8 callersFunctionlisteners
Provides access to the event listener list.
vendors/googletest/googletest/src/gtest-internal-inl.h:609
↓ 8 callersFunctionprv_bin_size
src/cbmpc/crypto/base_eddsa.cpp:16
↓ 8 callersFunctionrequire
demo-cpp/parallel_transport/main.cpp:26
↓ 8 callersFunctionrequire
demo-api/ecdsa_mp_pve_backup/main.cpp:38
↓ 8 callersFunctionrequire
demo-api/schnorr_2p_pve_batch_backup/main.cpp:30
↓ 8 callersFunctionsecp256k1_context_preallocated_size
vendors/secp256k1/src/secp256k1.c:92
↓ 8 callersFunctionsecp256k1_ec_pubkey_combine
vendors/secp256k1/src/secp256k1.c:766
↓ 8 callersFunctionsecp256k1_ec_seckey_tweak_mul
vendors/secp256k1/src/secp256k1.c:709
↓ 8 callersFunctionsecp256k1_ecdsa_recoverable_signature_convert
vendors/secp256k1/src/modules/recovery/main_impl.h:74
↓ 8 callersFunctionsecp256k1_ecdsa_signature_parse_compact
vendors/secp256k1/src/secp256k1.c:385
↓ 8 callersFunctionsecp256k1_ecdsa_signature_save
vendors/secp256k1/src/secp256k1.c:359
↓ 8 callersFunctionsecp256k1_fe_cmp_var
vendors/secp256k1/src/field_impl.h:261
↓ 8 callersFunctionsecp256k1_memczero
Zero memory if flag == 1. Flag must be 0 or 1. Constant time. */
vendors/secp256k1/src/util.h:210
↓ 8 callersFunctionsecp256k1_musig_partial_sig_parse
vendors/secp256k1/src/modules/musig/session_impl.h:275
↓ 8 callersFunctionsecp256k1_u128_from_u64
vendors/secp256k1/src/int128_struct_impl.h:101
↓ 8 callersFunctionsecp256k1_u128_mul
vendors/secp256k1/src/int128_struct_impl.h:58
↓ 8 callersFunctionsecp256k1_wnaf_fixed
Convert a number to WNAF notation. * The number becomes represented by sum(2^{wi} * wnaf[i], i=0..WNAF_SIZE(w)+1) - return_val. * It has the follo
vendors/secp256k1/src/ecmult_impl.h:418
↓ 8 callersMethodstep1_R2S
src/cbmpc/protocol/ot.cpp:8
↓ 8 callersFunctionstod
vendors/google-benchmark/src/string_util.cc:227
↓ 8 callersFunctiontest_schnorrsig_bip_vectors_check_signing
Helper function for schnorrsig_bip_vectors * Signs the message and checks that it's the same as expected_sig. */
vendors/secp256k1/src/modules/schnorrsig/tests_impl.h:172
↓ 8 callersFunctiontestrand_flip
vendors/secp256k1/src/testrand_impl.h:120
↓ 8 callersFunctiontestutil_random_fe_test
vendors/secp256k1/src/testutil.h:46
↓ 8 callersMethodto_additive_share
src/cbmpc/protocol/ec_dkg.cpp:704
↓ 8 callersMethodto_bin
src/cbmpc/crypto/base_ecc.cpp:297
↓ 8 callersFunctionview_cmems
src/cbmpc/c_api/util.h:177
↓ 8 callersMethodx
vendors/googletest/googletest/test/gtest_unittest.cc:5127
↓ 7 callersMethodAssertSetEqual
Asserts that two sets are equal.
vendors/googletest/googletest/test/googletest-filter-unittest.py:259
↓ 7 callersFunctionCheckTestFailureCount
vendors/googletest/googletest/test/gtest_stress_test.cc:109
↓ 7 callersFunctionChronoClockNow
vendors/google-benchmark/src/timers.h:65
↓ 7 callersMethodCreateDirectoriesRecursively
Create directories so that path exists. Returns true if successful or if the directories already exist; returns false if unable to create directories
vendors/googletest/googletest/src/gtest-filepath.cc:334
↓ 7 callersFunctionDivisibleBy
vendors/googletest/googlemock/test/gmock-matchers-comparisons_test.cc:2305
↓ 7 callersMethodEnqueue
Adds an element to the end of the queue. A copy of the element is created using the copy constructor, and then stored in the queue. Changes made to t
vendors/googletest/googletest/samples/sample3-inl.h:114
↓ 7 callersFunctionFOpen
vendors/googletest/googletest/include/gtest/internal/gtest-port.h:2137
↓ 7 callersFunctionFail
Prints the given failure message and exits the program with non-zero. We use this instead of a Google Test assertion to indicate a failure, as the la
vendors/googletest/googletest/test/gtest_assert_by_exception_test.cc:52
↓ 7 callersFunctionFib
(u uint)
vendors/github-action-benchmark/examples/go/fib.go:3
↓ 7 callersMethodFileOrDirectoryExists
Returns true if pathname describes something findable in the file-system, either a file, directory, or whatever.
vendors/googletest/googletest/src/gtest-filepath.cc:251
↓ 7 callersFunctionFloatEq
Creates a matcher that matches any float argument approximately equal to rhs, where two NANs are considered unequal.
vendors/googletest/googlemock/include/gmock/gmock-matchers.h:4313
↓ 7 callersFunctionGetCurrentExecutableName
Returns the current application's name, removing directory path if that is present.
vendors/googletest/googletest/src/gtest.cc:661
↓ 7 callersFunctionGetLastErrnoDescription
Returns the message describing the last system error in errno.
vendors/googletest/googletest/src/gtest-death-test.cc:346
↓ 7 callersMethodGetTestInfo
vendors/googletest/googletest/test/gtest_unittest.cc:5261
↓ 7 callersMethodGetTestInfo
Returns the i-th test among all the tests. i can range from 0 to total_test_count() - 1. If i is not in that range, returns NULL.
vendors/googletest/googletest/src/gtest.cc:2971
↓ 7 callersFunctionGetTestTypeId
Returns the type ID of ::testing::Test. We should always call this instead of GetTypeId< ::testing::Test>() to get the type ID of testing::Test. Thi
vendors/googletest/googletest/src/gtest.cc:988
↓ 7 callersFunctionGlobalFunction
A global function that's expected to die.
vendors/googletest/googletest/test/googletest-death-test-test.cc:168
↓ 7 callersFunctionGrabOutput
Verifies that Log() behaves correctly for the given verbosity level and log severity.
vendors/googletest/googlemock/test/gmock-internal-utils_test.cc:507
↓ 7 callersFunctionIsAsciiPunct
vendors/googletest/googletest/src/gtest-port.cc:764
↓ 7 callersFunctionMakeTime
vendors/google-benchmark/src/timers.cc:76
↓ 7 callersFunctionNanSensitiveDoubleEq
Creates a matcher that matches any double argument approximately equal to rhs, including NaN values when rhs is NaN.
vendors/googletest/googlemock/include/gmock/gmock-matchers.h:4291
↓ 7 callersFunctionNanSensitiveFloatEq
Creates a matcher that matches any float argument approximately equal to rhs, including NaN values when rhs is NaN.
vendors/googletest/googlemock/include/gmock/gmock-matchers.h:4319
↓ 7 callersFunctionNotNull
Creates a polymorphic matcher that matches any non-NULL pointer. This is convenient as Not(NULL) doesn't compile (the compiler thinks that that expres
vendors/googletest/googlemock/include/gmock/gmock-matchers.h:4267
↓ 7 callersFunctionOptional
vendors/googletest/googlemock/include/gmock/gmock-matchers.h:5242
↓ 7 callersFunctionPrintByRef
vendors/googletest/googletest/test/googletest-printers-test.cc:314
↓ 7 callersMethodRanges
vendors/google-benchmark/src/benchmark_register.cc:260
↓ 7 callersFunctionReadFromFile
vendors/google-benchmark/src/sysinfo.cc:212
↓ 7 callersMethodRelease
vendors/googletest/googletest/src/gtest.cc:3840
↓ 7 callersFunctionRemoveMatchingTests
Removes output of specified tests from a Google Test program's output. This function strips not only the beginning and the end of a test but also
vendors/googletest/googletest/test/googletest-output-test.py:184
↓ 7 callersMethodSetup
vendors/google-benchmark/src/benchmark_register.cc:334
↓ 7 callersFunctionShuffle
vendors/googletest/googletest/src/gtest-internal-inl.h:329
↓ 7 callersMethodSkipped
Returns true if and only if the test was skipped.
vendors/googletest/googletest/src/gtest.cc:2439
↓ 7 callersFunctionStrEscape
vendors/google-benchmark/src/json_reporter.cc:33
↓ 7 callersMethodUponLeavingGTest
vendors/googletest/googletest/src/gtest.cc:5331
↓ 7 callersMethodadd_child_node
src/cbmpc/crypto/secret_sharing.cpp:52
↓ 7 callersFunctionbase_pke_ecies_p256_ek_from_oct
src/cbmpc/api/pve_base_pke.cpp:118
↓ 7 callersMethodbegin_line
src/cbmpc/core/error.cpp:447
↓ 7 callersMethodbitlen128
src/cbmpc/crypto/ro.cpp:51
↓ 7 callersMethodbzero
src/cbmpc/core/buf.cpp:205
↓ 7 callersMethodc_string
Gets the 0-terminated C string this MyString object represents.
vendors/googletest/googletest/samples/sample2.h:71
↓ 7 callersMethodcall
(func: GitFunc, args: unknown[])
vendors/github-action-benchmark/test/write.spec.ts:35
↓ 7 callersFunctioncbmpc_pve_ac_verify
src/cbmpc/c_api/pve_batch_ac.cpp:110
↓ 7 callersFunctioncbmpc_schnorr_2p_get_public_key_compressed
src/cbmpc/c_api/schnorr2pc.cpp:104
↓ 7 callersFunctioncbmpc_schnorr_mp_dkg_ac
src/cbmpc/c_api/schnorr_mp.cpp:74
↓ 7 callersMethodcheck_curve
include-internal/cbmpc/internal/crypto/elgamal.h:90
↓ 7 callersMethodcnd_negate
include-internal/cbmpc/internal/crypto/base_ec_core.h:390
↓ 7 callersMethodconvert
include-internal/cbmpc/internal/protocol/mpc_job.h:367
↓ 7 callersFunctioncopy
src/cbmpc/crypto/ec25519_core.cpp:942
↓ 7 callersMethoddisabled_test_count
Gets the number of disabled tests.
vendors/googletest/googletest/src/gtest.cc:1137
↓ 7 callersMethodend_line
src/cbmpc/core/error.cpp:462
↓ 7 callersFunctionexec
(cmd: string)
vendors/github-action-benchmark/scripts/ci_validate_modification.ts:18
↓ 7 callersFunctionexpected_Q
tests/unit/c_api/test_pve.cpp:57
↓ 7 callersMethodfinal
include-internal/cbmpc/internal/crypto/base_hash.h:268
↓ 7 callersFunctiongetBoolInput
(name: string)
vendors/github-action-benchmark/src/config.ts:117
↓ 7 callersMethodget_offset
include-internal/cbmpc/internal/core/convert.h:50
↓ 7 callersMethodget_y
src/cbmpc/crypto/base_ecc.cpp:770
↓ 7 callersFunctionint_log2
include-internal/cbmpc/internal/core/utils.h:104
↓ 7 callersMethodis_nan
Returns true if and only if this is NAN (not a number).
vendors/googletest/googletest/include/gtest/internal/gtest-internal.h:324
↓ 7 callersFunctionis_vartime_scope
src/cbmpc/crypto/base_mod.cpp:11
↓ 7 callersFunctionle_get_8
include-internal/cbmpc/internal/core/utils.h:61
↓ 7 callersMethodoriginal_working_dir
Returns the working directory when the first TEST() or TEST_F() was executed.
vendors/googletest/googletest/src/gtest.cc:5556
↓ 7 callersFunctionprint_difference_report
Calculate and report the difference between each test of two benchmarks runs specified as 'json1' and 'json2'.
vendors/google-benchmark/tools/gbench/report.py:382
↓ 7 callersMethodrelease
src/cbmpc/c_api/tdh2.cpp:37
← previousnext →801–900 of 7,462, ranked by callers