Lines Matching refs:LOG_E
72 LOG_E("Error parsing EEK chain: %s", errMsg.c_str()); in validateAndExtractEekPubAndId()
82 LOG_E("Failed to validate EEK chain: %s", cosePubKey.moveMessage().c_str()); in validateAndExtractEekPubAndId()
91 LOG_E("%s", parsedPubKey.moveMessage().c_str()); in validateAndExtractEekPubAndId()
97 LOG_E("Key is missing required label 'CURVE'", 0); in validateAndExtractEekPubAndId()
103 LOG_E("Key is missing required label 'PUBKEY_X'", 0); in validateAndExtractEekPubAndId()
111 LOG_E("Unrecognized root of EEK chain", 0); in validateAndExtractEekPubAndId()
119 LOG_E("Failed to get EEK: %s", eek.moveMessage().c_str()); in validateAndExtractEekPubAndId()
136 LOG_E("Invalid COSE_Mac0 structure", 0); in validateAndExtractPubkeys()
145 LOG_E("Invalid COSE_Mac0 contents", 0); in validateAndExtractPubkeys()
151 LOG_E("Invalid Mac0 protected: %s", errMsg.c_str()); in validateAndExtractPubkeys()
156 LOG_E("Unsupported Mac0 algorithm", 0); in validateAndExtractPubkeys()
162 LOG_E("%s", pubKey.moveMessage().c_str()); in validateAndExtractPubkeys()
168 LOG_E("Production key in test request", 0); in validateAndExtractPubkeys()
171 LOG_E("Test key in production request", 0); in validateAndExtractPubkeys()
177 LOG_E("%s", macTag.moveMessage().c_str()); in validateAndExtractPubkeys()
182 LOG_E("MAC tag mismatch", 0); in validateAndExtractPubkeys()