Home
last modified time | relevance | path

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

/system/keymaster/key_blob_utils/
Dauth_encrypted_key_blob.cpp74 LOG_D("Failed to deserialize unversioned blob (may be a HW-backed key)", 0); in DeserializeUnversionedBlob()
130 LOG_D("Failed to deserialize versioned key blob. Assuming unversioned.", 0); in DeserializeAuthEncryptedBlob()
/system/keymaster/contexts/
Dsoft_keymaster_context.cpp310 LOG_D("Parsed an old keymaster1 software key", 0); in ParseKeyBlob()
317 LOG_D("Parsed an old sofkeymaster key", 0); in ParseKeyBlob()
419 LOG_D("Module \"%s\" accepted key", km1_dev_->common.module->name); in ParseKeymaster1HwBlob()
438 LOG_D("Module \"%s\" accepted key", km0_engine_->device()->common.module->name); in ParseKeymaster0HwBlob()
Dpure_soft_keymaster_context.cpp195 LOG_D("Parsed an old keymaster1 software key", 0); in ParseKeyBlob()
202 LOG_D("Parsed an old sofkeymaster key", 0); in ParseKeyBlob()
Dsoft_keymaster_device.cpp168 LOG_D("Device address: %p", this); in SoftKeymasterDevice()
178 LOG_D("Device address: %p", this); in SoftKeymasterDevice()
186 LOG_D("Reinitializing SoftKeymasterDevice to use HW keymaster0", 0); in SetHardwareDevice()
214 LOG_D("Reinitializing SoftKeymasterDevice to use HW keymaster1", 0); in SetHardwareDevice()
699 LOG_D("Not performing software digesting for algorithm %d", algorithm); in RequiresSoftwareDigesting()
709 LOG_D("Requested digest(s) supported for algorithm %d and purpose %d", algorithm, purpose); in RequiresSoftwareDigesting()
1239 LOG_D("Operation supported by %s, passing through to keymaster1 module", in begin()
/system/keymaster/include/keymaster/
Dlogger.h62 #define LOG_D(fmt, ...) Logger::Debug(FILE_LINE fmt, __VA_ARGS__) macro
/system/keymaster/km_openssl/
Dopenssl_err.cpp47 LOG_D("%s", ERR_error_string(error, nullptr)); in TranslateLastOpenSslError()
/system/keymaster/legacy_support/
Dec_keymaster1_key.cpp52 LOG_D("Found request for unsupported digest %u", entry.enumerated); in UpdateToWorkAroundUnsupportedDigests()
Drsa_keymaster1_key.cpp53 LOG_D("Found request for unsupported digest %u", entry.enumerated); in UpdateToWorkAroundUnsupportedDigests()