void update(const QCA::MemoryRegion &a) { gcry_md_write( context, a.data(), a.size() ); }
void update(const QCA::MemoryRegion &a) { PK11_DigestOp(m_context, (const unsigned char*)a.data(), a.size()); }