Searched refs:Param (Results 1 - 25 of 78) sorted by relevance

1234

/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DDH_exchange.h30 const CssmData &Param,
H A Dpkcs12Derive.h38 const CssmData &Param, // other's public key
H A DDH_exchange.cpp32 const CssmData &Param, // other's public key. may be empty
57 * -- in the incoming Param, the raw unformatted (PKCS3) form
73 if((Param.Data == NULL) || (Param.Length == 0)) {
74 errorLog0("DeriveKey_DH: no pub_key, no Param\n");
77 pubKeyBn = BN_bin2bn(Param.Data, (int)Param.Length, NULL);
30 DeriveKey_DH( const Context &context, const CssmData &Param, CSSM_DATA *keyData, AppleCSPSession &session) argument
H A DderiveKey.cpp48 const CssmData &Param,
53 /* Param must point to a CSSM_PKCS5_PBKDF2_PARAMS */
54 if(Param.Length != sizeof(CSSM_PKCS5_PBKDF2_PARAMS)) {
55 errorLog0("DeriveKey_PBKDF2: Param wrong size\n");
59 reinterpret_cast<const CSSM_PKCS5_PBKDF2_PARAMS *>(Param.Data);
61 errorLog0("DeriveKey_PBKDF2: null Param.Data\n");
144 const CssmData &Param, // IV optional, mallocd by app to indicate
150 /* password from either Seed.Param or from base key */
153 if((cryptData != NULL) && (cryptData->Param.Length != 0)) {
154 pwd = cryptData->Param;
46 DeriveKey_PBKDF2( const Context &context, const CssmData &Param, CSSM_DATA *keyData) argument
141 DeriveKey_PKCS5_V1_5( const Context &context, CSSM_ALGORITHMS algId, const CssmData &Param, CSSM_DATA *keyData) argument
296 DeriveKey( CSSM_CC_HANDLE CCHandle, const Context &context, CssmData &Param, uint32 KeyUsage, uint32 KeyAttr, const CssmData *KeyLabel, const CSSM_RESOURCE_CONTROL_CONTEXT *CredAndAclEntry, CssmKey &DerivedKey) argument
[all...]
H A DAppleCSPSession.h100 CssmData &Param,
156 const CssmData &Param,
162 const CssmData &Param,
168 const CssmData &Param,
H A Dpkcs12Derive.cpp294 * CSSM_CRYPTO_DATA.Param - Unicode passphrase, double-NULL terminated
297 * CSSM_DATA Param - IN/OUT - optional IV - caller mallocs space to
306 const CssmData &Param, // other's public key
323 if((cryptData != NULL) && (cryptData->Param.Length != 0)) {
324 appPwd = cryptData->Param;
431 if(Param.Data) {
438 Param.Data,
439 (unsigned)Param.Length);
303 DeriveKey_PKCS12( const Context &context, AppleCSPSession &session, const CssmData &Param, CSSM_DATA *keyData) argument
H A DFEEAsymmetricContext.cpp509 * string in Param, or a CSSM_KEY in the Context.
520 const CssmData &Param, // other's public key. may be empty
544 * -- in the incoming Param, the raw unformatted (ANSI X9.62) form
548 if(Param.Data == NULL) {
553 if((pubKey == NULL) && (Param.Data == NULL)) {
560 (const unsigned char *)Param.Data, (unsigned)Param.Length,
517 DeriveKey_ECDH( const Context &context, CSSM_ALGORITHMS algId, const CssmData &Param, CSSM_DATA *keyData, AppleCSPSession &session) argument
H A DFEEAsymmetricContext.h127 * string in Param, or a CSSM_KEY in the Context.
138 const CssmData &Param,
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_fax3.h87 uint32 Param; /* unsigned 32-bit run length in bits */ member in struct:__anon13140
200 StateNames[TabEnt->State], TabEnt->Param); \
212 StateNames[TabEnt->State], TabEnt->Param); \
326 SETVALUE(TabEnt->Param); \
330 a0 += TabEnt->Param; \
331 RunLength += TabEnt->Param; \
348 SETVALUE(TabEnt->Param); \
352 a0 += TabEnt->Param; \
353 RunLength += TabEnt->Param; \
405 SETVALUE(TabEnt->Param); \
[all...]
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dzle_params.c156 Param pm = createparam(zp->name, (zp->type |PM_SPECIAL|PM_REMOVABLE|
159 pm = (Param) paramtab->getnode(paramtab, zp->name);
187 zleunsetfn(Param pm, int exp)
195 set_buffer(UNUSED(Param pm), char *x)
208 get_buffer(UNUSED(Param pm))
217 set_cursor(UNUSED(Param pm), zlong x)
231 get_cursor(UNUSED(Param pm))
249 set_mark(UNUSED(Param pm), zlong x)
261 get_mark(UNUSED(Param pm))
268 set_region_active(UNUSED(Param p
[all...]
H A Dzleparameter.c61 Param pm = NULL;
64 pm = (Param) hcalloc(sizeof(struct param));
105 keymapsgetfn(UNUSED(Param pm))
H A Dcomplete.c76 Param *comprpms, *compkpms;
1164 addcompparams(struct compparam *cp, Param *pp)
1167 Param pm = createparam(cp->name,
1170 pm = (Param) paramtab->getnode(paramtab, cp->name);
1201 Param cpm;
1208 cpm = (Param) paramtab->getnode(paramtab, COMPSTATENAME);
1222 get_compstate(Param pm)
1229 set_compstate(UNUSED(Param pm), HashTable ht)
1232 Param *pp;
1249 v.pm = (Param) h
[all...]
/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Ddb_gdbm.c60 Param tied_param;
99 Param pm;
102 pm = (Param) paramtab->getnode(paramtab, args[0]);
118 gdbmgetfn(Param pm)
140 gdbmsetfn(Param pm, char *val)
156 gdbmunsetfn(Param pm, int um)
174 Param pm = NULL;
179 pm = (Param) hcalloc(sizeof(struct param));
192 Param pm = NULL;
198 pm = (Param) hcallo
[all...]
H A Dparameter.c43 paramtypestr(Param pm)
98 Param rpm, pm = NULL;
100 pm = (Param) hcalloc(sizeof(struct param));
104 if ((rpm = (Param) realparamtab->getnode(realparamtab, name)) &&
128 if (((Param)hn)->node.flags & PM_UNSET)
134 pm.u.str = paramtypestr((Param) hn);
143 setpmcommand(Param pm, char *value)
160 unsetpmcommand(Param pm, UNUSED(int exp))
170 setpmcommands(UNUSED(Param pm), HashTable ht)
186 v.pm = (Param) h
[all...]
H A Dmapfile.c68 setpmmapfile(Param pm, char *value)
126 unsetpmmapfile(Param pm, UNUSED(int exp))
141 setpmmapfiles(Param pm, HashTable ht)
157 v.pm = (Param) hn;
221 Param pm = NULL;
223 pm = (Param) hcalloc(sizeof(struct param));
H A Dlanginfo.c400 Param pm = NULL;
405 pm = (Param) hcalloc(sizeof(struct param));
431 Param pm = NULL;
435 pm = (Param) hcalloc(sizeof(struct param));
H A Dtermcap.c148 Param pm = NULL;
160 pm = (Param) hcalloc(sizeof(struct param));
202 Param pm = NULL;
254 pm = (Param) hcalloc(sizeof(struct param));
H A Dterminfo.c139 Param pm = NULL;
150 pm = (Param) hcalloc(sizeof(struct param));
179 Param pm = NULL;
253 pm = (Param) hcalloc(sizeof(struct param));
/macosx-10.10/zsh-61/zsh/Src/
H A Dparams.c256 Param old; /* old struct for use with local */
420 static Param argvparam;
457 Param pm = (Param) hn;
487 Param pm = (Param)hn;
488 Param tpm = (Param) zshcalloc(sizeof *tpm);
537 static Param foundparam;
549 v.pm = (Param)h
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dcssmpods.h132 { Param = const_cast<CssmData &>(param); Callback = callback; CallerCtx = ctx; }
135 { Param = const_cast<CssmData &>(param); Callback = cb.function(); CallerCtx = cb.context(); }
138 { /* ignore Param */ Callback = callback; CallerCtx = ctx; }
141 { /* ignore Param */ Callback = cb.function(); CallerCtx = cb.context(); }
144 CssmData &param() { return CssmData::overlay(Param); }
145 const CssmData &param() const { return CssmData::overlay(Param); }
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dcssmpods.h132 { Param = const_cast<CssmData &>(param); Callback = callback; CallerCtx = ctx; }
135 { Param = const_cast<CssmData &>(param); Callback = cb.function(); CallerCtx = cb.context(); }
138 { /* ignore Param */ Callback = callback; CallerCtx = ctx; }
141 { /* ignore Param */ Callback = cb.function(); CallerCtx = cb.context(); }
144 CssmData &param() { return CssmData::overlay(Param); }
145 const CssmData &param() const { return CssmData::overlay(Param); }
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecImportExportOpenSSH.cpp462 seed.Param.Data = (uint8 *)malloc(len);
463 seed.Param.Length = len;
464 memmove(seed.Param.Data, CFDataGetBytePtr(cfPhrase), len);
507 if(seed.Param.Data) {
508 memset(seed.Param.Data, 0, seed.Param.Length);
509 free(seed.Param.Data);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecImportExportOpenSSH.cpp462 seed.Param.Data = (uint8 *)malloc(len);
463 seed.Param.Length = len;
464 memmove(seed.Param.Data, CFDataGetBytePtr(cfPhrase), len);
507 if(seed.Param.Data) {
508 memset(seed.Param.Data, 0, seed.Param.Length);
509 free(seed.Param.Data);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecImportExportOpenSSH.cpp462 seed.Param.Data = (uint8 *)malloc(len);
463 seed.Param.Length = len;
464 memmove(seed.Param.Data, CFDataGetBytePtr(cfPhrase), len);
507 if(seed.Param.Data) {
508 memset(seed.Param.Data, 0, seed.Param.Length);
509 free(seed.Param.Data);
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/randTest/
H A DrandTest.c138 cseed.Param.Length = SEED_SIZE;
139 cseed.Param.Data = seed;

Completed in 272 milliseconds

1234