HomeSort by: relevance | last modified time | path
    Searched refs:digesttype (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/xinstall/
xinstall.c 145 } digesttype = DIGEST_NONE; variable in typeref:enum:__anon8356
336 digesttype = DIGEST_NONE;
338 digesttype = DIGEST_MD5;
340 digesttype = DIGEST_RMD160;
342 digesttype = DIGEST_SHA1;
344 digesttype = DIGEST_SHA256;
346 digesttype = DIGEST_SHA384;
348 digesttype = DIGEST_SHA512;
389 digesttype = DIGEST_NONE;
565 switch (digesttype) {
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
dnssec.c 1822 dns_rdataset_t *cds, unsigned int digesttype, dns_ttl_t ttl,
1829 r = dns_ds_buildrdata(origin, keyrdata, digesttype, dsbuf, &cdsrdata);
1832 dns_dsdigest_format(digesttype, algbuf,
1844 dns_dsdigest_format(digesttype, algbuf,
1857 dns_rdataset_t *cds, unsigned int digesttype, dns_diff_t *diff,
1864 r = dns_ds_buildrdata(origin, keyrdata, digesttype, dsbuf, &cdsrdata);
1872 dns_dsdigest_format(digesttype, algbuf,

Completed in 361 milliseconds