Searched refs:keystruct (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/bind9-45.100/bind9/lib/irs/
H A Ddnsconf.c68 dns_rdata_dnskey_t keystruct; local
100 keystruct.common.rdclass = rdclass;
101 keystruct.common.rdtype = dns_rdatatype_dnskey;
102 keystruct.mctx = NULL;
103 ISC_LINK_INIT(&keystruct.common, link);
111 keystruct.flags = (isc_uint16_t)flags;
112 keystruct.protocol = (isc_uint8_t)proto;
113 keystruct.algorithm = (isc_uint8_t)alg;
126 keystruct.datalen = r.length;
127 keystruct
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/export/samples/
H A Dsample.c102 dns_rdata_dnskey_t keystruct; local
129 keystruct.common.rdclass = dns_rdataclass_in;
130 keystruct.common.rdtype = dns_rdatatype_dnskey;
131 keystruct.flags = DNS_KEYOWNER_ZONE; /* fixed */
133 keystruct.flags |= DNS_KEYFLAG_KSK;
134 keystruct.protocol = DNS_KEYPROTO_DNSSEC; /* fixed */
135 keystruct.algorithm = alg;
145 keystruct.datalen = r.length;
146 keystruct.data = r.base;
148 result = dns_rdata_fromstruct(NULL, keystruct
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/
H A Delliptic.h53 } keystruct; typedef in typeref:struct:__anon3679
55 typedef keystruct *key;
H A DfeePublicKey.c1257 pkinst->plus = (key) fmalloc(sizeof(keystruct));
1258 pkinst->minus = (key) fmalloc(sizeof(keystruct));
1262 memset(pkinst->plus, 0, sizeof(keystruct));
1263 memset(pkinst->minus, 0, sizeof(keystruct));
H A DbyteRep.c330 * keystruct.
367 k = (key)fmalloc(sizeof(keystruct));
H A Delliptic.c302 k = (key) fmalloc(sizeof(keystruct));
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/
H A Delliptic.h53 } keystruct; typedef in typeref:struct:__anon4394
55 typedef keystruct *key;
H A DfeePublicKey.c1257 pkinst->plus = (key) fmalloc(sizeof(keystruct));
1258 pkinst->minus = (key) fmalloc(sizeof(keystruct));
1262 memset(pkinst->plus, 0, sizeof(keystruct));
1263 memset(pkinst->minus, 0, sizeof(keystruct));
H A DbyteRep.c330 * keystruct.
367 k = (key)fmalloc(sizeof(keystruct));
H A Delliptic.c302 k = (key) fmalloc(sizeof(keystruct));
/macosx-10.9.5/bind9-45.100/bind9/bin/named/
H A Dserver.c483 dns_rdata_dnskey_t keystruct; local
526 keystruct.common.rdclass = viewclass;
527 keystruct.common.rdtype = dns_rdatatype_dnskey;
529 * The key data in keystruct is not dynamically allocated.
531 keystruct.mctx = NULL;
533 ISC_LINK_INIT(&keystruct.common, link);
541 keystruct.flags = (isc_uint16_t)flags;
542 keystruct.protocol = (isc_uint8_t)proto;
543 keystruct.algorithm = (isc_uint8_t)alg;
551 keystruct
[all...]

Completed in 196 milliseconds