Searched defs:generate (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/bin/tools/
H A Dgenrandom.c34 generate(char *filename, unsigned int bytes) { function
110 generate(argv[isc_commandline_index], bytes);
125 generate(name, bytes);
/bind-9.11.3/bin/tests/dst/
H A Ddst_test.c211 generate(int alg, isc_mem_t *mctx) { function
217 printf("generate(%d) returned: %s\n", alg, isc_result_totext(ret));
279 generate(DST_ALG_RSAMD5, mctx);
280 generate(DST_ALG_DH, mctx);
281 generate(DST_ALG_DSA, mctx);
282 generate(DST_ALG_HMACMD5, mctx);
H A Dt_dst.c389 generate(int alg, isc_mem_t *mctx, int size, int *nfails) { function
413 "generate, store and retrieve public and private keys, "
509 generate(DST_ALG_RSAMD5, mctx, 512, &nfails);
510 generate(DST_ALG_DSA, mctx, 512, &nfails);
511 generate(DST_ALG_DH, mctx, 512, &nfails);
515 generate(DST_ALG_DH, mctx, 768, &nfails);
516 generate(DST_ALG_HMACMD5, mctx, 512, &nfails);
535 #undef NEWSIG /* Define NEWSIG to generate the original signature file. */
/bind-9.11.3/lib/dns/
H A Ddst_internal.h207 isc_result_t (*generate)(dst_key_t *key, int parms, member in struct:dst_func
H A Dmaster.c773 generate(dns_loadctx_t *lctx, char *range, char *lhs, char *gtype, char *rhs, function
1356 result = generate(lctx, range, lhs, gtype, rhs,

Completed in 23 milliseconds