Searched refs:nsec (Results 1 - 25 of 97) sorted by relevance

1234

/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/profile-n/
H A Derr.D_PDESC_ZEROonensec.d32 * Call profile-1nsec; less than 200 micro seconds.
40 profile-1nsec
42 printf("Call profile-1nsec; less than 200 micro seconds\n");
H A Dtst.profilensec.d32 * Simple profile-nsec simple test.
41 profile-2000000000nsec
43 printf("This test is a simple profile-nsec provider test");
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/tick-n/
H A Derr.D_PDESC_ZEROonensec.d32 * Call profile-1nsec; less than 200 micro seconds.
40 profile-1nsec
42 printf("Call profile-1nsec; less than 200 micro seconds\n");
H A Dtst.ticknsec.d32 * tick-nsec simple test.
41 tick-20000000nsec
43 printf("This test is a simple tick-nsec provider test\n");
/freebsd-10.0-release/contrib/unbound/validator/
H A Dval_nsec.h79 * nsec typemap check, takes an NSEC-type bitmap as argument, checks for type.
90 * @param nsec: the nsec RRset.
96 int nsec_has_type(struct ub_packed_rrset_key* nsec, uint16_t type);
101 * wildcard case. If the ownername of 'nsec' is a wildcard, the validator
105 * @param nsec: the nsec record to check against.
113 int nsec_proves_nodata(struct ub_packed_rrset_key* nsec,
120 * @param nsec: the nsec t
[all...]
H A Dval_nsec.c98 nsec_has_type(struct ub_packed_rrset_key* nsec, uint16_t type) argument
100 struct packed_rrset_data* d = (struct packed_rrset_data*)nsec->
113 * Get next owner name from nsec record
114 * @param nsec: the nsec RRset.
121 nsec_get_next(struct ub_packed_rrset_key* nsec, uint8_t** nm, size_t* ln) argument
123 struct packed_rrset_data* d = (struct packed_rrset_data*)nsec->
143 * @param nsec: NSEC for proof, must be trusted.
145 * @return if secure the nsec proves that no DS is present, or
150 val_nsec_proves_no_ds(struct ub_packed_rrset_key* nsec, argument
178 nsec_verify_rrset(struct module_env* env, struct val_env* ve, struct ub_packed_rrset_key* nsec, struct key_entry_key* kkey, char** reason) argument
202 struct ub_packed_rrset_key* nsec = reply_find_rrset_section_ns( local
287 nsec_proves_nodata(struct ub_packed_rrset_key* nsec, struct query_info* qinfo, uint8_t** wc) argument
380 val_nsec_proves_name_error(struct ub_packed_rrset_key* nsec, uint8_t* qname) argument
429 val_nsec_proves_insecuredelegation(struct ub_packed_rrset_key* nsec, struct query_info* qinfo) argument
451 nsec_closest_encloser(uint8_t* qname, struct ub_packed_rrset_key* nsec) argument
466 val_nsec_proves_positive_wildcard(struct ub_packed_rrset_key* nsec, struct query_info* qinf, uint8_t* wc) argument
486 val_nsec_proves_no_wc(struct ub_packed_rrset_key* nsec, uint8_t* qname, size_t qnamelen) argument
526 dlv_topdomain(struct ub_packed_rrset_key* nsec, uint8_t* qname, uint8_t** nm, size_t* nm_len) argument
[all...]
H A Dval_neg.c668 * @param nsec: the nsec record with the end point
671 struct val_neg_data* el, struct ub_packed_rrset_key* nsec)
673 struct packed_rrset_data* d = (struct packed_rrset_data*)nsec->
684 if(ntohs(nsec->rk.type) == LDNS_RR_TYPE_NSEC) {
690 if(!nsec3_get_nextowner_b32(nsec, 0, buf, sizeof(buf)))
746 struct val_neg_zone* zone, struct ub_packed_rrset_key* nsec)
751 uint8_t* nm = nsec->rk.dname;
752 size_t nm_len = nsec->rk.dname_len;
753 int labs = dname_count_labels(nsec
670 wipeout(struct val_neg_cache* neg, struct val_neg_zone* zone, struct val_neg_data* el, struct ub_packed_rrset_key* nsec) argument
745 neg_insert_data(struct val_neg_cache* neg, struct val_neg_zone* zone, struct ub_packed_rrset_key* nsec) argument
926 struct ub_packed_rrset_key* nsec; local
[all...]
/freebsd-10.0-release/lib/libc/stdio/
H A Dxprintf_time.c65 int i, prec, nsec, ret; local
70 nsec = tv->tv_usec * 1000;
75 nsec = ts->tv_nsec;
80 nsec = 0;
87 nsec = 0;
116 nsec /= 10;
117 p += sprintf(p, ".%.*d", prec, nsec);
/freebsd-10.0-release/sys/geom/eli/
H A Dg_eli_integrity.c159 u_int i, lsec, nsec, data_secsize, decr_secsize, encr_secsize; local
173 nsec = bp->bio_length / decr_secsize;
175 nsec = (nsec * sc->sc_bytes_per_sector) / encr_secsize;
181 auth = srcdata + encr_secsize * nsec;
185 for (i = 1; i <= nsec; i++) {
260 u_int nsec; local
303 nsec = bp->bio_length / bp->bio_to->sectorsize;
305 nsec = (nsec * s
345 off_t nsec; local
414 u_int i, lsec, nsec, data_secsize, decr_secsize, encr_secsize; local
[all...]
H A Dg_eli_privacy.c235 u_int i, nsec, secsize; local
246 nsec = bp->bio_length / secsize;
255 size = sizeof(*crp) * nsec;
256 size += sizeof(*crd) * nsec;
257 size += sizeof(*uio) * nsec;
258 size += sizeof(*iov) * nsec;
268 bp->bio_children = nsec;
280 for (i = 0, dstoff = bp->bio_offset; i < nsec; i++, dstoff += secsize) {
/freebsd-10.0-release/sys/cddl/compat/opensolaris/sys/
H A Dtime.h61 hrtime_t nsec; local
64 nsec = (hrtime_t)ts.tv_sec * NANOSEC + ts.tv_nsec;
65 return (nsec);
/freebsd-10.0-release/contrib/ldns/drill/
H A Ddnssec.c197 * - name falls within nsec coverage but is not equal to the owner name
198 * - name falls outside of nsec coverage
210 /* Error, according to the nsec this rrset is signed */
213 /* ok nsec denies existence */
234 /* nsec has nothing to do with this data */
298 ldns_rr *nsec; local
324 nsec = ldns_rr_list_rr(nsec3s, 0);
325 algorithm = ldns_nsec3_algorithm(nsec);
326 salt_length = ldns_nsec3_salt_length(nsec);
327 salt = ldns_nsec3_salt_data(nsec);
406 ldns_rr *nsec; local
[all...]
/freebsd-10.0-release/sys/sys/
H A Dclock.h73 long nsec; /* nano seconds */ member in struct:clocktime
/freebsd-10.0-release/contrib/ldns/
H A Ddnssec.c84 ldns_nsec_get_bitmap(ldns_rr *nsec) { argument
85 if (ldns_rr_get_type(nsec) == LDNS_RR_TYPE_NSEC) {
86 return ldns_rr_rdf(nsec, 1);
87 } else if (ldns_rr_get_type(nsec) == LDNS_RR_TYPE_NSEC3) {
88 return ldns_rr_rdf(nsec, 5);
117 ldns_rr *nsec; local
124 nsec = ldns_rr_list_rr(nsec3s, 0);
125 algorithm = ldns_nsec3_algorithm(nsec);
126 salt_length = ldns_nsec3_salt_length(nsec);
127 salt = ldns_nsec3_salt_data(nsec);
928 ldns_rr *nsec = NULL; local
1142 ldns_rr *nsec = NULL; local
1316 ldns_nsec3_hash_name_frm_nsec3(const ldns_rr *nsec, ldns_rdf *name) argument
1374 ldns_nsec_covers_name(const ldns_rr *nsec, const ldns_rdf *name) argument
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.copyin.d46 #pragma D option statusrate=1nsec
/freebsd-10.0-release/contrib/ldns/ldns/
H A Dhigher.h92 * Check if t is enumerated in the nsec type rdata
93 * \param[in] nsec the NSEC Record to look in
97 bool ldns_nsec_type_check(ldns_rr *nsec, ldns_rr_type t);
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/sys/fm/
H A Dutil.h69 uint64_t nsec; /* nanoseconds past ed_tod_base.sec */ member in struct:erpt_dump::__anon6450
/freebsd-10.0-release/sys/fs/smbfs/
H A Dsmbfs_subr.c74 smb_time_NT2local(int64_t nsec, int tzoff, struct timespec *tsp) argument
76 smb_time_server2local(nsec / 10000000 - DIFF1970TO1601, 0, tsp);
80 smb_time_local2NT(struct timespec *tsp, int tzoff, int64_t *nsec) argument
85 *nsec = (((int64_t)(seconds) & ~1) + DIFF1970TO1601) * (int64_t)10000000;
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Drefclock_atom.c335 long sec, nsec; local
386 nsec = ts.tv_nsec - up->ts.tv_nsec;
388 if (nsec < 0) {
390 nsec += NANOSECOND;
391 } else if (nsec >= NANOSECOND) {
393 nsec -= NANOSECOND;
395 if (sec * NANOSECOND + nsec > NANOSECOND + RANGEGATE)
398 else if (sec * NANOSECOND + nsec < NANOSECOND - RANGEGATE)
H A Drefclock_fg.c302 pp->nsec = (BP1(9)*10 + BP2(9)) * 1000000;
303 pp->nsec += BP1(10) * 1000;
308 pp->nsec = (BP1(8)*10 + BP2(8)) * 1000000;
309 pp->nsec += BP1(9) * 1000;
H A Drefclock_wwvb.c281 pp->nsec = 0;
291 &pp->hour, &pp->minute, &pp->second, &pp->nsec,
293 pp->nsec *= 1000000;
307 pp->nsec = 0;
/freebsd-10.0-release/contrib/libarchive/cpio/test/
H A Dtest.h154 #define assertFileAtime(pathname, sec, nsec) \
155 assertion_file_atime(__FILE__, __LINE__, pathname, sec, nsec)
158 #define assertFileBirthtime(pathname, sec, nsec) \
159 assertion_file_birthtime(__FILE__, __LINE__, pathname, sec, nsec)
171 #define assertFileMtime(pathname, sec, nsec) \
172 assertion_file_mtime(__FILE__, __LINE__, pathname, sec, nsec)
/freebsd-10.0-release/contrib/libarchive/tar/test/
H A Dtest.h156 #define assertFileAtime(pathname, sec, nsec) \
157 assertion_file_atime(__FILE__, __LINE__, pathname, sec, nsec)
160 #define assertFileBirthtime(pathname, sec, nsec) \
161 assertion_file_birthtime(__FILE__, __LINE__, pathname, sec, nsec)
173 #define assertFileMtime(pathname, sec, nsec) \
174 assertion_file_mtime(__FILE__, __LINE__, pathname, sec, nsec)
/freebsd-10.0-release/contrib/libarchive/libarchive/test/
H A Dtest.h154 #define assertFileAtime(pathname, sec, nsec) \
155 assertion_file_atime(__FILE__, __LINE__, pathname, sec, nsec)
158 #define assertFileBirthtime(pathname, sec, nsec) \
159 assertion_file_birthtime(__FILE__, __LINE__, pathname, sec, nsec)
171 #define assertFileMtime(pathname, sec, nsec) \
172 assertion_file_mtime(__FILE__, __LINE__, pathname, sec, nsec)
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DTimeValue.h80 OffsetWithNanoSeconds (uint64_t nsec);

Completed in 286 milliseconds

1234