Searched refs:ckey (Results 1 - 24 of 24) sorted by relevance

/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/dbm/
H A Dapr_dbm_berkeleydb.c218 DBT ckey = { 0 }; local
222 ckey.data = key.dptr;
223 ckey.size = key.dsize;
225 dberr = do_fetch(GET_BDB(dbm->file), ckey, rd);
251 DBT ckey = { 0 }; local
254 ckey.data = key.dptr;
255 ckey.size = key.dsize;
262 &ckey,
273 DBT ckey = { 0 }; local
275 ckey
289 DBT ckey = { 0 }; /* converted key */ local
340 DBT ckey = { 0 }; local
[all...]
/macosx-10.9.5/apr-30/apr-util/apr-util/dbm/
H A Dapr_dbm_berkeleydb.c218 DBT ckey = { 0 }; local
222 ckey.data = key.dptr;
223 ckey.size = key.dsize;
225 dberr = do_fetch(GET_BDB(dbm->file), ckey, rd);
251 DBT ckey = { 0 }; local
254 ckey.data = key.dptr;
255 ckey.size = key.dsize;
262 &ckey,
273 DBT ckey = { 0 }; local
275 ckey
289 DBT ckey = { 0 }; /* converted key */ local
340 DBT ckey = { 0 }; local
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_pkcs12/
H A Dpkcs12Crypto.cpp144 CSSM_KEY ckey; local
158 crtn = p12KeyGen(cspHand, ckey, true, keyAlg, pbeHashAlg,
170 &ckey,
209 CSSM_FreeKey(cspHand, NULL, &ckey, CSSM_FALSE);
235 CSSM_KEY ckey; local
249 crtn = p12KeyGen(cspHand, ckey, true, keyAlg, pbeHashAlg,
261 &ckey,
300 CSSM_FreeKey(cspHand, NULL, &ckey, CSSM_FALSE);
402 CSSM_KEY ckey; local
423 crtn = p12KeyGen(cspHand, ckey, tru
563 CSSM_KEY ckey; local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_pkcs12/lib/
H A Dpkcs12Crypto.cpp144 CSSM_KEY ckey; local
158 crtn = p12KeyGen(cspHand, ckey, true, keyAlg, pbeHashAlg,
170 &ckey,
209 CSSM_FreeKey(cspHand, NULL, &ckey, CSSM_FALSE);
235 CSSM_KEY ckey; local
249 crtn = p12KeyGen(cspHand, ckey, true, keyAlg, pbeHashAlg,
261 &ckey,
300 CSSM_FreeKey(cspHand, NULL, &ckey, CSSM_FALSE);
402 CSSM_KEY ckey; local
423 crtn = p12KeyGen(cspHand, ckey, tru
563 CSSM_KEY ckey; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Dtest_engine_dso.c85 void *skey, *ckey; local
89 ckey = emalloc(DH_size(client));
94 csize = DH_compute_key(ckey, server->pub_key, client);
101 if (memcmp(skey, ckey, csize) != 0)
105 free(ckey);
/macosx-10.9.5/OpenSSH-186/osslshim/tests/
H A Dtest_engine_dso.c85 void *skey, *ckey; local
89 ckey = emalloc(DH_size(client));
94 csize = DH_compute_key(ckey, server->pub_key, client);
101 if (memcmp(skey, ckey, csize) != 0)
105 free(ckey);
/macosx-10.9.5/swig-10/Source/Swig/
H A Dtypesys.c1752 String *ckey; local
1795 ckey = NewStringf("%s+%s", mprefix, mkey);
1796 if (!Getattr(conversions, ckey)) {
1817 Setattr(conversions, ckey, convname);
1818 Delete(ckey);
1835 ckey = NewStringf("%s+%s", rrk.key, rkeymangle);
1836 if (!Getattr(conversions, ckey)) {
1837 Setattr(conversions, ckey, convname);
1839 Delete(ckey);
1841 ckey
2010 String *ckey; local
[all...]
H A Dnaming.c1003 static List *Swig_make_attrlist(const char *ckey) { argument
1005 const char *cattr = strchr(ckey, '$');
1031 char *ckey = kname ? Char(kname) : 0; local
1032 if (ckey) {
1036 if ((strncmp(ckey, "match", 5) == 0)
1037 || (isnotmatch = (strncmp(ckey, "notmatch", 8) == 0))
1038 || (isrxsmatch = (strncmp(ckey, "rxsmatch", 8) == 0))
1039 || (isnotmatch = isrxsmatch = (strncmp(ckey, "notrxsmatch", 11) == 0))) {
1041 List *attrlist = Swig_make_attrlist(ckey);
1048 Printf(stdout, "rxsmatch to use: %s %s %s\n", ckey, Getatt
[all...]
H A Dtypemap.c569 char *ckey = Char(ki.key); local
570 if (strncmp(ckey, "tmap:", 5) == 0) {
572 if ((na == narg) && strstr(ckey, ctsig)) {
/macosx-10.9.5/Heimdal-323.92.1/tests/kdc/
H A Dcheck-digest.in257 ckey=`grep session-key= cdigest-reply | cut -f2- -d=`
278 if test "X$skey" != "X$ckey" ; then
/macosx-10.9.5/Libnotify-121.20.1/
H A Dtable.c180 _nc_table_insert_type(table_t *tin, int type, char *key, const char *ckey, void *datum) argument
187 if ((key == NULL) && (ckey == NULL)) return;
203 b = hash_key(t->bucket_count, ckey);
204 n->key.const_string = ckey;
/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfs_gss.h114 des_cblock ckey[3]; member in struct:__anon14767::__anon14768::__anon14770
H A Dnfs_gss.c3553 case NFS_GSS_3DES: HMAC_SHA1_DES3KD_Init(&ctx->h_ctx, ki->ks_u.des3.ckey, 0);
3626 des3_derive_key(*ki->ks_u.des3.key, ki->ks_u.des3.ckey,
/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Dkerberos5.c1019 METHOD_DATA *md, Key *ckey)
1032 ret = make_etype_info_entry(context, &pa.val[0], ckey);
1132 METHOD_DATA *md, Key *ckey)
1144 ret = make_etype_info2_entry(&pa.val[0], ckey);
1564 Key *ckey, *skey; local
1862 r->client, b->etype.val, b->etype.len, NULL, &ckey);
1877 if (older_enctype(ckey->key.keytype)) {
1879 &error_method, ckey);
1884 &error_method, ckey);
1017 get_pa_etype_info(krb5_context context, krb5_kdc_configuration *config, METHOD_DATA *md, Key *ckey) argument
1130 get_pa_etype_info2(krb5_context context, krb5_kdc_configuration *config, METHOD_DATA *md, Key *ckey) argument
/macosx-10.9.5/swig-10/Source/CParse/
H A Dparser.y89 char *ckey = Char(key);
90 if ((strcmp(ckey,"nextSibling") == 0) ||
91 (strcmp(ckey,"previousSibling") == 0) ||
92 (strcmp(ckey,"parentNode") == 0) ||
93 (strcmp(ckey,"lastChild") == 0)) {
98 if ((strcmp(ckey,"sym:name") == 0) ||
99 (strcmp(ckey,"sym:weak") == 0) ||
100 (strcmp(ckey,"sym:typename") == 0)) {
106 if (strcmp(ckey,"sym:symtab") == 0) {
110 if (strncmp(ckey,"sy
[all...]
H A Dparser.c403 char *ckey = Char(key); local
404 if ((strcmp(ckey,"nextSibling") == 0) ||
405 (strcmp(ckey,"previousSibling") == 0) ||
406 (strcmp(ckey,"parentNode") == 0) ||
407 (strcmp(ckey,"lastChild") == 0)) {
412 if ((strcmp(ckey,"sym:name") == 0) ||
413 (strcmp(ckey,"sym:weak") == 0) ||
414 (strcmp(ckey,"sym:typename") == 0)) {
420 if (strcmp(ckey,"sym:symtab") == 0) {
424 if (strncmp(ckey,"sy
[all...]
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp777 const char *ckey; local
797 ckey = key->getCStringNoCopy();
804 matched = (0 == strncmp( ckey, names, keyLen - 1 ));
807 && (0 == strncmp( ckey, names, keyLen ));
/macosx-10.9.5/Security-55471.14.18/libsecurity_transform/lib/
H A DSecSignVerifyTransform.c145 CFErrorRef pick_sign_alg(CFStringRef digest, int digest_length, const CSSM_KEY *ckey, struct digest_mapping **picked) { argument
194 search.kclass = ckey->KeyHeader.AlgorithmId;
206 switch (ckey->KeyHeader.AlgorithmId) {
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dreftex-index.el1837 (ckey (nth 0 index-keys))
1865 macro-fmt (match-string 0) ckey repeat mathp)))
1913 ckey repeat mathp)))
1930 (setq ckey (or index-key phrase)
1933 macro-fmt match ckey repeat mathp))))
1936 (setq ckey (nth (1- (- char ?0)) index-keys)
1939 macro-fmt match ckey repeat mathp))))
/macosx-10.9.5/emacs-92/emacs/lisp/mail/
H A Dsupercite.el1285 (let* ((ckey "sc-citation")
1287 (ckeyval (assoc ckey sc-mail-info))
1291 (push (cons ckey citation) sc-mail-info))
/macosx-10.9.5/Heimdal-323.92.1/lib/akadmin/
H A DHeimODAdmin.c244 CFStringRef ckey, CFStringRef skey,
275 *key = ckey;
243 copyDataRecord(ODNodeRef node, ODRecordRef record, CFStringRef ckey, CFStringRef skey, CFStringRef *key, bool *server_record_p, CFErrorRef *error) argument
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DResultSet.pm1072 if ($cur eq ".${key}" && (my @ckey = @{$collapse{$cur}||[]})) {
1075 CK: foreach my $ck (@ckey) {
/macosx-10.9.5/libxml2-26/libxml2/
H A Dxmlschemas.c22987 xmlSchemaPSVIIDCKeyPtr ckey, bkey, *bkeySeq; local
22998 ckey = (*keySeq)[j];
23000 res = xmlSchemaAreValuesEqual(ckey->val, bkey->val);
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlschemas.c22958 xmlSchemaPSVIIDCKeyPtr ckey, bkey, *bkeySeq; local
22969 ckey = (*keySeq)[j];
22971 res = xmlSchemaAreValuesEqual(ckey->val, bkey->val);

Completed in 306 milliseconds