Lines Matching refs:AT
34 #define AT __func__ << ":" << __LINE__ << " " macro
221 LOG(ERROR) << AT << "Keystore createOperation returned service specific error: " in keystore2_sign()
224 LOG(ERROR) << AT << "Communication with Keystore createOperation failed error: " in keystore2_sign()
237 LOG(ERROR) << AT << "Keystore finish returned service specific error: " in keystore2_sign()
240 LOG(ERROR) << AT in keystore2_sign()
247 LOG(ERROR) << AT << "We did not get a signature from Keystore."; in keystore2_sign()
262 LOG(ERROR) << AT << "Invalid key."; in rsa_private_transform()
303 LOG(ERROR) << AT << "Invalid key."; in ecdsa_sign()
341 LOG(ERROR) << AT << "Unable to connect to Keystore 2.0."; in EVP_PKEY_from_keystore2()
347 LOG(WARNING) << AT << "Keystore backend used with legacy alias prefix - ignoring."; in EVP_PKEY_from_keystore2()
372 LOG(ERROR) << AT << "Keystore getKeyEntry returned service specific error: " in EVP_PKEY_from_keystore2()
375 LOG(ERROR) << AT << "Communication with Keystore getKeyEntry failed error: " in EVP_PKEY_from_keystore2()
382 LOG(ERROR) << AT << "No public key found."; in EVP_PKEY_from_keystore2()
389 LOG(ERROR) << AT << "Failed to parse x509 certificate."; in EVP_PKEY_from_keystore2()
394 LOG(ERROR) << AT << "Failed to extract public key."; in EVP_PKEY_from_keystore2()
414 LOG(ERROR) << AT << "Unsupported key type " << EVP_PKEY_type(pkey->type); in EVP_PKEY_from_keystore2()