Searched refs:akey (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/CommonKClient/mac_kclient/
H A Dkcglue_des.c8 int kcglue_des_key_sched(void *akey,void *asched) argument
10 return des_key_sched(akey,asched);
18 void kcglue_des_pcbc_encrypt(void *asrc,void *adest,long length,void *asched,void *akey,int direction) argument
20 des_pcbc_encrypt(asrc,adest,length,asched,akey,direction);
H A Dkcglue_des.h6 int kcglue_des_key_sched(void *akey,void *asched);
8 void kcglue_des_pcbc_encrypt(void *asrc,void *adest,long length,void *asched,void *akey,int direction);
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/CommonKClient/mac_kclient3/
H A Dkcglue_des.c8 int kcglue_des_key_sched(void *akey,void *asched) argument
10 return des_key_sched(akey,asched);
18 void kcglue_des_pcbc_encrypt(void *asrc,void *adest,long length,void *asched,void *akey,int direction) argument
20 des_pcbc_encrypt(asrc,adest,length,asched,akey,direction);
H A Dkcglue_des.h6 int kcglue_des_key_sched(void *akey,void *asched);
8 void kcglue_des_pcbc_encrypt(void *asrc,void *adest,long length,void *asched,void *akey,int direction);
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/setkey/
H A Dscriptdump.pl31 $akey = $2;
32 $akey =~ s/\s//g;
33 $akey =~ s/^/0x/g;
42 print " -A $aalgo $akey" if $aalgo;
44 print " -A $aalgo $akey" if $aalgo;
50 $ealgo = $ekey = $aalgo = $akey = '';
/macosx-10.9.5/bind9-45.100/bind9/contrib/zkt/
H A Drollover.c472 dki_t *akey; local
483 akey = (dki_t *)dki_findalgo (zp->keys, DKI_KSK, z->k_algo, 'a', 1);
484 if ( akey == NULL )
487 akey = genkey (&zp->keys, zp->dir, zp->zone, DKI_KSK, z, DKI_ACTIVE);
488 if ( !akey )
495 lg_mesg (LG_INFO, "\"%s\": generated new KSK %d", zp->zone, akey->tag);
496 return akey != NULL; /* return value of 1 forces a resigning of the zone */
499 kskrollover (akey, zonelist, zp);
505 akey = (dki_t *)dki_findalgo (zp->keys, DKI_KSK, z->k2_algo, 'a', 1);
506 if ( akey
534 dki_t *akey; local
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dsetenviron.c43 setenviron(const char* akey) argument
51 char* key = (char*)akey;
60 return (*intercepts.intercept_setenviron)(akey);
/macosx-10.9.5/bind9-45.100/bind9/bin/pkcs11/
H A Dpkcs11-destroy.c78 CK_OBJECT_HANDLE akey[50]; local
187 rv = C_FindObjects(hSession, akey, 50, &ulObjectCount);
207 rv = C_GetAttributeValue(hSession, akey[i], attr_template, 3);
235 rv = C_DestroyObject(hSession, akey[i]);
H A Dpkcs11-list.c77 CK_OBJECT_HANDLE akey[50]; local
194 rv = C_FindObjects(hSession, akey, 50, &ulObjectCount);
218 rv = C_GetAttributeValue(hSession, akey[i],
239 i, akey[i], oclass,
/macosx-10.9.5/Heimdal-323.92.1/lib/hdb/
H A Dcommon.c225 krb5_data akey; local
227 code = hdb_principal2key(context, &aliases->aliases.val[i], &akey);
232 code = db->hdb__del(context, db, akey);
233 krb5_data_free(&akey);
292 krb5_data akey, value; local
294 code = hdb_principal2key(context, &aliases->aliases.val[i], &akey);
297 code = db->hdb__get(context, db, akey, &value);
298 krb5_data_free(&akey);
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Ddestest.c223 s2k(char *password, const char *salt, char akey[8]) argument
232 if (memcmp(akey, &k, 8) != 0)
238 weak_test(int is_weak, const char akey[8]) argument
241 memcpy(&key, akey, sizeof(key));
/macosx-10.9.5/BerkeleyDB-21/db/mod_db4/
H A Dutils.c147 struct db_key *akey = (struct db_key *) a; local
150 if(akey->fname == NULL) {
158 /* akey->fname != NULL, from above */
161 ret = strcmp(akey->fname, be->fname);
163 if(akey->dname == NULL) {
172 ret = strcmp(akey->dname, be->dname);
/macosx-10.9.5/xar-202/xar/lib/
H A Dstat.c787 const char *akey, *aval; local
796 for(akey = xar_attr_first(tmpf, ptr, a); akey; akey = xar_attr_next(a)) {
797 aval = xar_attr_get(tmpf, ptr, akey);
798 xar_attr_set(f, ptr, akey, aval);
/macosx-10.9.5/emacs-92/emacs/lisp/mail/
H A Dsupercite.el1286 (akey "sc-attribution")
1288 (akeyval (assoc akey sc-mail-info)))
1294 (push (cons akey attribution) sc-mail-info)))
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Ddtptngen.cpp93 const char *akey = ures_getKey(aiter->entries[i].item); local
94 int32_t len = uprv_strlen(akey)+1;
96 u_charsToUChars(akey, aiter->entries[i].key, len);
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Didlwave.el8950 (akey (car a)) (bkey (car b))
8954 (asysp (memq akey '(builtin system)))
8960 (aunresp (or (eq akey 'unresolved)
8969 (apathp (and (stringp akey)
8970 (assoc (file-name-directory akey) tpath-alist)))

Completed in 231 milliseconds