Home | History | Annotate | Download | only in crypto

Lines Matching refs:error_text

81     scoped_ptr<char[]> error_text(new char[PR_GetErrorTextLength() + 1]);
82 PRInt32 copied = PR_GetErrorText(error_text.get());
83 result = std::string(error_text.get(), copied);