Home
last modified time | relevance | path

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

/dports/security/cryptlib/cryptlib-3.4.3/mechs/
H A Dkeyex.c298 C_OUT_OPT CRYPT_CONTEXT C_PTR returnedContext ) in cryptImportKeyEx() argument
332 if( !isWritePtrConst( returnedContext, sizeof( CRYPT_CONTEXT ) ) ) in cryptImportKeyEx()
334 *returnedContext = CRYPT_ERROR; in cryptImportKeyEx()
353 if( returnedContext != NULL ) in cryptImportKeyEx()
435 *returnedContext = iReturnedContext; in cryptImportKeyEx()
747 C_OUT CRYPT_CONTEXT C_PTR returnedContext ) in cryptImportKeyEx() argument
750 UNUSED_ARG( returnedContext ); in cryptImportKeyEx()
/dports/devel/icu/icu/source/test/intltest/
H A Dregextst.cpp4716 const void *returnedContext = &returnedContext; in Callbacks() local
4722 matcher.getMatchCallback(returnedFn, returnedContext, status); in Callbacks()
4725 REGEX_ASSERT(returnedContext == NULL); in Callbacks()
4731 const void *returnedContext; in Callbacks() local
4738 matcher.getMatchCallback(returnedFn, returnedContext, status); in Callbacks()
4741 REGEX_ASSERT(returnedContext == &cbInfo); in Callbacks()
4820 const void *returnedContext = &returnedContext; in FindProgressCallbacks() local
4826 matcher.getFindProgressCallback(returnedFn, returnedContext, status); in FindProgressCallbacks()
4829 REGEX_ASSERT(returnedContext == NULL); in FindProgressCallbacks()
4835 const void *returnedContext; in FindProgressCallbacks() local
[all …]
/dports/devel/icu-lx/icu/source/test/intltest/
H A Dregextst.cpp4716 const void *returnedContext = &returnedContext; in Callbacks() local
4722 matcher.getMatchCallback(returnedFn, returnedContext, status); in Callbacks()
4725 REGEX_ASSERT(returnedContext == NULL); in Callbacks()
4731 const void *returnedContext; in Callbacks() local
4738 matcher.getMatchCallback(returnedFn, returnedContext, status); in Callbacks()
4741 REGEX_ASSERT(returnedContext == &cbInfo); in Callbacks()
4820 const void *returnedContext = &returnedContext; in FindProgressCallbacks() local
4826 matcher.getFindProgressCallback(returnedFn, returnedContext, status); in FindProgressCallbacks()
4829 REGEX_ASSERT(returnedContext == NULL); in FindProgressCallbacks()
4835 const void *returnedContext; in FindProgressCallbacks() local
[all …]
/dports/security/cryptlib/cryptlib-3.4.3/bindings/
H A Dcryptlib.bas1818 ByRef returnedContext As Long) As Long
H A Dcryptlib.pas1833 var returnedContext: CRYPT_CONTEXT ): Integer;
H A Dpython.c617 int returnedContext = 0; in python_cryptImportKeyEx() local
630 …ptImportKeyEx(encryptedKeyPtr, encryptedKeyLength, importKey, sessionKeyContext, &returnedContext); in python_cryptImportKeyEx()
634 return(processStatusReturnCryptHandle(status, returnedContext)); in python_cryptImportKeyEx()
H A Dcryptlib.cs2611 …ncryptedKey, int encryptedKeyLength, int importKey, int sessionKeyContext, IntPtr returnedContext); in wrapped_ImportKeyEx() argument
/dports/security/cryptlib/cryptlib-3.4.3/
H A Dcryptlib.h2075 C_OUT_OPT CRYPT_CONTEXT C_PTR returnedContext );