Searched refs:keyp (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.10.1/bind9-45.101/bind9/lib/dns/include/dns/
H A Dtsec.h122 dns_tsec_getkey(dns_tsec_t *tsec, void *keyp);
124 * Return the TSEC key of '*tsec' in '*keyp'.
128 *\li keyp != NULL
H A Dkeytable.h141 dst_key_t **keyp);
143 * Add '*keyp' to 'keytable' (using the name in '*keyp').
148 *\li Ownership of *keyp is transferred to the keytable.
156 *\li keyp != NULL && *keyp is a valid dst_key_t *.
160 *\li On success, *keyp == NULL
189 *\li keyp != NULL && *keyp is a valid dst_key_t *.
H A Dtsig.h156 dns_tsigkey_detach(dns_tsigkey_t **keyp);
161 *\li 'keyp' is not NULL and '*keyp' is a valid TSIG key
164 *\li 'keyp' points to NULL
H A Dview.h746 dns_tsigkey_t **keyp);
752 *\li keyp points to a NULL dns_tsigkey_t *.
755 *\li #ISC_R_SUCCESS A key was found and '*keyp' now points to it.
762 dns_tsigkey_t **keyp);
768 * keyp points to a NULL dns_tsigkey_t *.
771 *\li #ISC_R_SUCCESS A key was found and '*keyp' now points to it.
/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A DSCatalog.c47 CatalogKey * keyp; local
59 keyp = (CatalogKey*)&iterator->key;
84 BuildCatalogKey(threadpid, namep, isHFSPlus, keyp);
158 CatalogKey * keyp; local
176 keyp = (CatalogKey*)&btIterator.key;
177 BuildCatalogKey(pid, name, isHFSPlus, keyp);
183 nodeParentID = isHFSPlus ? keyp->hfsPlus.parentID : keyp->hfs.parentID;
225 BuildCatalogKey(nodeID, NULL, isHFSPlus, keyp);
247 CatalogKey * keyp; local
[all...]
H A DHardLinkCheck.c547 HFSPlusCatalogKey *keyp; local
611 keyp = (HFSPlusCatalogKey*)&iterator.key;
612 BuildCatalogKey(kHFSRootFolderID, NULL, true, (CatalogKey*)keyp);
654 (keyp->parentID != gp->filelink_priv_dir_id) &&
771 keyp = (HFSPlusCatalogKey*)&iterator.key;
772 BuildCatalogKey(metadirid, NULL, true, (CatalogKey*)keyp);
787 if (keyp->parentID != metadirid)
792 (void)utf_encodestr(keyp->nodeName.unicode,
793 keyp->nodeName.length * 2,
896 HFSPlusCatalogKey * keyp; local
1052 HFSPlusCatalogKey * keyp; local
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/include/dst/
H A Ddst.h270 const char *directory, isc_mem_t *mctx, dst_key_t **keyp);
284 * \li "keyp" is not NULL and "*keyp" is NULL.
291 * \li If successful, *keyp will contain a valid key.
296 int type, isc_mem_t *mctx, dst_key_t **keyp);
311 * \li "keyp" is not NULL and "*keyp" is NULL.
318 * \li If successful, *keyp will contain a valid key.
324 isc_mem_t *mctx, dst_key_t **keyp);
332 * \li "keyp" i
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dtsec.c146 dns_tsec_getkey(dns_tsec_t *tsec, void *keyp) { argument
148 REQUIRE(keyp != NULL);
152 dns_tsigkey_attach(tsec->ukey.tsigkey, (dns_tsigkey_t **)keyp);
155 *(dst_key_t **)keyp = tsec->ukey.key;
H A Ddst_api.c111 dst_key_t **keyp);
414 isc_mem_t *mctx, dst_key_t **keyp)
425 REQUIRE(keyp != NULL && *keyp == NULL);
451 *keyp = key;
457 int type, isc_mem_t *mctx, dst_key_t **keyp)
469 REQUIRE(keyp != NULL && *keyp == NULL);
504 *keyp = pubkey;
548 *keyp
412 dst_key_fromfile(dns_name_t *name, dns_keytag_t id, unsigned int alg, int type, const char *directory, isc_mem_t *mctx, dst_key_t **keyp) argument
456 dst_key_fromnamedfile(const char *filename, const char *dirname, int type, isc_mem_t *mctx, dst_key_t **keyp) argument
594 dst_key_fromdns(dns_name_t *name, dns_rdataclass_t rdclass, isc_buffer_t *source, isc_mem_t *mctx, dst_key_t **keyp) argument
636 dst_key_frombuffer(dns_name_t *name, unsigned int alg, unsigned int flags, unsigned int protocol, dns_rdataclass_t rdclass, isc_buffer_t *source, isc_mem_t *mctx, dst_key_t **keyp) argument
706 dst_key_fromgssapi(dns_name_t *name, gss_ctx_id_t gssctx, isc_mem_t *mctx, dst_key_t **keyp, isc_region_t *intoken) argument
738 dst_key_fromlabel(dns_name_t *name, int alg, unsigned int flags, unsigned int protocol, dns_rdataclass_t rdclass, const char *engine, const char *label, const char *pin, isc_mem_t *mctx, dst_key_t **keyp) argument
780 dst_key_generate(dns_name_t *name, unsigned int alg, unsigned int bits, unsigned int param, unsigned int flags, unsigned int protocol, dns_rdataclass_t rdclass, isc_mem_t *mctx, dst_key_t **keyp) argument
791 dst_key_generate2(dns_name_t *name, unsigned int alg, unsigned int bits, unsigned int param, unsigned int flags, unsigned int protocol, dns_rdataclass_t rdclass, isc_mem_t *mctx, dst_key_t **keyp, void (*callback)(int)) argument
1038 dst_key_free(dst_key_t **keyp) argument
1188 dst_key_restore(dns_name_t *name, unsigned int alg, unsigned int flags, unsigned int protocol, dns_rdataclass_t rdclass, isc_mem_t *mctx, const char *keystr, dst_key_t **keyp) argument
1282 dst_key_read_public(const char *filename, int type, isc_mem_t *mctx, dst_key_t **keyp) argument
1644 frombuffer(dns_name_t *name, unsigned int alg, unsigned int flags, unsigned int protocol, dns_rdataclass_t rdclass, isc_buffer_t *source, isc_mem_t *mctx, dst_key_t **keyp) argument
[all...]
H A Dkeytable.c148 dns_name_t *keyname, dst_key_t **keyp)
154 REQUIRE(keyp == NULL || *keyp != NULL);
168 if (keyp != NULL) {
174 k->key = *keyp;
177 if (dst_key_compare(k->key, *keyp) == ISC_TRUE)
184 dst_key_free(keyp);
188 knode->key = *keyp;
190 *keyp = NULL;
213 dst_key_t **keyp)
147 insert(dns_keytable_t *keytable, isc_boolean_t managed, dns_name_t *keyname, dst_key_t **keyp) argument
212 dns_keytable_add(dns_keytable_t *keytable, isc_boolean_t managed, dst_key_t **keyp) argument
[all...]
H A Dview.c1427 dns_view_gettsig(dns_view_t *view, dns_name_t *keyname, dns_tsigkey_t **keyp) argument
1430 REQUIRE(keyp != NULL && *keyp == NULL);
1432 result = dns_tsigkey_find(keyp, keyname, NULL,
1435 result = dns_tsigkey_find(keyp, keyname, NULL,
1442 dns_tsigkey_t **keyp)
1456 result = dns_view_gettsig(view, keyname, keyp);
1441 dns_view_getpeertsig(dns_view_t *view, isc_netaddr_t *peeraddr, dns_tsigkey_t **keyp) argument
H A Dtsig.c848 dns_tsigkey_detach(dns_tsigkey_t **keyp) { argument
852 REQUIRE(keyp != NULL);
853 REQUIRE(VALID_TSIG_KEY(*keyp));
855 key = *keyp;
861 *keyp = NULL;
/macosx-10.10.1/dtrace-147/libelf/
H A Derror.c91 thr_keycreate_once(thread_key_t *keyp, void (*destructor)(void *)) argument
97 if (*keyp == 0) {
99 if (*keyp == 0) {
105 *keyp = key;
/macosx-10.10.1/hfs-285/CopyHFSMeta/
H A DScanExtents.c136 HFSPlusExtentKey *keyp; local
156 keyp = (HFSPlusExtentKey*)recp;
158 if (debug > 1) printf("Node index #%d: fileID = %u\n", indx, S32(keyp->fileID));
159 if (S32(keyp->fileID) >= kHFSFirstUserCatalogNodeID) {
169 AddExtentForFile(vop, start, len, S32(keyp->fileID));
H A Dutil.c337 HFSPlusCatalogKey *keyp = (HFSPlusCatalogKey*)(buffer + recOffset); local
338 size_t keyLength = S16(keyp->keyLength);
340 HFSPlusCatalogFile *fp = (HFSPlusCatalogFile*)(((uint8_t*)keyp) + 2 + keyLength + (keyLength & 1));
391 HFSPlusAttrKey *keyp = (HFSPlusAttrKey*)(buffer + S16(indices[-counter])); local
392 size_t keyLength = S16(keyp->keyLength);
394 HFSPlusAttrRecord *ap = (HFSPlusAttrRecord*)(((uint8_t*)keyp) + 2 + keyLength + (keyLength & 1));
409 fid = S32(keyp->fileID);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap_r/
H A Dthr_nt.c202 ldap_pvt_thread_key_create( ldap_pvt_thread_key_t *keyp )
206 *keyp = key;
/macosx-10.10.1/groff-38/groff/src/include/
H A Dptable.h160 int PTABLE_ITERATOR(T)::next(const char **keyp, T **valp) \
166 *keyp = v[i].key; \
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_catalog.c96 static int cat_lookupbykey(struct hfsmount *hfsmp, CatalogKey *keyp, int flags, u_int32_t hint, int wantrsrc,
126 static void promotekey(struct hfsmount *hfsmp, const HFSCatalogKey *hfskey, HFSPlusCatalogKey *keyp, u_int32_t *encoding);
137 static int buildthread(void *keyp, void *recp, int std_hfs, int directory);
526 CatalogKey * keyp; local
534 MALLOC(keyp, CatalogKey *, sizeof(CatalogKey), M_TEMP, M_WAITOK);
536 result = buildkey(hfsmp, descp, (HFSPlusCatalogKey *)keyp, 1);
540 result = cat_lookupbykey(hfsmp, keyp, flags, descp->cd_hint, wantrsrc, outdescp, attrp, forkp, desc_cnid);
559 // result = cat_lookupbykey(hfsmp, keyp, descp->cd_hint, attrp, forkp);
564 FREE(keyp, M_TEMP);
638 CatalogKey * keyp; local
719 CatalogKey * keyp; local
869 cat_lookupbykey(struct hfsmount *hfsmp, CatalogKey *keyp, int flags, u_int32_t hint, int wantrsrc, struct cat_desc *descp, struct cat_attr *attrp, struct cat_fork *forkp, cnid_t *desc_cnid) argument
2123 HFSPlusCatalogKey *keyp; local
4085 CatalogKey * keyp; local
4439 promotekey(struct hfsmount *hfsmp, const HFSCatalogKey *hfskey, HFSPlusCatalogKey *keyp, u_int32_t *encoding) argument
4555 buildthread(void *keyp, void *recp, int std_hfs, int directory) argument
4735 CatalogKey *keyp; local
[all...]
H A Dhfs_vfsutils.c1687 struct HFSPlusCatalogKey * keyp; local
1719 keyp = (HFSPlusCatalogKey*)&iterator->key;
1720 keyp->parentID = hfsmp->hfs_private_desc[FILE_HARDLINKS].cd_cnid;
1721 keyp->nodeName.length = 4; /* "temp" */
1722 keyp->keyLength = kHFSPlusCatalogKeyMinimumLength + keyp->nodeName.length * 2;
1723 keyp->nodeName.unicode[0] = 't';
1724 keyp->nodeName.unicode[1] = 'e';
1725 keyp->nodeName.unicode[2] = 'm';
1726 keyp
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/sequence/
H A Dsequence.c146 __seq_open_pp(seq, txn, keyp, flags)
149 DBT *keyp;
181 if (keyp->size == 0) {
226 if ((ret = __dbt_usercopy(env, keyp)) != 0)
230 if ((ret = __os_malloc(env, keyp->size, &seq->seq_key.data)) != 0)
232 memcpy(seq->seq_key.data, keyp->data, keyp->size);
233 seq->seq_key.size = seq->seq_key.ulen = keyp->size;
367 __dbt_userfree(env, keyp, NULL, NULL);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/clients/tools/
H A Dldapsearch.c301 char *keyp, *key2; local
304 keyp = cvalue;
305 if ( sscanf( keyp, "%d/%d", &num1, &num2 ) != 2 ) {
313 keyp = strchr( keyp, '/' ) + 1;
314 key2 = strchr( keyp, '/' );
316 keyp = key2 + 1;
317 if ( sscanf( keyp, "%d/%d", &num1, &num2 ) != 2 ) {
327 key2 = strchr( keyp, ':' );
496 char *keyp; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/thread/thread/generic/
H A DtclXkeylist.c391 const char *keyp;
407 for (keyp = key; *keyp != '\0'; keyp++) {
408 if ((!isPath) && (*keyp == '.')) {
389 const char *keyp; local
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dssh-pkcs11.c482 pkcs11_add_provider(char *provider_id, char *pin, Key ***keyp) argument
493 *keyp = NULL;
569 pkcs11_fetch_keys(p, i, keyp, &nkeys);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/
H A Dldap_pvt_thread.h178 ldap_pvt_thread_key_create LDAP_P((ldap_pvt_thread_key_t *keyp));
/macosx-10.10.1/OpenSSL098-52/src/crypto/aes/asm/
H A Daes-x86_64.pl1053 my $keyp="32(%rsp)"; # one to pass as $key
1138 mov $key,$keyp # save key pointer
1168 mov $keyp,$key # restore key
1288 mov $key,$keyp # save key pointer
1314 mov $keyp,$key # restore key
1368 mov $keyp,$key

Completed in 319 milliseconds

12