Home
last modified time | relevance | path

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

12345678910>>...76

/netbsd-src/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-src/external/bsd/file/dist/magic/magdir/
H A Dmcrypt15 >4 string >\0 algorithm: %s,
26 >3 byte 0 algorithm: blowfish-448,
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,
32 >3 byte 7 algorithm: SAFER-SK128,
33 >3 byte 8 algorithm: CAST-128,
34 >3 byte 9 algorithm: xTEA,
[all …]
/netbsd-src/external/bsd/nsd/dist/
H A Dtsig.c90 tsig_algorithm_type *algorithm; member
108 tsig->algorithm->hmac_update(tsig->context, in tsig_digest_variables()
111 tsig->algorithm->hmac_update(tsig->context, in tsig_digest_variables()
114 tsig->algorithm->hmac_update(tsig->context, in tsig_digest_variables()
117 tsig->algorithm->hmac_update(tsig->context, in tsig_digest_variables()
121 tsig->algorithm->hmac_update(tsig->context, in tsig_digest_variables()
124 tsig->algorithm->hmac_update(tsig->context, in tsig_digest_variables()
127 tsig->algorithm->hmac_update(tsig->context, in tsig_digest_variables()
131 tsig->algorithm->hmac_update(tsig->context, in tsig_digest_variables()
134 tsig->algorithm->hmac_update(tsig->context, in tsig_digest_variables()
[all …]
H A Dtsig-openssl.c23 tsig_algorithm_type *algorithm,
56 tsig_algorithm_type* algorithm; in tsig_openssl_init_algorithm() local
104 algorithm = (tsig_algorithm_type *) region_alloc( in tsig_openssl_init_algorithm()
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()
118 algorithm->maximum_digest_size = EVP_MAC_CTX_get_mac_size(hmac_ctx); in tsig_openssl_init_algorithm()
120 algorithm->maximum_digest_size = EVP_MD_size(hmac_algorithm); in tsig_openssl_init_algorithm()
122 algorithm->maximum_digest_size = EVP_MAC_size(hmac_ctx); in tsig_openssl_init_algorithm()
124 if(algorithm->maximum_digest_size < 20) in tsig_openssl_init_algorithm()
[all …]
/netbsd-src/external/mpl/bind/dist/bin/tests/system/tsig/ns1/
H A Dnamed.conf.in18 algorithm hmac-md5;
23 algorithm hmac-md5-80;
27 algorithm "hmac-md5";
/netbsd-src/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-src/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dx_algor.c19 ASN1_SIMPLE(X509_ALGOR, algorithm, ASN1_OBJECT),
43 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()
[all …]
/netbsd-src/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()
111 status = isclib_make_dst_key(a->name, a->algorithm, in omapi_auth_key_enter()
142 omapi_value_t *algorithm = (omapi_value_t *)0; in omapi_auth_key_lookup() local
160 status = omapi_get_value_str (ref, id, "algorithm", &algorithm); in omapi_auth_key_lookup()
166 if ((algorithm -> value -> type != omapi_datatype_string) && in omapi_auth_key_lookup()
167 (algorithm -> value -> type != omapi_datatype_data)) { in omapi_auth_key_lookup()
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()
[all …]
/netbsd-src/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;
139 shared "helloworld" algorithm hkdf-hmac-sha256 \
155 algorithm adiantum;
161 shared "helloworld" algorithm hkdf-hmac-sha256 \
179 algorithm adiantum;
[all …]
/netbsd-src/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;
94 import std.algorithm.iteration : map, joiner;
136 import std.algorithm.searching : canFind;
153 import std.algorithm.searching : canFind;
170 import std.algorithm.searching : canFind;
194 import std.algorithm.searching : canFind;
232 import std.algorithm.searching : canFind;
259 import std.algorithm.comparison : equal;
260 import std.algorithm.iteration : map;
[all …]
/netbsd-src/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;
92 import std.algorithm.iteration : map, joiner;
134 import std.algorithm.searching : canFind;
151 import std.algorithm.searching : canFind;
168 import std.algorithm.searching : canFind;
192 import std.algorithm.searching : canFind;
230 import std.algorithm.searching : canFind;
257 import std.algorithm.comparison : equal;
258 import std.algorithm.iteration : map;
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/
H A Dgenpkey.pod18 [B<-algorithm alg>]
51 This option encrypts the private key with the supplied cipher. Any algorithm
62 =item B<-algorithm alg>
64 Public key algorithm to use such as RSA, DSA or DH. If used this option must
65 precede any B<-pkeyopt> options. The options B<-paramfile> and B<-algorithm>
69 Valid built-in algorithm names for private key generation are RSA, RSA-PSS, EC,
72 Valid built-in algorithm names for parameter generation (see the B<-genparam>
75 Note that the algorithm name X9.42 DH may be used as a synonym for the DH
76 algorithm. These are identical and do not indicate the type of parameters that
83 Set the public key algorithm option B<opt> to B<value>. The precise set of
[all …]
/netbsd-src/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-src/crypto/external/bsd/openssl/dist/doc/man1/
H A Dopenssl-genpkey.pod.in22 [B<-algorithm> I<alg>]
64 This option encrypts the private key with the supplied cipher. Any algorithm
67 =item B<-algorithm> I<alg>
69 Public key algorithm to use such as RSA, DSA, DH or DHX. If used this option must
70 precede any B<-pkeyopt> options. The options B<-paramfile> and B<-algorithm>
74 Valid built-in algorithm names for private key generation are RSA, RSA-PSS, EC,
77 Valid built-in algorithm names for parameter generation (see the B<-genparam>
80 Note that the algorithm name X9.42 DH may be used as a synonym for DHX keys and
85 Set the public key algorithm option I<opt> to I<value>. The precise set of
86 options supported depends on the public key algorithm used and its
[all …]
/netbsd-src/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
44 EVP_PBE_find() and EVP_PBE_find_ex() search for a matching algorithm using two parameters:
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
[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.
43 Multiple names / identities allow a specific algorithm implementation to be
44 fetched multiple ways. For example, the RSA algorithm has the following
57 This is the name of the algorithm's OBJECT IDENTIFIER (OID), as given by the
72 The OpenSSL libraries use the first of the algorithm names as the main
73 or canonical name, on a per algorithm implementation basis.
75 See the notes L</On the subject of algorithm names> below for a more in
82 algorithm implementation, and is used by the appropriate fetching
[all …]
/netbsd-src/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-src/external/mpl/bind/dist/bin/tests/system/kasp/ns3/policies/
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-src/external/mpl/bind/dist/bin/tests/system/statschannel/ns2/
H A Dnamed.conf.in33 algorithm @DEFAULT_HMAC@;
43 ksk lifetime unlimited algorithm @DEFAULT_ALGORITHM@;
44 zsk lifetime unlimited algorithm @DEFAULT_ALGORITHM@;
51 ksk lifetime unlimited algorithm 8;
52 zsk lifetime unlimited algorithm 8;
53 ksk lifetime unlimited algorithm 13;
54 zsk lifetime unlimited algorithm 13;
55 ksk lifetime unlimited algorithm 14;
56 zsk lifetime unlimited algorithm 14;
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dgetcertsbyname.c70 getnewci(qtype, keytag, algorithm, flags, certlen, cert) in getnewci() argument
71 int qtype, keytag, algorithm, flags, certlen; in getnewci()
83 res->ci_algorithm = algorithm;
127 int type, keytag, algorithm; local
170 algorithm = *cp++; /* algorithm */
175 type, keytag, algorithm, rdlength);
179 cur->ci_next = getnewci(type, keytag, algorithm,
214 int qtype, qclass, keytag, algorithm; local
303 algorithm = *cp++; /* algorithm */
314 qtype, keytag, algorithm, rdlength);
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A Dopenssl-glossary.pod17 implementation for any given algorithm available for use.
34 the algorithm implementations in the Base Provider are also available in the
41 A decoder is a type of algorithm used for decoding keys and parameters from some
48 An OpenSSL Provider that contains the most common OpenSSL algorithm
50 the algorithm implementations in the Base Provider are also available in the
67 An encoder is a type of algorithm used for encoding keys and parameters to some
75 where a function call is made to obtain an algorithm object representing an
80 Fetching is the process of looking through the available algorithm
90 An OpenSSL Provider that contains OpenSSL algorithm implementations that have
98 where an algorithm object with no associated implementation is used such as the
[all …]
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dtsig.c233 dns_tsigkey_createfromkey(const dns_name_t *name, dst_algorithm_t algorithm, in keyring_add()
258 if (algorithm != DST_ALG_UNKNOWN) { in dns_tsigkey_createfromkey()
259 if (dstkey != NULL && dst_key_alg(dstkey) != algorithm) { in dns_tsigkey_createfromkey()
268 tkey->algorithm = namefromalg(algorithm); in dns_tsigkey_createfromkey()
287 algorithm != DST_ALG_GSSAPI) in dns_tsigkey_createfromkey()
351 dns__tsig_algfromname(const dns_name_t *algorithm) { in dns_tsigkey_createfromkey()
354 if (algorithm == name || dns_name_equal(algorithm, name)) { in dns_tsigkey_createfromkey()
371 dns_name_t *name = NULL, *creator = NULL, *algorithm in dns_tsigkey_createfromkey()
250 dns_tsigkey_createfromkey(const dns_name_t * name,const dns_name_t * algorithm,dst_key_t * dstkey,bool generated,const 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) dns_tsigkey_createfromkey() argument
451 dns__tsig_algfromname(const dns_name_t * algorithm) dns__tsig_algfromname() argument
468 dns__tsig_algnamefromname(const dns_name_t * algorithm) dns__tsig_algnamefromname() argument
489 dns__tsig_algallocated(const dns_name_t * algorithm) dns__tsig_algallocated() argument
511 dns_name_t *name, *creator, *algorithm; restore_key() local
668 dns_tsigkey_create(const dns_name_t * name,const dns_name_t * algorithm,unsigned char * secret,int length,bool generated,const 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) dns_tsigkey_create() argument
1760 dns_tsigkey_find(dns_tsigkey_t ** tsigkey,const dns_name_t * name,const dns_name_t * algorithm,dns_tsig_keyring_t * ring) dns_tsigkey_find() argument
[all...]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dtsig.c248 dns_tsigkey_createfromkey(const dns_name_t *name, const dns_name_t *algorithm, in dns_tsigkey_createfromkey() argument
260 REQUIRE(algorithm != NULL); in dns_tsigkey_createfromkey()
271 dstalg = dns__tsig_algfromname(algorithm); in dns_tsigkey_createfromkey()
277 tkey->algorithm = dns__tsig_algnamefromname(algorithm); in dns_tsigkey_createfromkey()
290 dns_name_dup(algorithm, mctx, tmpname); in dns_tsigkey_createfromkey()
292 tkey->algorithm = tmpname; in dns_tsigkey_createfromkey()
368 if (dns__tsig_algallocated(tkey->algorithm)) { in dns_tsigkey_createfromkey()
370 DE_CONST(tkey->algorithm, tmpname); in dns_tsigkey_createfromkey()
449 dns__tsig_algfromname(const dns_name_t *algorithm) { in dns__tsig_algfromname() argument
454 if (algorithm == name || dns_name_equal(algorithm, name)) { in dns__tsig_algfromname()
[all …]

12345678910>>...76