Home
last modified time | relevance | path

Searched refs:padBytesAndGetBignum (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/libqtelegram-ae/libqtelegram-aseman-edition-6.1-stable/util/
H A Dutils.h72 static BIGNUM *padBytesAndGetBignum(const QByteArray &bytes); in Q_DECLARE_LOGGING_CATEGORY()
H A Dutils.cpp360 BIGNUM *Utils::padBytesAndGetBignum(const QByteArray &gAOrB) { in padBytesAndGetBignum() function in Utils
/dports/net-im/libqtelegram-ae/libqtelegram-aseman-edition-6.1-stable/
H A Dtelegram.cpp1056 BIGNUM *bigNumGAOrB = Utils::padBytesAndGetBignum(gAOrB); in createSharedKey()