Lines Matching refs:LOG_E
412 LOG_E("Couldn't get a pointer to the remote provisioning context, returned null.", 0); in GenerateCsr()
421 LOG_E("Failed to validate and extract the public keys for the CSR", 0); in GenerateCsr()
428 LOG_E("Failed to generate a random mac key.", 0); in GenerateCsr()
440 LOG_E("Failed to generate COSE_Mac0 over the public keys to sign.", 0); in GenerateCsr()
454 LOG_E("The BCC is not an array.", 0); in GenerateCsr()
473 LOG_E("Failed to construct COSE_Sign1 over the ephemeral mac key.", 0); in GenerateCsr()
484 LOG_E("Failed to validate and extract the endpoint encryption key.", 0); in GenerateCsr()
492 LOG_E("Failed to derive the session key.", 0); in GenerateCsr()
499 LOG_E("Failed to generate a random nonce.", 0); in GenerateCsr()
512 LOG_E("Failed to construct a COSE_Encrypt ProtectedData structure", 0); in GenerateCsr()
685 LOG_E("TAG_CONFIRMATION_TOKEN wrong size, was %zd expected %zd", in FinishOperation()