Home | History | Annotate | Download | only in crypto

Lines Matching full:error_text

75     std::unique_ptr<char[]> error_text(new char[PR_GetErrorTextLength() + 1]);
76 PRInt32 copied = PR_GetErrorText(error_text.get());
77 result = std::string(error_text.get(), copied);