HomeSort by relevance Sort by last modified time
    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 40 std::string GetOpenSSLError() {
166 LOG(ERROR) << "Error creating exponent for RSA: " << GetOpenSSLError();
174 LOG(ERROR) << "Error setting public area of rsa key: " << GetOpenSSLError();
179 LOG(ERROR) << "Error setting up EVP_PKEY: " << GetOpenSSLError();
199 << GetOpenSSLError();
209 LOG(ERROR) << "Error encrypting salt: " << GetOpenSSLError();
trunks_client_test.cc 49 std::string GetOpenSSLError() {
    [all...]

Completed in 413 milliseconds