Home
last modified time | relevance | path

Searched refs:hashFunctionContextInit (Results 1 – 7 of 7) sorted by relevance

/dports/security/beecrypt/beecrypt-4.2.1/
H A Dcppglue.cxx233 hashFunctionContextInit(this, hashFunctionDefault()); in hashFunctionContext()
238 hashFunctionContextInit(this, h); in hashFunctionContext()
H A Dpkcs12.c16 if (hashFunctionContextInit(&ctxt, h)) in pkcs12_derive_key()
H A Ddhies.c124 if (hashFunctionContextInit(&ctxt->hash, params->hash)) in dhies_pContextInit()
H A Dbeecrypt.c304 int hashFunctionContextInit(hashFunctionContext* ctxt, const hashFunction* hash) in hashFunctionContextInit() function
H A DNEWS106 - Added a hash reset to the hashFunctionContextInit function. This was pointed out by Marko Kreen.
/dports/security/beecrypt/beecrypt-4.2.1/tests/
H A Dbenchhf.c60 if (hashFunctionContextInit(&hfc, hf)) in benchmark()
/dports/security/beecrypt/beecrypt-4.2.1/include/beecrypt/
H A Dbeecrypt.h385 int hashFunctionContextInit(hashFunctionContext*, const hashFunction*);