Home
last modified time | relevance | path

Searched refs:algorithm (Results 1 – 25 of 1997) sorted by relevance

12345678910>>...80

/netbsd/external/mpl/bind/dist/bin/tests/system/kasp/ns3/policies/
H A Dkasp-fips.conf.in44 ksk key-directory lifetime P6M algorithm 8;
45 zsk key-directory lifetime P6M algorithm 8;
53 ksk key-directory lifetime P10Y algorithm 8;
54 zsk key-directory lifetime P5Y algorithm 8;
55 zsk key-directory lifetime P1Y algorithm 8 3072;
63 ksk key-directory lifetime P10Y algorithm 10;
64 zsk key-directory lifetime P5Y algorithm 10;
73 ksk key-directory lifetime P10Y algorithm 13;
74 zsk key-directory lifetime P5Y algorithm 13;
83 ksk key-directory lifetime P10Y algorithm 14;
[all …]
H A Dautosign.conf.in23 ksk key-directory lifetime P2Y algorithm @DEFAULT_ALGORITHM@;
24 zsk key-directory lifetime P1Y algorithm @DEFAULT_ALGORITHM@;
44 csk lifetime unlimited algorithm @DEFAULT_ALGORITHM_NUMBER@;
60 ksk key-directory lifetime P2Y algorithm @DEFAULT_ALGORITHM@;
61 zsk key-directory lifetime P30D algorithm @DEFAULT_ALGORITHM@;
80 ksk key-directory lifetime P60D algorithm @DEFAULT_ALGORITHM@;
81 zsk key-directory lifetime P1Y algorithm @DEFAULT_ALGORITHM@;
103 csk key-directory lifetime P6M algorithm @DEFAULT_ALGORITHM@;
125 csk key-directory lifetime P6M algorithm @DEFAULT_ALGORITHM@;
H A Dkasp.conf.in20 ksk key-directory lifetime P10Y algorithm 5;
21 zsk key-directory lifetime P5Y algorithm 5;
22 zsk key-directory lifetime P1Y algorithm 5 2000;
30 ksk key-directory lifetime P10Y algorithm 7;
31 zsk key-directory lifetime P5Y algorithm 7;
32 zsk key-directory lifetime P1Y algorithm 7 2000;
/netbsd/crypto/external/bsd/openssl/dist/test/recipes/
H A D15-test_gendhparam.t19 algorithm => 'DHX',
25 algorithm => 'DH',
31 algorithm => 'DHX',
37 algorithm => 'DHX',
43 algorithm => 'DHX',
49 algorithm => 'DH',
55 algorithm => 'DH',
61 algorithm => 'DH',
67 algorithm => 'DH',
73 algorithm => 'DH',
[all …]
/netbsd/external/bsd/file/dist/magic/magdir/
H A Dmcrypt15 >4 string >\0 algorithm: %s,
27 >3 byte 1 algorithm: DES,
28 >3 byte 2 algorithm: 3DES,
29 >3 byte 3 algorithm: 3-WAY,
30 >3 byte 4 algorithm: GOST,
31 >3 byte 6 algorithm: SAFER-SK64,
33 >3 byte 8 algorithm: CAST-128,
34 >3 byte 9 algorithm: xTEA,
36 >3 byte 11 algorithm: RC2,
42 >3 byte 100 algorithm: RC6,
[all …]
/netbsd/external/mpl/bind/dist/bin/tests/system/kasp/ns6/
H A Dnamed2.conf.in33 algorithm hmac-sha256;
87 zone "step1.algorithm-roll.kasp" {
89 file "step1.algorithm-roll.kasp.db";
94 zone "step2.algorithm-roll.kasp" {
96 file "step2.algorithm-roll.kasp.db";
101 zone "step3.algorithm-roll.kasp" {
103 file "step3.algorithm-roll.kasp.db";
108 zone "step4.algorithm-roll.kasp" {
110 file "step4.algorithm-roll.kasp.db";
115 zone "step5.algorithm-roll.kasp" {
[all …]
/netbsd/external/bsd/nsd/dist/
H A Dtsig.c90 tsig_algorithm_type *algorithm; member
198 entry->algorithm = algorithm; in tsig_add_algorithm()
335 tsig->algorithm = algorithm; in tsig_init_record()
352 assert(!tsig->algorithm); in tsig_from_query()
365 algorithm = algorithm_entry->algorithm; in tsig_from_query()
370 if (!algorithm || !key) { in tsig_from_query()
376 if ((tsig->algorithm && algorithm != tsig->algorithm) in tsig_from_query()
429 tsig->algorithm = algorithm; in tsig_from_query()
441 assert(tsig->algorithm); in tsig_init_query()
460 assert(tsig->algorithm); in tsig_prepare()
[all …]
H A Dtsig-openssl.c23 tsig_algorithm_type *algorithm,
56 tsig_algorithm_type* algorithm; in tsig_openssl_init_algorithm() local
106 algorithm->short_name = name; in tsig_openssl_init_algorithm()
107 algorithm->wireformat_name in tsig_openssl_init_algorithm()
109 if (!algorithm->wireformat_name) { in tsig_openssl_init_algorithm()
127 algorithm->data = hmac_algorithm; in tsig_openssl_init_algorithm()
129 algorithm->data = data; in tsig_openssl_init_algorithm()
134 algorithm->hmac_update = update; in tsig_openssl_init_algorithm()
135 algorithm->hmac_final = final; in tsig_openssl_init_algorithm()
136 tsig_add_algorithm(algorithm); in tsig_openssl_init_algorithm()
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Dx_algor.c17 ASN1_SIMPLE(X509_ALGOR, algorithm, ASN1_OBJECT),
41 ASN1_OBJECT_free(alg->algorithm);
42 alg->algorithm = aobj;
58 *paobj = algor->algorithm; in X509_ALGOR_get0()
88 rv = OBJ_cmp(a->algorithm, b->algorithm); in X509_ALGOR_cmp()
101 if (dest->algorithm) in X509_ALGOR_copy()
102 ASN1_OBJECT_free(dest->algorithm); in X509_ALGOR_copy()
103 dest->algorithm = NULL; in X509_ALGOR_copy()
109 if (src->algorithm) in X509_ALGOR_copy()
110 if ((dest->algorithm = OBJ_dup(src->algorithm)) == NULL) in X509_ALGOR_copy()
/netbsd/external/mpl/bind/dist/bin/tests/system/keymgr/
H A Dpolicy.good4 algorithm None
21 algorithm RSASHA256
38 algorithm RSASHA256
55 algorithm RSASHA1
72 algorithm NSEC3RSASHA1
89 algorithm RSASHA1
106 algorithm RSASHA1
120 algorithm policy RSASHA1:
123 algorithm None
140 algorithm RSASHA256
[all …]
/netbsd/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dx_algor.c43 ASN1_OBJECT_free(alg->algorithm);
44 alg->algorithm = aobj;
60 *paobj = algor->algorithm; in X509_ALGOR_get0()
90 rv = OBJ_cmp(a->algorithm, b->algorithm); in X509_ALGOR_cmp()
103 if (dest->algorithm) in X509_ALGOR_copy()
104 ASN1_OBJECT_free(dest->algorithm); in X509_ALGOR_copy()
105 dest->algorithm = NULL; in X509_ALGOR_copy()
111 if (src->algorithm) in X509_ALGOR_copy()
112 if ((dest->algorithm = OBJ_dup(src->algorithm)) == NULL) in X509_ALGOR_copy()
151 md = EVP_get_digestbyobj(alg->algorithm); in ossl_x509_algor_get_md()
[all …]
/netbsd/external/mpl/dhcp/dist/omapip/
H A Dauth.c68 if (a->algorithm != NULL) in omapi_auth_key_destroy()
69 dfree(a->algorithm, MDL); in omapi_auth_key_destroy()
142 omapi_value_t *algorithm = (omapi_value_t *)0; in omapi_auth_key_lookup() local
169 omapi_value_dereference (&algorithm, MDL); in omapi_auth_key_lookup()
179 omapi_value_dereference (&algorithm, MDL); in omapi_auth_key_lookup()
183 if (omapi_td_strcasecmp (algorithm -> value, in omapi_auth_key_lookup()
186 omapi_value_dereference (&algorithm, MDL); in omapi_auth_key_lookup()
192 omapi_value_dereference (&algorithm, MDL); in omapi_auth_key_lookup()
217 if (a -> algorithm) { in omapi_auth_key_stuff_values()
274 if (a -> algorithm) in omapi_auth_key_get_value()
[all …]
/netbsd/tests/dev/cgd/
H A Dt_cgdconfig.sh38 algorithm adiantum;
57 algorithm adiantum;
65 algorithm adiantum;
91 algorithm adiantum;
112 algorithm adiantum;
133 algorithm adiantum;
155 algorithm adiantum;
179 algorithm adiantum;
190 algorithm adiantum;
228 algorithm adiantum;
[all …]
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dpackage.d189 module std.algorithm;
191 public import std.algorithm.comparison;
192 public import std.algorithm.iteration;
193 public import std.algorithm.mutation;
194 public import std.algorithm.searching;
195 public import std.algorithm.setops;
196 public import std.algorithm.sorting;
H A Dsetops.d48 module std.algorithm.setops;
58 import std.algorithm.sorting; // : Merge;
136 import std.algorithm.searching : canFind;
153 import std.algorithm.searching : canFind;
170 import std.algorithm.searching : canFind;
259 import std.algorithm.comparison : equal;
260 import std.algorithm.iteration : map;
466 import std.algorithm.iteration : map;
552 import std.algorithm.iteration : map;
951 import std.algorithm.iteration : uniq;
[all …]
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dpackage.d192 module std.algorithm;
194 public import std.algorithm.comparison;
195 public import std.algorithm.iteration;
196 public import std.algorithm.mutation;
197 public import std.algorithm.searching;
198 public import std.algorithm.setops;
199 public import std.algorithm.sorting;
H A Dsetops.d48 module std.algorithm.setops;
56 import std.algorithm.sorting : Merge;
134 import std.algorithm.searching : canFind;
151 import std.algorithm.searching : canFind;
168 import std.algorithm.searching : canFind;
257 import std.algorithm.comparison : equal;
258 import std.algorithm.iteration : map;
466 import std.algorithm.iteration : map;
552 import std.algorithm.iteration : map;
990 import std.algorithm.iteration : uniq;
[all …]
/netbsd/external/mpl/bind/dist/bin/tests/system/tsig/ns1/
H A Dnamed.conf.in30 algorithm hmac-sha1;
35 algorithm hmac-sha224;
40 algorithm hmac-sha256;
45 algorithm hmac-sha384;
50 algorithm hmac-sha512;
57 algorithm hmac-sha1-80;
62 algorithm hmac-sha224-112;
67 algorithm hmac-sha256-128;
72 algorithm hmac-sha384-192;
77 algorithm hmac-sha512-256;
/netbsd/crypto/external/bsd/openssl.old/dist/doc/man1/
H A Dgenpkey.pod18 [B<-algorithm alg>]
62 =item B<-algorithm alg>
256 openssl genpkey -algorithm RSA -out key.pem
264 openssl genpkey -algorithm RSA -out key.pem \
269 openssl genpkey -genparam -algorithm DSA -out dsap.pem \
278 openssl genpkey -genparam -algorithm DH -out dhp.pem \
283 openssl genpkey -genparam -algorithm DH -out dhpx.pem \
297 openssl genpkey -genparam -algorithm EC -out ecp.pem \
307 openssl genpkey -algorithm EC -out eckey.pem \
313 openssl genpkey -algorithm X25519 -out xkey.pem
[all …]
/netbsd/crypto/external/bsd/openssh/dist/
H A Ddns.c83 dns_read_key(u_int8_t *algorithm, u_int8_t *digest_type, in dns_read_key() argument
91 *algorithm = SSHFP_KEY_RSA; in dns_read_key()
94 *algorithm = SSHFP_KEY_DSA; in dns_read_key()
97 *algorithm = SSHFP_KEY_ECDSA; in dns_read_key()
100 *algorithm = SSHFP_KEY_ED25519; in dns_read_key()
103 *algorithm = SSHFP_KEY_XMSS; in dns_read_key()
106 *algorithm = SSHFP_KEY_RESERVED; /* 0 */ in dns_read_key()
120 if (*algorithm && *digest_type) { in dns_read_key()
137 dns_read_rdata(u_int8_t *algorithm, u_int8_t *digest_type, in dns_read_rdata() argument
142 *algorithm = SSHFP_KEY_RESERVED; in dns_read_rdata()
[all …]
/netbsd/crypto/external/bsd/openssl/dist/doc/man1/
H A Dopenssl-genpkey.pod.in22 [B<-algorithm> I<alg>]
67 =item B<-algorithm> I<alg>
315 The B<algorithm> option must be B<"DH">.
320 The B<algorithm> option must be B<"DHX">.
325 The B<algorithm> option must be B<"DHX">.
331 The B<algorithm> option must be B<"DH">.
397 openssl genpkey -algorithm RSA -out key.pem
405 openssl genpkey -algorithm RSA -out key.pem \
474 openssl genpkey -algorithm EC -out eckey.pem \
480 openssl genpkey -algorithm X25519 -out xkey.pem
[all …]
/netbsd/crypto/external/bsd/openssl/dist/doc/man3/
H A DEVP_PBE_CipherInit.pod35 I<pass> of length I<passlen>. The PBE algorithm type and parameters are extracted
39 I<libctx> and property query I<propq> to select appropriate algorithm
42 =head2 PBE algorithm search
46 1. An algorithm type I<type> which can be:
52 EVP_PBE_TYPE_OUTER - A PBE algorithm
64 2. A I<pbe_nid> which can represent the algorithm identifier with parameters e.g.
65 B<NID_pbeWithSHA1AndRC2_CBC> or an algorithm class e.g. B<NID_pbes2>.
67 They return the algorithm's cipher ID I<pcnid>, digest ID I<pmnid> and a key
68 generation function for the algorithm I<pkeygen>. EVP_PBE_CipherInit_ex() also
75 =head2 PBE algorithm add
[all …]
H A DOSSL_ALGORITHM.pod5 OSSL_ALGORITHM - OpenSSL Core type to define a fetchable algorithm
22 algorithm that a L<provider(7)> provides. Arrays of this type are returned
41 L<EVP_MD_fetch(3)>, etc) to find the desired algorithm.
44 fetched multiple ways. For example, the RSA algorithm has the following
72 The OpenSSL libraries use the first of the algorithm names as the main
73 or canonical name, on a per algorithm implementation basis.
82 algorithm implementation, and is used by the appropriate fetching
85 case multiple implementations of the same algorithm are available.
93 functions of a particular algorithm implementation.
97 A string with a short human-readable description of the algorithm.
[all …]
/netbsd/external/mpl/dhcp/dist/dhcpctl/
H A Dremote.c50 const char *algorithm, in dhcpctl_new_authenticator() argument
70 if (strchr (algorithm, '.') == 0) { in dhcpctl_new_authenticator()
72 key -> algorithm = dmalloc (strlen (algorithm) + in dhcpctl_new_authenticator()
74 if (!key -> algorithm) { in dhcpctl_new_authenticator()
78 strcpy (key -> algorithm, algorithm); in dhcpctl_new_authenticator()
79 strcat (key -> algorithm, add); in dhcpctl_new_authenticator()
81 key -> algorithm = dmalloc (strlen (algorithm) + 1, MDL); in dhcpctl_new_authenticator()
82 if (!key -> algorithm) { in dhcpctl_new_authenticator()
86 strcpy (key -> algorithm, algorithm); in dhcpctl_new_authenticator()
/netbsd/external/mpl/bind/dist/bin/tests/system/keymgr2kasp/ns3/
H A Dkasp.conf.in18 ksk key-directory lifetime unlimited algorithm @DEFAULT_ALGORITHM@;
19 zsk key-directory lifetime P60D algorithm @DEFAULT_ALGORITHM@;
31 ksk key-directory lifetime P60D algorithm @DEFAULT_ALGORITHM@;
32 zsk key-directory lifetime P60D algorithm @DEFAULT_ALGORITHM@;
52 ksk key-directory lifetime unlimited algorithm ecdsa256;
53 zsk key-directory lifetime P60D algorithm ecdsa256;
73 ksk key-directory lifetime unlimited algorithm rsasha256 3072;
74 zsk key-directory lifetime P60D algorithm rsasha256 3072;

12345678910>>...80