Home
last modified time | relevance | path

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

/system/keymaster/km_openssl/
Dcertificate_utils.cpp136 LOG_D("Using TAG_ACTIVE_DATETIME: %lu", tmp); in get_certificate_params()
140 LOG_D("Using TAG_ORIGINATION_EXPIRE_DATETIME: %lu", tmp); in get_certificate_params()
147 LOG_D("Using TAG_CERTIFICATE_NOT_BEFORE: %lu", tmp); in get_certificate_params()
153 LOG_D("Using TAG_CERTIFICATE_NOT_AFTER: %lu", tmp); in get_certificate_params()
157 LOG_D("Got certificate date params: NotBefore = %ld, NotAfter = %ld", in get_certificate_params()
272 LOG_D("Setting notBefore to %ld: ", cert_params.active_date_time / 1000); in make_cert_rump()
281 LOG_D("Setting notAfter to %ld: ", cert_params.expire_date_time / 1000); in make_cert_rump()
Dopenssl_err.cpp49 LOG_D("%s", buf); in TranslateLastOpenSslError()
/system/keymaster/include/keymaster/
Dlogger.h62 #define LOG_D(fmt, ...) Logger::Debug(__KM_FILE_LINE fmt, __VA_ARGS__) macro
/system/keymaster/contexts/
Dsoft_keymaster_context.cpp291 if (error == KM_ERROR_OK) LOG_D("Parsed an old keymaster1 software key", 0); in ParseKeyBlob()
296 if (error == KM_ERROR_OK) LOG_D("Parsed an old sofkeymaster key", 0); in ParseKeyBlob()
359 LOG_D("Module \"%s\" accepted key", km1_dev_->common.module->name); in ParseKeymaster1HwBlob()
Dsoft_keymaster_device.cpp165 LOG_D("Device address: %p", this); in SoftKeymasterDevice()
176 LOG_D("Device address: %p", this); in SoftKeymasterDevice()
184 LOG_D("Reinitializing SoftKeymasterDevice to use HW keymaster1", 0); in SetHardwareDevice()
645 LOG_D("Not performing software digesting for algorithm %d", algorithm); in RequiresSoftwareDigesting()
655 LOG_D("Requested digest(s) supported for algorithm %d and purpose %d", algorithm, purpose); in RequiresSoftwareDigesting()
1142 LOG_D("Operation supported by %s, passing through to keymaster1 module", in begin()
Dpure_soft_keymaster_context.cpp344 if (error == KM_ERROR_OK) LOG_D("Parsed an old keymaster1 software key", 0); in ParseKeyBlob()
349 if (error == KM_ERROR_OK) LOG_D("Parsed an old sofkeymaster key", 0); in ParseKeyBlob()
/system/keymaster/legacy_support/
Dec_keymaster1_key.cpp54 LOG_D("Found request for unsupported digest %u", entry.enumerated); in UpdateToWorkAroundUnsupportedDigests()
Drsa_keymaster1_key.cpp57 LOG_D("Found request for unsupported digest %u", entry.enumerated); in UpdateToWorkAroundUnsupportedDigests()
/system/keymaster/android_keymaster/
Dandroid_keymaster.cpp189 LOG_D("GetVersion2 results: %d, %d, %d, %d", rsp.km_version, rsp.km_date, in GetVersion2()