Searched refs:algorithm (Results 1 - 25 of 98) sorted by relevance

1234

/bind-9.6-ESV-R11/bin/tests/
H A Dndc.conf-include21 algorithm "al-gore-rhythm";
/bind-9.6-ESV-R11/bin/tests/system/common/
H A Drndc.key21 algorithm hmac-md5;
/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dcert_37.h29 isc_uint8_t algorithm; member in struct:dns_rdata_cert
H A Ddlv_32769.h27 isc_uint8_t algorithm; member in struct:dns_rdata_dlv
H A Ddnskey_48.h31 isc_uint8_t algorithm; member in struct:dns_rdata_dnskey
H A Dds_43.h29 isc_uint8_t algorithm; member in struct:dns_rdata_ds
H A Dkey_25.h31 isc_uint8_t algorithm; member in struct:dns_rdata_key_t
H A Dsshfp_44.h29 isc_uint8_t algorithm; member in struct:dns_rdata_sshfp
H A Dhip_55.h30 isc_uint8_t algorithm; member in struct:dns_rdata_hip
H A Dipseckey_45.h27 isc_uint8_t algorithm; member in struct:dns_rdata_ipseckey
H A Drrsig_46.h29 dns_secalg_t algorithm; member in struct:dns_rdata_rrsig
H A Dsig_24.h30 dns_secalg_t algorithm; member in struct:dns_rdata_sig_t
H A Dtkey_249.h29 dns_name_t algorithm; member in struct:dns_rdata_tkey
/bind-9.6-ESV-R11/bin/tests/system/tsig/ns1/
H A Dnamed.conf35 algorithm hmac-md5;
40 algorithm hmac-sha1;
45 algorithm hmac-sha224;
50 algorithm hmac-sha256;
55 algorithm hmac-sha384;
60 algorithm hmac-sha512;
65 algorithm hmac-md5-80;
70 algorithm hmac-sha1-80;
75 algorithm hmac-sha224-112;
80 algorithm hma
[all...]
/bind-9.6-ESV-R11/bin/tests/system/tkey/ns1/
H A Dnamed.conf.in39 algorithm hmac-md5;
47 algorithm hmac-md5;
/bind-9.6-ESV-R11/bin/tests/system/xfer/ns4/
H A Dnamed.conf.base33 algorithm hmac-md5;
38 algorithm hmac-md5;
/bind-9.6-ESV-R11/lib/dns/rdata/any_255/
H A Dtsig_250.h27 dns_name_t algorithm; member in struct:dns_rdata_any_tsig
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dtsig.h80 dns_name_t *algorithm; /*%< Algorithm name */ member in struct:dns_tsigkey
98 dns_tsigkey_create(dns_name_t *name, dns_name_t *algorithm,
105 dns_tsigkey_createfromkey(dns_name_t *name, dns_name_t *algorithm,
116 * unimplemented algorithm will cause failure only if dstkey != NULL; this
117 * allows a transient key with an invalid algorithm to exist long enough
125 *\li 'algorithm' is a valid dns_name_t
137 *\li #ISC_R_NOTIMPLEMENTED - algorithm is not implemented
224 dns_name_t *algorithm, dns_tsig_keyring_t *ring);
227 * algorithm. Also increments the key's reference counter.
233 *\li 'algorithm' i
[all...]
/bind-9.6-ESV-R11/lib/dns/
H A Dtsig.c249 dns_tsigkey_createfromkey(dns_name_t *name, dns_name_t *algorithm, argument
261 REQUIRE(algorithm != NULL);
275 if (dns_name_equal(algorithm, DNS_TSIG_HMACMD5_NAME)) {
276 tkey->algorithm = DNS_TSIG_HMACMD5_NAME;
281 } else if (dns_name_equal(algorithm, DNS_TSIG_HMACSHA1_NAME)) {
282 tkey->algorithm = DNS_TSIG_HMACSHA1_NAME;
287 } else if (dns_name_equal(algorithm, DNS_TSIG_HMACSHA224_NAME)) {
288 tkey->algorithm = DNS_TSIG_HMACSHA224_NAME;
294 } else if (dns_name_equal(algorithm, DNS_TSIG_HMACSHA256_NAME)) {
295 tkey->algorithm
516 dns_tsigkey_create(dns_name_t *name, dns_name_t *algorithm, unsigned char *secret, int length, isc_boolean_t generated, dns_name_t *creator, isc_stdtime_t inception, isc_stdtime_t expire, isc_mem_t *mctx, dns_tsig_keyring_t *ring, dns_tsigkey_t **key) argument
1513 dns_tsigkey_find(dns_tsigkey_t **tsigkey, dns_name_t *name, dns_name_t *algorithm, dns_tsig_keyring_t *ring) argument
[all...]
/bind-9.6-ESV-R11/bin/tests/startperf/
H A Dsetup.sh40 algorithm hmac-md5;
/bind-9.6-ESV-R11/bin/tests/system/database/ns1/
H A Dnamed.conf123 algorithm hmac-md5;
H A Dnamed.conf223 algorithm hmac-md5;
/bind-9.6-ESV-R11/bin/tests/system/ixfr/
H A Dsetup.sh37 algorithm hmac-md5;
/bind-9.6-ESV-R11/bin/tests/system/logfileconfig/ns1/
H A Dnamed.dirconf49 algorithm hmac-md5;
H A Dnamed.pipeconf49 algorithm hmac-md5;

Completed in 286 milliseconds

1234