Lines Matching full:param
78 * @param n: struct with storage.
79 * @param dnskey: algos from this struct set as necessary. DNSKEY set.
80 * @param sigalg: adds to signalled algorithm list too.
87 * @param n: struct with storage.
88 * @param sigalg: signalled algorithm list, numbers ends with 0.
94 * @param n: struct with storage.
95 * @param ds: algos from this struct set as necessary. DS set.
96 * @param fav_ds_algo: filter to use only this DS algo.
97 * @param sigalg: list of signalled algos, constructed as output,
105 * @param n: storage structure processed.
106 * @param algo: the algorithm processed to be secure.
114 * @param n: storage structure processed.
115 * @param algo: the algorithm processed to be bogus.
121 * @param n: storage structure processed.
128 * @param n: struct after processing.
137 * @param alg: DNSKEY-algorithm missing.
138 * @param reason: destination.
139 * @param s: string, appended with 'with algorithm ..'.
140 * @param reasonbuf: buffer to use for fail reason string print.
141 * @param reasonlen: length of reasonbuf.
149 * @param env: module environment. Uses scratch space.
150 * @param dnskey_rrset: DNSKEY rrset.
151 * @param dnskey_idx: index of RR in rrset.
152 * @param ds_rrset: DS rrset
153 * @param ds_idx: index of RR in DS rrset.
162 * @param dnskey_rrset: DNSKEY rrset.
163 * @param dnskey_idx: index of RR in rrset.
171 * @param ds_rrset: DS rrset
172 * @param ds_idx: index of RR in DS rrset.
179 * @param dnskey_rrset: DNSKEY rrset.
180 * @param dnskey_idx: index of RR in rrset.
188 * @param dnskey_rrset: DNSKEY rrset.
189 * @param dnskey_idx: index of RR in rrset.
198 * @param dnskey_rrset: DNSKEY rrset.
205 * @param ds_rrset: DS rrset
206 * @param ds_idx: index of RR in DS rrset.
214 * @param ds_rrset: DS rrset.
215 * @param ds_idx: which DS.
222 * @param ds_rrset: DS rrset
223 * @param ds_idx: index of RR in DS rrset.
231 * @param k: DS rrset.
232 * @param idx: which DS.
239 * @param k: DNSKEY rrset.
240 * @param idx: which DNSKEY RR.
247 * @param k: DNSKEY rrset.
248 * @param idx: which DNSKEY RR.
255 * @param env: module environment, scratch space is used.
256 * @param ve: validator environment, date settings.
257 * @param rrset: to be validated.
258 * @param dnskey: DNSKEY rrset, keyset to try.
259 * @param sigalg: if nonNULL provide downgrade protection otherwise one
261 * @param reason: if bogus, a string returned, fixed or alloced in scratch.
262 * @param reason_bogus: EDE (RFC8914) code paired with the reason of failure.
263 * @param section: section of packet where this rrset comes from.
264 * @param qstate: qstate with region.
265 * @param verified: if not NULL the number of RRSIG validations is returned.
266 * @param reasonbuf: buffer to use for fail reason string print.
267 * @param reasonlen: length of reasonbuf.
281 * @param env: module environment, scratch space is used.
282 * @param ve: validator environment, date settings.
283 * @param rrset: to be validated.
284 * @param dnskey: DNSKEY rrset, keyset.
285 * @param dnskey_idx: which key from the rrset to try.
286 * @param reason: if bogus, a string returned, fixed or alloced in scratch.
287 * @param reason_bogus: EDE (RFC8914) code paired with the reason of failure.
288 * @param section: section of packet where this rrset comes from.
289 * @param qstate: qstate with region.
300 * @param region: scratch region used for temporary allocation.
301 * @param buf: scratch buffer used for canonicalized rrset data.
302 * @param ve: validator environment, date settings.
303 * @param now: current time for validation (can be overridden).
304 * @param rrset: to be validated.
305 * @param dnskey: DNSKEY rrset, keyset.
306 * @param dnskey_idx: which key from the rrset to try.
307 * @param sig_idx: which signature to try to validate.
308 * @param sortree: pass NULL at start, the sorted rrset order is returned.
310 * @param buf_canon: if true, the buffer is already canonical.
313 * @param reason: if bogus, a string returned, fixed or alloced in scratch.
314 * @param reason_bogus: EDE (8914) code paired with the reason of failure.
315 * @param section: section of packet where this rrset comes from.
316 * @param qstate: qstate with region.
336 * @param region: temporary region.
337 * @param k1: rrset1
338 * @param k2: rrset2
348 * @param region: temporary region.
349 * @param buf: the buffer to use.
350 * @param k: the rrset to insert.