Home
last modified time | relevance | path

Searched refs:LOG_I (Results 1 – 5 of 5) sorted by relevance

/system/keymaster/legacy_support/
Drsa_keymaster1_key.cpp72 LOG_I("Adding KM_DIGEST_NONE to key authorization, to enable software digesting", 0); in UpdateToWorkAroundUnsupportedDigests()
77 LOG_I("Adding KM_PAD_NONE to key authorization, to enable PSS or OAEP software padding", 0); in UpdateToWorkAroundUnsupportedDigests()
Dec_keymaster1_key.cpp59 LOG_I("Adding KM_DIGEST_NONE to key authorization, to enable software digesting", 0); in UpdateToWorkAroundUnsupportedDigests()
/system/keymaster/include/keymaster/
Dlogger.h63 #define LOG_I(fmt, ...) Logger::Info(FILE_LINE fmt, __VA_ARGS__) macro
/system/keymaster/android_keymaster/
Dkeymaster_enforcement.cpp503 LOG_I("Auth token SIDs %llu and %llu do not match key SID %llu", auth_token->user_id, in AuthTokenMatches()
/system/keymaster/contexts/
Dsoft_keymaster_device.cpp167 LOG_I("Creating device", 0); in SoftKeymasterDevice()
177 LOG_I("Creating test device", 0); in SoftKeymasterDevice()
681 LOG_I("Digest %d requested but not supported by module %s", entry.enumerated, in FindUnsupportedDigest()
1243 LOG_I("Doing software digesting for keymaster1 module %s", km1_dev->common.module->name); in begin()