Home
last modified time | relevance | path

Searched refs:moveMessage (Results 1 – 3 of 3) sorted by relevance

/system/keymaster/android_keymaster/
Dremote_provisioning_utils.cpp82 LOG_E("Failed to validate EEK chain: %s", cosePubKey.moveMessage().c_str()); in validateAndExtractEekPubAndId()
91 LOG_E("%s", parsedPubKey.moveMessage().c_str()); in validateAndExtractEekPubAndId()
119 LOG_E("Failed to get EEK: %s", eek.moveMessage().c_str()); in validateAndExtractEekPubAndId()
162 LOG_E("%s", pubKey.moveMessage().c_str()); in validateAndExtractPubkeys()
177 LOG_E("%s", macTag.moveMessage().c_str()); in validateAndExtractPubkeys()
/system/keymaster/cppcose/
Dcppcose.cpp90 if (!tag) return tag.moveMessage(); in constructCoseMac0()
127 if (!macTag) return macTag.moveMessage(); in verifyAndParseCoseMac0()
159 if (!signature) return signature.moveMessage(); in constructCoseSign1()
208 return "Bad signing key: " + key.moveMessage(); in verifyAndParseCoseSign1()
233 if (!ciphertext) return ciphertext.moveMessage(); in createCoseEncryptCiphertext()
247 if (!ciphertext) return ciphertext.moveMessage(); in constructCoseEncrypt()
412 if (!ctx) return ctx.moveMessage(); in aesGcmEncrypt()
438 if (!ctx) return ctx.moveMessage(); in aesGcmDecrypt()
/system/keymaster/include/keymaster/cppcose/
Dcppcose.h110 std::string moveMessage() { return std::move(errMsg_); } in moveMessage() function