Searched refs:LOG_D (Results 1 – 9 of 9) sorted by relevance
/system/keymaster/km_openssl/ |
D | certificate_utils.cpp | 141 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()
|
D | openssl_err.cpp | 49 LOG_D("%s", buf); in TranslateLastOpenSslError()
|
/system/keymaster/include/keymaster/ |
D | logger.h | 62 #define LOG_D(fmt, ...) Logger::Debug(FILE_LINE fmt, __VA_ARGS__) macro
|
/system/keymaster/contexts/ |
D | soft_keymaster_context.cpp | 288 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()
|
D | pure_soft_keymaster_context.cpp | 289 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()
|
D | soft_keymaster_device.cpp | 164 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/ |
D | rsa_keymaster1_key.cpp | 54 LOG_D("Found request for unsupported digest %u", entry.enumerated); in UpdateToWorkAroundUnsupportedDigests()
|
D | ec_keymaster1_key.cpp | 53 LOG_D("Found request for unsupported digest %u", entry.enumerated); in UpdateToWorkAroundUnsupportedDigests()
|
/system/keymaster/android_keymaster/ |
D | android_keymaster.cpp | 178 LOG_D("GetVersion2 results: %d, %d, %d, %d", rsp.km_version, rsp.km_date, in GetVersion2()
|