MCPcopy Create free account

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

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

↓ 14 callersMethodhas_private_key
include-internal/cbmpc/internal/crypto/base_paillier.h:72
↓ 14 callersFunctioninit_arrays
(key)
vendors/secp256k1/tools/test_vectors_musig2_generate.py:34
↓ 14 callersFunctionmake_transport
tests/unit/c_api/test_transport_harness.h:121
↓ 14 callersMethodpow_mod
src/cbmpc/crypto/base_bn.cpp:468
↓ 14 callersFunctionrequire_rv
demo-api/ecdsa_mp_pve_backup/main.cpp:42
↓ 14 callersFunctionsecp256k1_eckey_pubkey_parse
vendors/secp256k1/src/eckey_impl.h:17
↓ 14 callersFunctionsecp256k1_musig_pubkey_agg
vendors/secp256k1/src/modules/musig/keyagg_impl.h:175
↓ 14 callersFunctionsecure_bzero
src/cbmpc/c_api/common.cpp:14
↓ 14 callersMethodskip
include/cbmpc/core/buf.h:89
↓ 14 callersFunctiontestrand256_test
vendors/secp256k1/src/testrand_impl.h:116
↓ 14 callersMethodupdate
include-internal/cbmpc/internal/crypto/ro.h:56
↓ 14 callersFunctionverify_ac
src/cbmpc/api/pve_batch_ac.cpp:158
↓ 13 callersFunctionBeginEndDistanceIs
vendors/googletest/googlemock/include/gmock/gmock-matchers.h:4694
↓ 13 callersFunctionCanonicalizeForStdLibVersioning
Canonicalizes a given name with respect to the Standard C++ Library. This handles removing the inline namespace within `std` that is used by various s
vendors/googletest/googletest/include/gtest/internal/gtest-type-util.h:61
↓ 13 callersFunctionCheck
Prints the message and aborts the program if condition is false.
vendors/googletest/googletest/test/gtest_environment_test.cc:90
↓ 13 callersFunctionDoDefault
Creates an action that does the default action for the give mock function.
vendors/googletest/googlemock/include/gmock/gmock-actions.h:1920
↓ 13 callersFunctionExpect
Verifies that condition is true; generates a non-fatal failure if condition is false.
vendors/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h:256
↓ 13 callersFunctionExpectSpecProperty
Expects that the EXPECT_CALL() statement has the given property.
vendors/googletest/googlemock/include/gmock/gmock-spec-builders.h:748
↓ 13 callersFunctionIsAsciiWhiteSpace
vendors/googletest/googletest/src/gtest-port.cc:768
↓ 13 callersFunctionIsInSet
Returns true if and only if ch appears anywhere in str (excluding the terminating '\0' character).
vendors/googletest/googletest/src/gtest-port.cc:756
↓ 13 callersFunctionIsPathSeparator
Returns whether the given character is a valid path separator.
vendors/googletest/googletest/src/gtest-filepath.cc:92
↓ 13 callersMethodRemoveFileName
RemoveFileName returns the directory path with the filename removed. Example: FilePath("path/to/file").RemoveFileName() returns "path/to/". If the Fil
vendors/googletest/googletest/src/gtest-filepath.cc:210
↓ 13 callersFunctionTestFlag
Verifies that the given flag is affected by the corresponding env var.
vendors/googletest/googletest/test/googletest-env-var-test.py:71
↓ 13 callersMethodThreadPerCpu
vendors/google-benchmark/src/benchmark_register.cc:466
↓ 13 callersFunctionTupleMatches
vendors/googletest/googlemock/include/gmock/gmock-matchers.h:681
↓ 13 callersFunctionValue
vendors/googletest/googlemock/include/gmock/gmock-matchers.h:5061
↓ 13 callersFunctionchecked_malloc
vendors/secp256k1/src/util.h:156
↓ 13 callersFunctionderive_eddsa_2p_keys
src/cbmpc/api/hd_keyset_eddsa_2p.cpp:143
↓ 13 callersMethodforward
include-internal/cbmpc/internal/core/convert.h:41
↓ 13 callersFunctionhorner_poly
src/cbmpc/crypto/lagrange.cpp:137
↓ 13 callersFunctioninit_mpc_benchmarking
tools/benchmark/mpc_util.h:431
↓ 13 callersMethodprover_msg2
src/cbmpc/zk/zk_pedersen.cpp:181
↓ 13 callersMethodput
src/cbmpc/core/error.cpp:391
↓ 13 callersMethodreset
tests/utils/local_network/channel.cpp:57
↓ 13 callersFunctionrun_bm_mpc
tools/benchmark/mpc_util.h:460
↓ 13 callersFunctionsecp256k1_declassify
Mark memory as no-longer-secret for the purpose of analysing constant-time behaviour * of the software. */
vendors/secp256k1/src/secp256k1.c:236
↓ 13 callersFunctionsecp256k1_fe_normalizes_to_zero
vendors/secp256k1/src/field_impl.h:199
↓ 13 callersFunctionsecp256k1_musig_nonce_agg
vendors/secp256k1/src/modules/musig/session_impl.h:535
↓ 13 callersFunctionsecp256k1_musig_partial_sig_agg
vendors/secp256k1/src/modules/musig/session_impl.h:790
↓ 13 callersFunctionsecp256k1_write_be32
Write a uint32_t in big endian */
vendors/secp256k1/src/util.h:382
↓ 13 callersFunctionsecure_erase
Cleanses memory to prevent leaking sensitive info. Won't be optimized out. */
vendors/secp256k1/examples/examples_util.h:86
↓ 13 callersFunctionser
include-internal/cbmpc/internal/core/convert.h:235
↓ 13 callersMethodset_bit
src/cbmpc/core/buf128.cpp:120
↓ 13 callersMethodset_n
vendors/googletest/googlemock/test/gmock-matchers-containers_test.cc:628
↓ 13 callersFunctionsign_batch
src/cbmpc/protocol/eddsa.cpp:9
↓ 12 callersFunctionBoolFromGTestEnv
Reads and returns the Boolean environment variable corresponding to the given flag; if it's not set, returns default_value. The value is considered t
vendors/googletest/googletest/src/gtest-port.cc:1366
↓ 12 callersFunctionEq
vendors/googletest/googletest/include/gtest/gtest-matchers.h:862
↓ 12 callersFunctionExpectation
vendors/googletest/googlemock/include/gmock/gmock-spec-builders.h:485
↓ 12 callersFunctionGetTestCases
Returns a list of test cases in the given full test names. Args: tests: a list of full test names Returns: A list of test cases from 'te
vendors/googletest/googletest/test/googletest-shuffle-test.py:108
↓ 12 callersFunctionInvokeWithoutArgs
vendors/googletest/googlemock/include/gmock/gmock-actions.h:1976
↓ 12 callersFunctionIsAsciiDigit
Returns true if and only if ch belongs to the given classification. Unlike similar functions in <ctype.h>, these aren't affected by the current locale
vendors/googletest/googletest/src/gtest-port.cc:763
↓ 12 callersFunctionIsEmpty
Creates a polymorphic matcher that matches an empty container or C-style string. The container must support both size() and empty(), which all STL-lik
vendors/googletest/googlemock/include/gmock/gmock-more-matchers.h:93
↓ 12 callersMethodIsPrime
vendors/googletest/googletest/samples/sample8_unittest.cc:61
↓ 12 callersFunctionIsReadableTypeName
Returns true if the given type name is easy to read by a human. This is used to decide whether printing the type of a value might be helpful.
vendors/googletest/googlemock/include/gmock/gmock-matchers.h:575
↓ 12 callersFunctionRandomSeedFlag
(n)
vendors/googletest/googletest/test/googletest-shuffle-test.py:72
↓ 12 callersFunctionRunAndReturnOutput
Runs the test program and returns its output.
vendors/googletest/googletest/test/googletest-failfast-unittest.py:92
↓ 12 callersMethodSet
Sets the 0-terminated C string this MyString object represents.
vendors/googletest/googletest/samples/sample2.cc:49
↓ 12 callersFunctionSetEnvVar
Sets the env variable to 'value'; unsets it when 'value' is None.
vendors/googletest/googletest/test/googletest-failfast-unittest.py:83
↓ 12 callersFunctionShuffleFlag
()
vendors/googletest/googletest/test/googletest-shuffle-test.py:68
↓ 12 callersFunctionTestInitGoogleMock
vendors/googletest/googlemock/test/gmock_test.cc:48
↓ 12 callersFunctionTruly
vendors/googletest/googlemock/include/gmock/gmock-matchers.h:4671
↓ 12 callersFunctionWhenSortedBy
vendors/googletest/googlemock/include/gmock/gmock-matchers.h:4713
↓ 12 callersFunctioncbmpc_cmems_free
src/cbmpc/c_api/common.cpp:43
↓ 12 callersFunctioncbmpc_ecdsa_mp_attach_private_scalar
src/cbmpc/c_api/ecdsa_mp.cpp:428
↓ 12 callersFunctioncbmpc_eddsa_mp_refresh_ac
src/cbmpc/c_api/eddsa_mp.cpp:195
↓ 12 callersFunctioncbmpc_pve_ac_combine
src/cbmpc/c_api/pve_batch_ac.cpp:295
↓ 12 callersFunctioncbmpc_pve_ac_encrypt
src/cbmpc/c_api/pve_batch_ac.cpp:63
↓ 12 callersFunctioncbmpc_schnorr_mp_get_public_key_compressed
src/cbmpc/c_api/schnorr_mp.cpp:326
↓ 12 callersMethodcurrent_test_result
Returns the most specific TestResult currently running.
vendors/googletest/googletest/src/gtest.cc:6303
↓ 12 callersFunctionhash_number
demo-cpp/basic_primitive/main.cpp:11
↓ 12 callersFunctioninit_2pc_benchmarking
tools/benchmark/mpc_util.h:167
↓ 12 callersFunctionmake_msg_hash32
tests/unit/api/test_ecdsa_mp_ac.cpp:42
↓ 12 callersMethodmul
src/cbmpc/crypto/base_ecc.cpp:266
↓ 12 callersMethodrand
src/cbmpc/crypto/base_bn.cpp:461
↓ 12 callersFunctionrun_2pc
tests/unit/c_api/test_ecdsa2pc.cpp:122
↓ 12 callersFunctionrun_bm_2pc
tools/benchmark/mpc_util.h:188
↓ 12 callersFunctionsecp256k1_ec_pubkey_cmp
vendors/secp256k1/src/secp256k1.c:291
↓ 12 callersFunctionsecp256k1_ec_pubkey_tweak_add
vendors/secp256k1/src/secp256k1.c:692
↓ 12 callersFunctionsecp256k1_ecdsa_signature_serialize_der
vendors/secp256k1/src/secp256k1.c:406
↓ 12 callersFunctionsecp256k1_fe_set_b32_mod
vendors/secp256k1/src/field_impl.h:271
↓ 12 callersFunctionsecp256k1_ge_neg
vendors/secp256k1/src/group_impl.h:149
↓ 12 callersFunctionsecp256k1_i128_to_i64
vendors/secp256k1/src/int128_struct_impl.h:183
↓ 12 callersFunctionsecp256k1_musig_pubnonce_parse
vendors/secp256k1/src/modules/musig/session_impl.h:194
↓ 12 callersFunctionsecp256k1_scalar_set_b32_seckey
vendors/secp256k1/src/scalar_impl.h:30
↓ 12 callersFunctionsecp256k1_scratch_apply_checkpoint
vendors/secp256k1/src/scratch_impl.h:46
↓ 12 callersMethodsize
src/cbmpc/crypto/base_ecc.cpp:558
↓ 12 callersMethodstart_timestamp
Gets the time of the test program start, in ms from the start of the UNIX epoch.
vendors/googletest/googletest/src/gtest.cc:5289
↓ 12 callersFunctionstoul
* GNU STL in Android NDK lacks support for some C++11 functions, including * stoul, stoi, stod. We reimplement them here using C functions strtoul,
vendors/google-benchmark/src/string_util.cc:175
↓ 12 callersFunctiontestrand_bytes_test
vendors/secp256k1/src/testrand_impl.h:100
↓ 12 callersFunctionto_internal_access_structure
src/cbmpc/api/access_structure_util.h:157
↓ 12 callersMethodvalidate_tree
src/cbmpc/crypto/secret_sharing.cpp:57
↓ 11 callersFunctionAllOfMatches
Helper to allow easy testing of AllOf matchers with num parameters.
vendors/googletest/googlemock/test/gmock-matchers-arithmetic_test.cc:424
↓ 11 callersFunctionAlwaysTrue
vendors/googletest/googletest/src/gtest.cc:6364
↓ 11 callersFunctionAnyOfMatches
Helper to allow easy testing of AnyOf matchers with num parameters.
vendors/googletest/googlemock/test/gmock-matchers-arithmetic_test.cc:603
↓ 11 callersFunctionCombine
vendors/googletest/googletest/include/gtest/gtest-param-test.h:406
↓ 11 callersMethodComplexity
vendors/google-benchmark/src/benchmark_register.cc:421
↓ 11 callersFunctionDeathTestAbort
Routine for aborting the program which is safe to call from an exec-style death test child process, in which case the error message is propagated back
vendors/googletest/googletest/src/gtest-death-test.cc:293
↓ 11 callersFunctionDieWithMessage
vendors/googletest/googletest/test/googletest-death-test-test.cc:112
↓ 11 callersFunctionForEach
vendors/googletest/googletest/src/gtest-internal-inl.h:288
↓ 11 callersFunctionFormatString
vendors/google-benchmark/src/colorprint.cc:85
← previousnext →501–600 of 7,462, ranked by callers