Searched defs:out (Results 1 - 25 of 26) sorted by relevance

12

/bind-9.11.3/lib/isc/
H A Diterated_hash.c19 isc_iterated_hash(unsigned char out[ISC_SHA1_DIGESTLENGTH], argument
34 isc_sha1_final(&ctx, out);
35 in = out;
H A Daes.c35 unsigned char *out)
47 RUNTIME_CHECK(EVP_EncryptUpdate(c, out, &len, in,
55 unsigned char *out)
67 RUNTIME_CHECK(EVP_EncryptUpdate(c, out, &len, in,
75 unsigned char *out)
87 RUNTIME_CHECK(EVP_EncryptUpdate(c, out, &len, in,
99 unsigned char *out)
104 AES_encrypt(in, out, &k);
109 unsigned char *out)
114 AES_encrypt(in, out,
34 isc_aes128_crypt(const unsigned char *key, const unsigned char *in, unsigned char *out) argument
54 isc_aes192_crypt(const unsigned char *key, const unsigned char *in, unsigned char *out) argument
74 isc_aes256_crypt(const unsigned char *key, const unsigned char *in, unsigned char *out) argument
98 isc_aes128_crypt(const unsigned char *key, const unsigned char *in, unsigned char *out) argument
108 isc_aes192_crypt(const unsigned char *key, const unsigned char *in, unsigned char *out) argument
118 isc_aes256_crypt(const unsigned char *key, const unsigned char *in, unsigned char *out) argument
139 isc_aes128_crypt(const unsigned char *key, const unsigned char *in, unsigned char *out) argument
146 isc_aes192_crypt(const unsigned char *key, const unsigned char *in, unsigned char *out) argument
153 isc_aes256_crypt(const unsigned char *key, const unsigned char *in, unsigned char *out) argument
160 isc_aes_crypt(const unsigned char *key, CK_ULONG keylen, const unsigned char *in, unsigned char *out) argument
[all...]
H A Dentropy.c270 * Steal some values out of the pool, and xor them into the
1086 dumpstats(isc_entropy_t *ent, FILE *out) { argument
1087 fprintf(out,
1104 isc_entropy_stats(isc_entropy_t *ent, FILE *out) { argument
1108 dumpstats(ent, out);
H A Dmem.c180 unsigned int allocated; /*%< # of items currently given out */
216 print_active(isc__mem_t *ctx, FILE *out);
244 isc__mem_stats(isc_mem_t *ctx, FILE *out);
1355 print_active(isc__mem_t *mctx, FILE *out) { argument
1362 fprintf(out, "%s", isc_msgcat_get(isc_msgcat, ISC_MSGSET_MEM,
1379 fprintf(out, format,
1389 ISC_MSG_NONE, "\tNone.\n"), out);
1395 * Print the stats[] on the stream "out" with suitable formatting.
1398 isc_mem_stats(isc_mem_t *ctx0, FILE *out) { argument
1412 fprintf(out, "
[all...]
/bind-9.11.3/lib/isc/tests/
H A Daes_test.c35 tohexstr(unsigned char *d, char *out);
47 tohexstr(unsigned char *d, char *out) { argument
51 isc_buffer_init(&b, out, 2 * ISC_AES_BLOCK_LENGTH + 1);
H A Dhash_test.c43 * and a pointer to a character array to put the output (*out).
45 * placed into the array *out
47 * 'out' MUST point to an array of at least len * 2 + 1
52 tohexstr(unsigned char *d, unsigned int len, char *out, size_t out_size) { argument
56 out[0] = '\0';
57 strlcat(out, "0x", out_size);
60 strlcat(out, c_ret, out_size);
/bind-9.11.3/bin/tests/virtual-time/
H A Dvtwrapper.c230 struct timeval in, out; local
239 interval_deflate(&in, &out);
240 timeout = out.tv_sec * 1000 + out.tv_usec / 1000;
254 struct timeval in, out; local
266 interval_deflate(&in, &out);
267 ts.tv_sec = out.tv_sec;
268 ts.tv_nsec = out.tv_usec * 1000;
282 struct timeval in, out; local
291 interval_deflate(&in, &out);
[all...]
/bind-9.11.3/unit/atf-src/atf-c++/
H A Dcheck_test.cpp251 std::auto_ptr< atf::fs::path > out; local
257 out.reset(new atf::fs::path(r->stdout_path()));
259 ATF_REQUIRE(atf::fs::exists(*out.get()));
262 ATF_REQUIRE(!atf::fs::exists(*out.get()));
/bind-9.11.3/lib/dns/tests/
H A Dgost_test.c56 * and a pointer to a character array to put the output (*out).
58 * placed into the array *out
60 * 'out' MUST point to an array of at least len * 2 + 1
65 tohexstr(unsigned char *d, unsigned int len, char *out, size_t out_size) { argument
69 out[0] = '\0';
70 strlcat(out, "0x", out_size);
73 strlcat(out, c_ret, out_size);
H A Drbt_serialize_test.c266 data_printer(FILE *out, void *datap) argument
270 fprintf(out, "%d bytes, %s", data->len, data->data);
/bind-9.11.3/unit/atf-src/atf-c/
H A Dcheck_test.c338 atf_fs_path_t out, err; local
343 RE(atf_fs_path_init_fmt(&out, "%s", atf_check_result_stdout(&result)));
346 RE(atf_fs_exists(&out, &exists)); ATF_CHECK(exists);
349 RE(atf_fs_exists(&out, &exists)); ATF_CHECK(!exists);
353 atf_fs_path_fini(&out);
/bind-9.11.3/contrib/dlz/drivers/
H A Ddlz_filesystem_driver.c161 create_path_helper(char *out, const char *in, config_data_t *cd) { argument
178 strcat(out, (char *) &tmpPtr[i+1]);
180 strncat(out, (char *) &tmpPtr[i+1],
182 strncat(out, (char *) &cd->pathsep, 1);
198 strcat(out, (char *) &tmpPtr[i]);
200 strncat(out, (char *) &tmpPtr[i], cd->splitcnt);
201 strncat(out, (char *) &cd->pathsep, 1);
293 * start out with base directory.
/bind-9.11.3/contrib/dlz/modules/filesystem/
H A Ddlz_filesystem_dynamic.c156 create_path_helper(char *out, const char *in, config_data_t *cd) { argument
173 strcat(out, (char *) &tmpPtr[i+1]);
175 strncat(out, (char *) &tmpPtr[i+1],
177 strncat(out, (char *) &cd->pathsep, 1);
193 strcat(out, (char *) &tmpPtr[i]);
195 strncat(out, (char *) &tmpPtr[i], cd->splitcnt);
196 strncat(out, (char *) &cd->pathsep, 1);
274 * start out with base directory.
/bind-9.11.3/lib/dns/
H A Dopenssldh_link.c698 BIGNUM *out; local
715 out = BN_bin2bn(data, strlen(str)/2, b);
716 RUNTIME_CHECK(out != NULL);
H A Drdataset.c323 struct towire_sort *out = NULL, out_fixed[MAX_SHUFFLE]; local
373 out = isc_mem_get(cctx->mctx, count * sizeof(*out));
374 if (in == NULL || out == NULL)
378 out = out_fixed;
406 out[i].key = (*order)(&in[i], order_arg);
407 out[i].rdata = &in[i];
422 out[i].key = (*order)(&in[i],
425 out[i].key = 0; /* Unused */
426 out[
[all...]
H A Ddb.c683 dns_db_printnode(dns_db_t *db, dns_dbnode_t *node, FILE *out) { argument
686 * 'out'.
692 (db->methods->printnode)(db, node, out);
H A Dsdb.c1055 printnode(dns_db_t *db, dns_dbnode_t *node, FILE *out) { argument
1058 UNUSED(out);
H A Dsdlz.c779 printnode(dns_db_t *db, dns_dbnode_t *node, FILE *out) { argument
782 UNUSED(out);
H A Ddst_api.c99 isc_buffer_t *out);
120 goto out; \
273 out:
579 goto out;
583 goto out;
587 goto out;
592 goto out;
598 out:
700 out:
841 out
1262 dst_key_buildfilename(const dst_key_t *key, int type, const char *directory, isc_buffer_t *out) argument
1836 buildfilename(dns_name_t *name, dns_keytag_t id, unsigned int alg, unsigned int type, const char *directory, isc_buffer_t *out) argument
[all...]
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dfs_test.c101 const char *out; member in struct:test
131 printf("Expected output: >%s<\n", t->out);
135 ATF_REQUIRE(strcmp(atf_fs_path_cstring(&p), t->out) == 0);
332 const char *out; member in struct:test
348 printf("Expected output: >%s<\n", t->out);
355 ATF_REQUIRE(strcmp(atf_fs_path_cstring(&p), t->out) == 0);
H A Dprocess_test.c411 do_fork(const struct base_stream *outfs, void *out, argument
418 outfs->init(out);
424 outfs->process(out, &child);
429 outfs->fini(out);
1049 struct outlc ## _stream out = outuc ## _STREAM(stdout_type); \
1051 do_fork(&out.m_base, &out, &err.m_base, &err); \
/bind-9.11.3/bin/tests/hashes/
H A Dt_hashes.c277 ck(const char *name, const IN_ *in, const OUT_ *out) argument
283 d2str(buf, sizeof(buf), dbuf.b, out->digest_len);
289 if (strcasecmp(buf, out->str)) {
293 "should be", out->str);
301 for (l = out->digest_len; l < sizeof(dbuf); ++l) {
304 l-out->digest_len, name, str_name, dbuf.b[l]);
315 IN_ *in, OUT_ *out)
329 ck(hname, in, out);
338 t_sha224(IN_ *in, OUT_ *out) argument
347 ck("SHA224", in, out);
314 t_hash(const char *hname, HASH_INIT init, UPDATE update, FINAL final, IN_ *in, OUT_ *out) argument
374 t_md5hmac(IN_ *in, OUT_ *out) argument
388 t_hmac(const char *hname, HMAC_INIT init, UPDATE update, SIGN sign, IN_ *in, OUT_ *out) argument
[all...]
/bind-9.11.3/unit/atf-src/tools/
H A Dfs.cpp296 std::string out; local
305 out += component;
307 out += "/" + component;
316 return out.empty() ? "/" : out;
/bind-9.11.3/bin/tests/system/dyndb/driver/
H A Ddb.c262 printnode(dns_db_t *db, dns_dbnode_t *node, FILE *out) { argument
267 dns_db_printnode(sampledb->rbtdb, node, out);
/bind-9.11.3/bin/dnssec/
H A Ddnssec-signzone.c516 fatal("out of memory");
740 fatal("unable to grow hashlist: out of memory");
1113 * caller. Clean out extranous RRSIG records for node.
1396 * Note the origin may not be the first node if there are out of zone
1456 fatal("out of memory");
1472 * Sort the zone data from the glue and out-of-zone data.
1782 * Skip out-of-zone records.
1965 * Clean out NSEC3 record and RRSIG(NSEC3) that are not in the hash list.
2232 * Skip out-of-zone records.
2342 * Clean out NSEC
3071 FILE *out = output_stdout ? stderr : stdout; local
[all...]

Completed in 62 milliseconds

12