Home
last modified time | relevance | path

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

/dports/security/cryptlib/cryptlib-3.4.3/test/
H A Dstress.c189 typedef int ( __stdcall *CRYPT_FUNCTION )( const CRYPT_CONTEXT cryptContext, typedef
192 typedef int ( *CRYPT_FUNCTION )( const CRYPT_CONTEXT cryptContext, typedef
198 CRYPT_FUNCTION cryptFunction, const BOOLEAN isHash ) in processData()