Home
last modified time | relevance | path

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

/system/tpm/attestation/common/
Dcrypto_utility_impl.cc42 std::string GetOpenSSLError() { in GetOpenSSLError() function
172 << ": Failed to decode public key: " << GetOpenSSLError(); in GetRSASubjectPublicKeyInfo()
179 << ": Failed to encode public key: " << GetOpenSSLError(); in GetRSASubjectPublicKeyInfo()
195 << ": Failed to decode public key: " << GetOpenSSLError(); in GetRSAPublicKey()
202 << ": Failed to encode public key: " << GetOpenSSLError(); in GetRSAPublicKey()
246 << ": Failed to decode EK public key: " << GetOpenSSLError(); in EncryptIdentityCredential()
282 << ": Failed to decode public key: " << GetOpenSSLError(); in EncryptForUnbind()
299 << ": Failed to decode public key: " << GetOpenSSLError(); in VerifySignature()
337 LOG(ERROR) << __func__ << ": " << GetOpenSSLError(); in AesEncrypt()
342 LOG(ERROR) << __func__ << ": " << GetOpenSSLError(); in AesEncrypt()
[all …]
/system/tpm/trunks/
Dsession_manager_impl.cc40 std::string GetOpenSSLError() { in GetOpenSSLError() function
166 LOG(ERROR) << "Error creating exponent for RSA: " << GetOpenSSLError(); in EncryptSalt()
174 LOG(ERROR) << "Error setting public area of rsa key: " << GetOpenSSLError(); in EncryptSalt()
179 LOG(ERROR) << "Error setting up EVP_PKEY: " << GetOpenSSLError(); in EncryptSalt()
199 << GetOpenSSLError(); in EncryptSalt()
209 LOG(ERROR) << "Error encrypting salt: " << GetOpenSSLError(); in EncryptSalt()
Dtrunks_client_test.cc49 std::string GetOpenSSLError() { in GetOpenSSLError() function
1024 << "Failed to generate RSA key: " << GetOpenSSLError(); in GenerateRSAKeyPair()
1100 LOG(ERROR) << "Signature verification failed: " << GetOpenSSLError(); in SignAndVerify()