Searched refs:hand (Results 1 - 25 of 75) sorted by relevance

123

/macosx-10.10/security_ocspd-55124/server/
H A DattachCommon.cpp50 CSSM_HANDLE hand; local
74 &hand);
80 return hand;
87 CSSM_HANDLE hand)
89 CSSM_RETURN crtn = CSSM_ModuleDetach(hand);
85 detachCommon( const CSSM_GUID *guid, CSSM_HANDLE hand) argument
H A DattachCommon.h45 CSSM_HANDLE hand);
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/p12/
H A Dp12pbe.cpp56 static CSSM_RETURN hashInit(HashHand hand) argument
58 return CSSM_DigestDataInit(hand);
61 static CSSM_RETURN hashUpdate(HashHand hand, argument
66 return CSSM_DigestDataUpdate(hand, &cdata, 1);
69 static CSSM_RETURN hashFinal(HashHand hand, argument
74 return CSSM_DigestDataFinal(hand, &cdata);
77 static CSSM_RETURN hashDone(HashHand hand) argument
79 return CSSM_DeleteContext(hand);
H A Dp12Crypto.cpp35 CSSM_HANDLE hand,
39 CSSM_RETURN crtn = CSSM_GetAPIMemoryFunctions(hand, &memFuncs);
34 appFreeCssmMemory( CSSM_HANDLE hand, void *p) argument
/macosx-10.10/ncurses-44/ncurses/include/
H A DMKparametrized.sh41 * Note: this file is generated using MKparametrized.sh, do not edit by hand.
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/threadTest/
H A Dattach.cpp48 CSSM_MODULE_HANDLE_PTR hand)
67 hand);
71 CSSM_HANDLE hand,
74 CSSM_RETURN crtn = CSSM_ModuleDetach(hand);
45 attachMod( const CSSM_GUID *guid, CSSM_SERVICE_TYPE svc, CSSM_MODULE_HANDLE_PTR hand) argument
70 detachUnload( CSSM_HANDLE hand, const CSSM_GUID *guid) argument
/macosx-10.10/swig-12/Lib/perl5/
H A Dperlmain.i20 to hand-edit this file for your particular application. To
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecImportExportUtils.h136 CSSM_HANDLE hand,
/macosx-10.10/Security-57031.1.35/Security/include/security_pkcs12/
H A Dpkcs12Utils.h117 CSSM_HANDLE hand,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_x509_tp/lib/
H A DcertGroupUtils.h61 CSSM_HANDLE hand,
H A DTPCertInfo.h260 void dlDbHandle(CSSM_DL_DB_HANDLE hand) argument
261 { mDlDbHandle = hand; }
H A DcertGroupUtils.cpp114 CSSM_HANDLE hand,
118 CSSM_RETURN crtn = CSSM_GetAPIMemoryFunctions(hand, &memFuncs);
113 tpFreePluginMemory( CSSM_HANDLE hand, void *p) argument
H A DtpCredRequest.cpp432 TpCredHandle hand = reinterpret_cast<TpCredHandle>(cert); local
433 intToDER(hand, *refId, *this);
434 tpCredMap[hand] = cert;
447 TpCredHandle hand = DERToInt(*refId); local
448 credMap::iterator it = tpCredMap.find(hand);
453 tpCredMap.erase(hand);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecImportExportUtils.h136 CSSM_HANDLE hand,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecImportExportUtils.h136 CSSM_HANDLE hand,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_pkcs12/lib/
H A Dpkcs12Utils.h117 CSSM_HANDLE hand,
/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/
H A DUtils.c1046 Handle hand = NULL; local
1048 hand = NewHandle( size );
1050 HLock( hand );
1051 memset( (char *) *hand, 0, size );
1052 HUnlock( hand );
1054 return hand;
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/p12Parse/
H A Dp12Crypto.cpp34 CSSM_HANDLE hand,
38 CSSM_RETURN crtn = CSSM_GetAPIMemoryFunctions(hand, &memFuncs);
33 appFreeCssmMemory( CSSM_HANDLE hand, void *p) argument
/macosx-10.10/apache-793/httpd/docs/conf/extra/
H A Dhttpd-autoindex.conf.in59 AddIcon /icons/hand.right.gif README
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dconfigure.com173 /* config.h-vms. Generated by hand by Klaus K�mpf, kkaempf@didymus.rmi.de. */
/macosx-10.10/ruby-106/ruby/ext/tk/sample/
H A Dtkrttimer.rb26 On the other hand, the count of the TkRTTimer object is
/macosx-10.10/postfix-255/postfix/conf/
H A Dpostmulti-script261 $WARN \`pwd\`/\$q: please verify contents and remove by hand
269 $WARN \$dir: please verify contents and remove by hand
277 $WARN $config_directory: please verify contents and remove by hand
/macosx-10.10/CPANInternal-159.1/Parse-Yapp-1.05/lib/Parse/
H A DYapp.pm69 I<Non-terminal> symbols, called also I<left-hand-side> symbols,
84 quoted with '\', making their writing more natural. On the other hand,
132 C<%start> followed by a rule's left hand side, declaring this rule to
139 as tokens, generating a syntax error if used in the left hand side of
142 symbol not appearing as a left hand side of a rule is considered to be
155 A rule is made of a left-hand-side symbol, followed by a C<':'> and one
156 or more right-hand-sides separated by C<'|'> and terminated by a C<';'>:
162 A right hand side may be empty:
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/pubKeyTool/
H A DpubKeyTool.cpp261 CSSM_HANDLE hand,
265 CSSM_RETURN crtn = CSSM_GetAPIMemoryFunctions(hand, &memFuncs);
260 impExpFreeCssmMemory( CSSM_HANDLE hand, void *p) argument
/macosx-10.10/vim-55/runtime/syntax/
H A Dcweb.vim13 " TODO: names, and leaves C/C++ comments as such. (On the other hand,

Completed in 388 milliseconds

123