Home
last modified time | relevance | path

Searched refs:GetTestState (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/ssl/test/
Dbssl_shim.cc137 static TestState *GetTestState(const SSL *ssl) { in GetTestState() function
151 return EVP_PKEY_id(GetTestState(ssl)->private_key.get()); in AsyncPrivateKeyType()
155 return EVP_PKEY_size(GetTestState(ssl)->private_key.get()); in AsyncPrivateKeyMaxSignatureLen()
161 TestState *test_state = GetTestState(ssl); in AsyncPrivateKeySign()
194 TestState *test_state = GetTestState(ssl); in AsyncPrivateKeySignComplete()
223 TestState *test_state = GetTestState(ssl); in AsyncPrivateKeyDecrypt()
251 TestState *test_state = GetTestState(ssl); in AsyncPrivateKeyDecryptComplete()
296 TestState *test_state = GetTestState(ssl); in InstallCertificate()
347 GetTestState(ctx->ssl)->early_callback_called = true; in SelectCertificateCallback()
507 *out_clock = GetTestState(ssl)->clock; in CurrentTimeCallback()
[all …]