Searched refs:LOG_W (Results 1 – 5 of 5) sorted by relevance
/system/keymaster/include/keymaster/ |
D | logger.h | 64 #define LOG_W(fmt, ...) Logger::Warning(FILE_LINE fmt, __VA_ARGS__) macro
|
/system/keymaster/ |
D | aes_key.cpp | 86 LOG_W("KM_TAG_MIN_MAC_LENGTH found for non AES-GCM key", 0); in validate_algorithm_specific_new_key_params()
|
D | soft_keymaster_context.cpp | 548 LOG_W("key blob appears to be truncated (if an old SW key)", 0); in ParseOldSoftkeymasterBlob() 563 LOG_W("public key length encoding error: size=%ld, end=%td", publicLen, end - p); in ParseOldSoftkeymasterBlob() 569 LOG_W("key blob appears to be truncated (if an old SW key)", 0); in ParseOldSoftkeymasterBlob() 577 LOG_W("private key length encoding error: size=%ld, end=%td", privateLen, end - p); in ParseOldSoftkeymasterBlob() 590 LOG_W("Failed to parse PKCS#8 key material (if old SW key)", 0); in ParseOldSoftkeymasterBlob()
|
D | openssl_err.cpp | 164 LOG_W("RSA key is too small to use with selected padding/digest", 0); in TranslateRsaError()
|
/system/security/keystore/ |
D | auth_token_table.cpp | 56 LOG_W("Auth token table filled up; replacing oldest entry", 0); in AddAuthenticationToken()
|