예제 #1
0
파일: qca-gcrypt.cpp 프로젝트: KDE/qca
    void update(const QCA::MemoryRegion &a)
    {
	gcry_md_write( context, a.data(), a.size() );
    }
예제 #2
0
    void update(const QCA::MemoryRegion &a)
    {
	PK11_DigestOp(m_context, (const unsigned char*)a.data(), a.size());
    }