/aosp12/system/keymaster/km_openssl/ |
H A 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()
|
H A D | openssl_err.cpp | 49 LOG_D("%s", buf); in TranslateLastOpenSslError()
|
/aosp12/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
H A D | HidLog.h | 25 #define LOG_D LOG(DEBUG) macro 33 #define LOG_D (std::cerr << "D: ") macro
|
/aosp12/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/test/ |
H A D | HidParserExample2.cpp | 25 LOG_D << "Descriptor [" << descriptor.size() << "]: " << std::hex; in printRawValue() 26 hexdumpToStream(LOG_D, descriptor.begin(), descriptor.end()); in printRawValue()
|
/aosp12/system/keymaster/contexts/ |
H A 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()
|
H A 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()
|
H A 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()
|
/aosp12/hardware/qcom/sm7150/gps/utils/ |
H A D | log_util.h | 227 #define LOG_D(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGD, ID, WHAT, SPEC, VAL) macro 246 #define MODEM_LOG_CALLFLOW_DEBUG(SPEC, VAL) LOG_D(FROM_MODEM, __FUNCTION__, SPEC, VAL)
|
/aosp12/hardware/qcom/sm8150/gps/utils/ |
H A D | log_util.h | 264 #define LOG_D(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGD, ID, WHAT, SPEC, VAL) macro 283 #define MODEM_LOG_CALLFLOW_DEBUG(SPEC, VAL) LOG_D(FROM_MODEM, __FUNCTION__, SPEC, VAL)
|
/aosp12/hardware/qcom/sm7250/gps/utils/ |
H A D | log_util.h | 264 #define LOG_D(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGD, ID, WHAT, SPEC, VAL) macro 283 #define MODEM_LOG_CALLFLOW_DEBUG(SPEC, VAL) LOG_D(FROM_MODEM, __FUNCTION__, SPEC, VAL)
|
/aosp12/system/keymaster/include/keymaster/ |
H A D | logger.h | 62 #define LOG_D(fmt, ...) Logger::Debug(FILE_LINE fmt, __VA_ARGS__) macro
|
/aosp12/system/keymaster/legacy_support/ |
H A D | ec_keymaster1_key.cpp | 53 LOG_D("Found request for unsupported digest %u", entry.enumerated); in UpdateToWorkAroundUnsupportedDigests()
|
H A D | rsa_keymaster1_key.cpp | 54 LOG_D("Found request for unsupported digest %u", entry.enumerated); in UpdateToWorkAroundUnsupportedDigests()
|
/aosp12/system/keymaster/android_keymaster/ |
H A D | android_keymaster.cpp | 178 LOG_D("GetVersion2 results: %d, %d, %d, %d", rsp.km_version, rsp.km_date, in GetVersion2()
|
/aosp12/hardware/libhardware/modules/sensors/dynamic_sensor/ |
H A D | HidRawSensor.cpp | 805 LOG_D << "detectAndroidCustomSensor typeParsed: " << typeParsed in detectAndroidCustomSensor()
|