Lines Matching refs:signature
87 /* signature information */
89 /* signature count */
91 /* verify signature value */
98 PrintErrorNumberMsg("VERIFY_ERROR", VERIFY_ERROR, "signature value verify failed");
164 PrintErrorNumberMsg("VERIFY_ERROR", VERIFY_ERROR, "signature verify failed");
404 "new mem buf error!,pkcs7 verify signature failed");
409 PrintErrorNumberMsg("VERIFY_ERROR", VERIFY_ERROR, "pkcs7 verify signature failed");
475 /* Trace back through the subject information and validate the signature value of each certificate */
480 /* verify entity certificate signature value */
482 SIGNATURE_TOOLS_LOGE("entity cert signature verify failed");
490 /* Verify the signature value of the intermediate certificate */
492 SIGNATURE_TOOLS_LOGE("sub cert signature verify failed");
500 /* Verify the signature value of the root certificate */
502 SIGNATURE_TOOLS_LOGE("root cert signature verify failed");
505 /* Verify that the signature time in the signature information is within the validity period of
520 std::string signature;
532 signature = m_signer->GetSignature(data, m_sigAlg);
533 if (signature.empty()) {
537 sigLen = signature.size();
543 std::copy(&signature[0], &signature[0] + signature.size(), sigRet);
723 /* Verify the signature value */