Searched refs:LOG_W (Results 1 – 4 of 4) sorted by relevance
/system/keymaster/key_blob_utils/ |
D | software_keyblobs.cpp | 178 LOG_W("key blob appears to be truncated (if an old SW key)", 0); in ParseOldSoftkeymasterBlob() 194 LOG_W("public key length encoding error: size=%ld, end=%td", publicLen, end - p); in ParseOldSoftkeymasterBlob() 200 LOG_W("key blob appears to be truncated (if an old SW key)", 0); in ParseOldSoftkeymasterBlob() 208 LOG_W("private key length encoding error: size=%ld, end=%td", privateLen, end - p); in ParseOldSoftkeymasterBlob() 217 LOG_W("Failed to parse PKCS#8 key material (if old SW key)", 0); in ParseOldSoftkeymasterBlob() 271 LOG_W("No on-body detection supported, skipping tag %d", entry.tag); in SetKeyBlobAuthorizations()
|
/system/keymaster/include/keymaster/ |
D | logger.h | 64 #define LOG_W(fmt, ...) Logger::Warning(FILE_LINE fmt, __VA_ARGS__) macro
|
/system/keymaster/km_openssl/ |
D | aes_key.cpp | 82 LOG_W("KM_TAG_MIN_MAC_LENGTH found for non AES-GCM key", 0); in validate_algorithm_specific_new_key_params()
|
D | openssl_err.cpp | 166 LOG_W("RSA key is too small to use with selected padding/digest", 0); in TranslateRsaError()
|