OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetOpenSSLError
(Results
1 - 3
of
3
) sorted by null
/system/tpm/attestation/common/
crypto_utility_impl.cc
42
std::string
GetOpenSSLError
() {
172
<< ": Failed to decode public key: " <<
GetOpenSSLError
();
179
<< ": Failed to encode public key: " <<
GetOpenSSLError
();
195
<< ": Failed to decode public key: " <<
GetOpenSSLError
();
202
<< ": Failed to encode public key: " <<
GetOpenSSLError
();
246
<< ": Failed to decode EK public key: " <<
GetOpenSSLError
();
282
<< ": Failed to decode public key: " <<
GetOpenSSLError
();
299
<< ": Failed to decode public key: " <<
GetOpenSSLError
();
337
LOG(ERROR) << __func__ << ": " <<
GetOpenSSLError
();
342
LOG(ERROR) << __func__ << ": " <<
GetOpenSSLError
();
[
all
...]
/system/tpm/trunks/
session_manager_impl.cc
41
std::string
GetOpenSSLError
() {
167
LOG(ERROR) << "Error creating exponent for RSA: " <<
GetOpenSSLError
();
175
LOG(ERROR) << "Error setting public area of rsa key: " <<
GetOpenSSLError
();
180
LOG(ERROR) << "Error setting up EVP_PKEY: " <<
GetOpenSSLError
();
200
<<
GetOpenSSLError
();
210
LOG(ERROR) << "Error encrypting salt: " <<
GetOpenSSLError
();
trunks_client_test.cc
51
std::string
GetOpenSSLError
() {
[
all
...]
Completed in 972 milliseconds