Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coinbase/cb-mpc
/ functions
Functions
7,462 in github.com/coinbase/cb-mpc
⨍
Functions
7,462
◇
Types & classes
1,770
↓ 5 callers
Method
skipped_test_count
Gets the number of skipped tests.
vendors/googletest/googletest/src/gtest.cc:1121
↓ 5 callers
Method
step3_S2R
src/cbmpc/protocol/ot.cpp:442
↓ 5 callers
Method
step4_p2_output
src/cbmpc/protocol/ecdsa_2p.cpp:54
↓ 5 callers
Function
strVal
(b: BenchmarkResult)
vendors/github-action-benchmark/src/write.ts:149
↓ 5 callers
Function
t_compute
tests/dudect/dudect_util/dudect.h:191
↓ 5 callers
Function
test_ecmult_multi
vendors/secp256k1/src/tests.c:4638
↓ 5 callers
Function
test_inverse_field
vendors/secp256k1/src/tests.c:3292
↓ 5 callers
Function
test_inverse_scalar
vendors/secp256k1/src/tests.c:3270
↓ 5 callers
Function
test_sort_helper
vendors/secp256k1/src/tests.c:6617
↓ 5 callers
Method
test_suite_to_run_count
Gets the number of all test suites that contain at least one test that should run.
vendors/googletest/googletest/src/gtest.cc:1111
↓ 5 callers
Method
trim
include-internal/cbmpc/internal/core/strext.h:50
↓ 5 callers
Function
uint16_to_signed30
Convert a 256-bit number represented as 16 uint16_t's to signed30 notation. */
vendors/secp256k1/src/tests.c:835
↓ 5 callers
Function
uint16_to_signed62
Convert a 256-bit number represented as 16 uint16_t's to signed62 notation. */
vendors/secp256k1/src/tests.c:926
↓ 5 callers
Function
validate_public_key
src/cbmpc/api/tdh2.cpp:25
↓ 5 callers
Method
verifier_challenge_msg
src/cbmpc/zk/zk_paillier.cpp:336
↓ 5 callers
Method
what
vendors/googletest/googlemock/include/gmock/gmock-matchers.h:5307
↓ 4 callers
Function
Address
vendors/googletest/googlemock/include/gmock/gmock-matchers.h:5038
↓ 4 callers
Function
AssertEq
(expected, actual)
vendors/googletest/googletest/test/googletest-env-var-test.py:46
↓ 4 callers
Function
Assign
vendors/googletest/googlemock/include/gmock/gmock-actions.h:1939
↓ 4 callers
Method
BaseGenerator
vendors/googletest/googletest/include/gtest/internal/gtest-param-util.h:236
↓ 4 callers
Function
ByMove
vendors/googletest/googlemock/include/gmock/gmock-actions.h:1898
↓ 4 callers
Function
Cardinality
Constructs a Cardinality from its implementation.
vendors/googletest/googlemock/include/gmock/gmock-cardinalities.h:98
↓ 4 callers
Function
ChangeToRootDir
vendors/googletest/googletest/test/googletest-death-test-test.cc:370
↓ 4 callers
Function
CharsToIndices
vendors/googletest/googletest/test/gtest_unittest.cc:3504
↓ 4 callers
Function
CharsToLines
vendors/googletest/googletest/test/gtest_unittest.cc:3512
↓ 4 callers
Method
DebugString
vendors/googletest/googlemock/src/gmock-matchers.cc:269
↓ 4 callers
Method
DescribeTo
Describes this matcher to an ostream.
vendors/googletest/googletest/include/gtest/gtest-matchers.h:244
↓ 4 callers
Function
DieIfLessThan
A binary function that may die.
vendors/googletest/googletest/test/googletest-death-test-test.cc:182
↓ 4 callers
Method
DirName
vendors/googletest/googletest/test/gtest_dirs_test.cc:61
↓ 4 callers
Function
ExplainMatchFailureTupleTo
vendors/googletest/googlemock/include/gmock/gmock-matchers.h:695
↓ 4 callers
Function
Fail
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_throw_on_failure_ex_test.cc:44
↓ 4 callers
Function
FailFatally
vendors/googletest/googletest/test/gtest_unittest.cc:6738
↓ 4 callers
Function
FlushInfoLog
vendors/googletest/googletest/include/gtest/internal/gtest-port.h:1099
↓ 4 callers
Function
FormatTimes
Formats "n times" in a human-friendly way.
vendors/googletest/googlemock/src/gmock-cardinalities.cc:94
↓ 4 callers
Method
GetAdjustedRealTime
vendors/google-benchmark/src/reporter.cc:106
↓ 4 callers
Function
GetArgvs
vendors/googletest/googletest/src/gtest.cc:647
↓ 4 callers
Function
GetCommandOutput
Runs a command and returns output with all file location info stripped off. Args: env_cmd: The shell command. A 2-tuple where element 0 is a d
vendors/googletest/googletest/test/googletest-output-test.py:239
↓ 4 callers
Function
GetFlag
Runs googletest-env-var-test_ and returns its output.
vendors/googletest/googletest/test/googletest-env-var-test.py:62
↓ 4 callers
Function
GetMutableSuiteCase
Gets the i-th test suite among all the test suites. i can range from 0 to total_test_suite_count() - 1. If i is not in that range, returns NULL.
vendors/googletest/googletest/src/gtest-internal-inl.h:603
↓ 4 callers
Function
GetNotDefaultOrNull
vendors/googletest/googletest/include/gtest/internal/gtest-internal.h:490
↓ 4 callers
Function
GetOrCreateValue
vendors/googletest/googletest/include/gtest/internal/gtest-port.h:1842
↓ 4 callers
Method
GetTestPartResultReporterForCurrentThread
Returns the test part result reporter for the current thread.
vendors/googletest/googletest/src/gtest.cc:1083
↓ 4 callers
Function
GetTimeUnitString
vendors/google-benchmark/include/benchmark/benchmark.h:1990
↓ 4 callers
Function
InDeathTestChild
Returns a Boolean value indicating whether the caller is currently executing in the context of the death test child process. Tools such as Valgrind h
vendors/googletest/googletest/src/gtest-death-test.cc:155
↓ 4 callers
Function
IsSpace
vendors/googletest/googletest/include/gtest/internal/gtest-port.h:1981
↓ 4 callers
Function
MODULO
src/cbmpc/protocol/ecdsa_mp.cpp:259
↓ 4 callers
Function
MakeAndRegisterTestInfo
Creates a new TestInfo object and registers it with Google Test; returns the created object. Arguments: test_suite_name: name of the test suite nam
vendors/googletest/googletest/src/gtest.cc:2787
↓ 4 callers
Method
MatchAndExplain
vendors/googletest/googlemock/test/gmock-matchers_test.h:142
↓ 4 callers
Function
Matcher
vendors/googletest/googletest/include/gtest/gtest-matchers.h:499
↓ 4 callers
Function
OpenFileForWriting
Utility function to Open File for Writing
vendors/googletest/googletest/src/gtest.cc:214
↓ 4 callers
Function
ParseInt32
Parses 'str' for a 32-bit signed integer. If successful, writes the result to *value and returns true; otherwise leaves *value unchanged and returns
vendors/googletest/googletest/src/gtest-port.cc:1324
↓ 4 callers
Function
PerfCounters
vendors/google-benchmark/src/perf_counters.h:98
↓ 4 callers
Function
Pointer
vendors/googletest/googlemock/include/gmock/gmock-matchers.h:5030
↓ 4 callers
Function
PrintUsageAndExit
vendors/google-benchmark/src/benchmark.cc:673
↓ 4 callers
Function
ProcessCPUUsage
vendors/google-benchmark/src/timers.cc:117
↓ 4 callers
Method
RefQualifiedOverloaded
vendors/googletest/googlemock/test/gmock-function-mocker_test.cc:272
↓ 4 callers
Function
RegisterTestEnv
Registers a global test environment, and verifies that the registration function returns its argument.
vendors/googletest/googletest/test/gtest_environment_test.cc:112
↓ 4 callers
Method
ReportAggregatesOnly
vendors/google-benchmark/src/benchmark_register.cc:380
↓ 4 callers
Function
ReturnNull
Creates an action that returns NULL.
vendors/googletest/googlemock/include/gmock/gmock-actions.h:1864
↓ 4 callers
Function
RmDir
vendors/googletest/googletest/include/gtest/internal/gtest-port.h:2045
↓ 4 callers
Function
RunAllTests
Runs the tests. Return true if and only if successful. The 'failure' parameter specifies the type of failure that should be generated by the global
vendors/googletest/googletest/test/gtest_environment_test.cc:101
↓ 4 callers
Function
RunAndExtractTestList
Runs the test program and returns its exit code and a list of tests run.
vendors/googletest/googletest/test/googletest-filter-unittest.py:200
↓ 4 callers
Function
SetErrnoAndReturn
vendors/googletest/googlemock/include/gmock/gmock-actions.h:1947
↓ 4 callers
Method
SetTestPartResultReporterForCurrentThread
Sets the test part result reporter for the current thread.
vendors/googletest/googletest/src/gtest.cc:1089
↓ 4 callers
Function
Short
vendors/googletest/googlemock/test/gmock-actions_test.cc:1202
↓ 4 callers
Method
Skip
Skip and records a skipped test result for this object.
vendors/googletest/googletest/src/gtest.cc:2880
↓ 4 callers
Function
SplitString
vendors/googletest/googletest/src/gtest.cc:1277
↓ 4 callers
Function
StatisticsStdDev
vendors/google-benchmark/src/statistics.cc:67
↓ 4 callers
Function
Throw
vendors/googletest/googlemock/include/gmock/gmock-actions.h:2079
↓ 4 callers
Function
UseCharPointer
FIXME: Verify if LTO still messes this up?
vendors/google-benchmark/src/benchmark.cc:158
↓ 4 callers
Function
VariadicExpand
vendors/googletest/googlemock/include/gmock/gmock-matchers.h:3270
↓ 4 callers
Function
VerifyGeneratorIsEmpty
vendors/googletest/googletest/test/googletest-param-test-test.cc:120
↓ 4 callers
Function
WhenBase64Unescaped
vendors/googletest/googlemock/include/gmock/gmock-matchers.h:5046
↓ 4 callers
Method
_TestXmlOutput
Asserts that the XML document matches. Asserts that the XML document generated by running the program gtest_prog_name matches expected_xml, a
vendors/googletest/googletest/test/gtest_xml_output_unittest.py:437
↓ 4 callers
Method
_VerifyTestCasesDoNotInterleave
(self, tests)
vendors/googletest/googletest/test/googletest-shuffle-test.py:280
↓ 4 callers
Function
ad_hoc_test_result
Returns the TestResult for the ad hoc test.
vendors/googletest/googletest/src/gtest-internal-inl.h:616
↓ 4 callers
Function
add256
Add two 256-bit numbers (represented as 16 uint16_t's in LE order) together mod 2^256. */
vendors/secp256k1/src/tests.c:1689
↓ 4 callers
Function
agree_random
src/cbmpc/protocol/agree_random.cpp:7
↓ 4 callers
Method
begin
vendors/googletest/googletest/include/gtest/internal/gtest-internal.h:1108
↓ 4 callers
Function
buffer_append
vendors/secp256k1/src/secp256k1.c:466
↓ 4 callers
Function
buildComment
( benchName: string, curSuite: Benchmark, prevSuite: Benchmark, expandableDetails = true, )
vendors/github-action-benchmark/src/write.ts:165
↓ 4 callers
Function
c_str
vendors/googletest/googletest/include/gtest/internal/gtest-filepath.h:92
↓ 4 callers
Function
calculate_change
Return a float representing the decimal change between old_val and new_val.
vendors/google-benchmark/tools/gbench/report.py:87
↓ 4 callers
Function
cbmpc_eddsa_2p_get_public_key_compressed
src/cbmpc/c_api/eddsa2pc.cpp:104
↓ 4 callers
Function
cbmpc_pve_ac_get_count
src/cbmpc/c_api/pve_batch_ac.cpp:342
↓ 4 callers
Function
cbmpc_pve_ac_partial_decrypt_attempt_rsa_oaep_hsm
src/cbmpc/c_api/pve_batch_ac.cpp:197
↓ 4 callers
Function
cbmpc_pve_batch_get_Label
src/cbmpc/c_api/pve_batch_single_recipient.cpp:254
↓ 4 callers
Function
cbmpc_pve_batch_get_Qs
src/cbmpc/c_api/pve_batch_single_recipient.cpp:232
↓ 4 callers
Function
cbmpc_pve_batch_get_count
src/cbmpc/c_api/pve_batch_single_recipient.cpp:209
↓ 4 callers
Function
cbmpc_pve_decrypt_with_kem
src/cbmpc/c_api/pve_base_pke.cpp:377
↓ 4 callers
Function
cbmpc_pve_get_Label
src/cbmpc/c_api/pve_base_pke.cpp:543
↓ 4 callers
Function
cbmpc_pve_get_Q
src/cbmpc/c_api/pve_base_pke.cpp:521
↓ 4 callers
Function
cbmpc_pve_verify_with_kem
src/cbmpc/c_api/pve_base_pke.cpp:349
↓ 4 callers
Function
cbmpc_schnorr_2p_detach_private_scalar
src/cbmpc/c_api/schnorr2pc.cpp:166
↓ 4 callers
Function
cbmpc_schnorr_2p_extract_public_key_xonly
src/cbmpc/c_api/schnorr2pc.cpp:125
↓ 4 callers
Function
cbmpc_schnorr_mp_attach_private_scalar
src/cbmpc/c_api/schnorr_mp.cpp:435
↓ 4 callers
Function
cbmpc_schnorr_mp_detach_private_scalar
src/cbmpc/c_api/schnorr_mp.cpp:388
↓ 4 callers
Function
cbmpc_schnorr_mp_extract_public_key_xonly
src/cbmpc/c_api/schnorr_mp.cpp:347
↓ 4 callers
Method
check
include-internal/cbmpc/internal/zk/fischlin.h:58
↓ 4 callers
Method
check
src/cbmpc/crypto/base_ecc.cpp:585
← previous
next →
1,201–1,300 of 7,462, ranked by callers