Home
last modified time | relevance | path

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

/system/keymaster/km_openssl/
Dcertificate_utils.cpp141 LOG_D("Using TAG_ACTIVE_DATETIME: %lu", tmp); in get_certificate_params()
145 LOG_D("Using TAG_ORIGINATION_EXPIRE_DATETIME: %lu", tmp); in get_certificate_params()
154 LOG_D("Using TAG_CERTIFICATE_NOT_BEFORE: %lu", tmp); in get_certificate_params()
160 LOG_D("Using TAG_CERTIFICATE_NOT_AFTER: %lu", tmp); in get_certificate_params()
164 LOG_D("Got certificate date params: NotBefore = %ld, NotAfter = %ld", in get_certificate_params()
279 LOG_D("Setting notBefore to %ld: ", cert_params.active_date_time / 1000); in make_cert_rump()
288 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(FILE_LINE fmt, __VA_ARGS__) macro
/system/keymaster/contexts/
Dsoft_keymaster_context.cpp288 if (error == KM_ERROR_OK) LOG_D("Parsed an old keymaster1 software key", 0); in ParseKeyBlob()
293 if (error == KM_ERROR_OK) LOG_D("Parsed an old sofkeymaster key", 0); in ParseKeyBlob()
356 LOG_D("Module \"%s\" accepted key", km1_dev_->common.module->name); in ParseKeymaster1HwBlob()
Dpure_soft_keymaster_context.cpp289 if (error == KM_ERROR_OK) LOG_D("Parsed an old keymaster1 software key", 0); in ParseKeyBlob()
294 if (error == KM_ERROR_OK) LOG_D("Parsed an old sofkeymaster key", 0); in ParseKeyBlob()
Dsoft_keymaster_device.cpp164 LOG_D("Device address: %p", this); in SoftKeymasterDevice()
174 LOG_D("Device address: %p", this); in SoftKeymasterDevice()
182 LOG_D("Reinitializing SoftKeymasterDevice to use HW keymaster1", 0); in SetHardwareDevice()
643 LOG_D("Not performing software digesting for algorithm %d", algorithm); in RequiresSoftwareDigesting()
653 LOG_D("Requested digest(s) supported for algorithm %d and purpose %d", algorithm, purpose); in RequiresSoftwareDigesting()
1140 LOG_D("Operation supported by %s, passing through to keymaster1 module", in begin()
/system/keymaster/legacy_support/
Drsa_keymaster1_key.cpp54 LOG_D("Found request for unsupported digest %u", entry.enumerated); in UpdateToWorkAroundUnsupportedDigests()
Dec_keymaster1_key.cpp53 LOG_D("Found request for unsupported digest %u", entry.enumerated); in UpdateToWorkAroundUnsupportedDigests()
/system/keymaster/android_keymaster/
Dandroid_keymaster.cpp178 LOG_D("GetVersion2 results: %d, %d, %d, %d", rsp.km_version, rsp.km_date, in GetVersion2()