Home
last modified time | relevance | path

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

/dports/security/beecrypt/beecrypt-4.2.1/include/beecrypt/
H A Dbeecrypt.h542 int keyedHashFunctionContextDigestMatch(keyedHashFunctionContext*, const mpnumber*);
/dports/security/beecrypt/beecrypt-4.2.1/
H A Ddhies.c307 if (keyedHashFunctionContextDigestMatch(&ctxt->mac, mac) == 0) in dhies_pContextDecrypt()
H A Dbeecrypt.c731 int keyedHashFunctionContextDigestMatch(keyedHashFunctionContext* ctxt, const mpnumber* d) in keyedHashFunctionContextDigestMatch() function