Searched refs:to_be_signed_length (Results 1 – 1 of 1) sorted by relevance
171 size_t to_be_signed_length = i2d_re_X509_tbs(x509.get(), &to_be_signed_buf); in createSelfSignedCertificate() local174 std::string(reinterpret_cast<const char*>(to_be_signed_buf), to_be_signed_length)); in createSelfSignedCertificate()