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

1234567891011>>

/freebsd-11-stable/contrib/opie/libopie/
H A Dkeycrunch.c27 int opiekeycrunch FUNCTION((algorithm, result, seed, secret), int algorithm AND
43 if (algorithm & 0x10)
50 if (!(algorithm & 0x10))
54 opiehashlen(algorithm & 0x0f, c, result, i);
H A Dparsechallenge.c26 struct algorithm { struct
31 static struct algorithm algorithms[] = {
38 int __opieparsechallenge FUNCTION((buffer, algorithm, sequence, seed, exts), char *buffer AND int *algorithm AND int *sequence AND char **seed AND int *exts)
46 struct algorithm *a;
52 *algorithm = a->num;
H A Dgenerator.c139 int algorithm; local
157 if (__opieparsechallenge(challenge, &algorithm, &sequence, &seed, &exts))
167 if (i = opiekeycrunch(algorithm, &key, seed, secret))
181 opiehash(&key, algorithm);
186 if (opiekeycrunch(algorithm, &newkey, newseed, secret))
190 opiehash(&newkey, algorithm);
194 if (snprintf(buf, sizeof(buf), ":%s 499 %s:", algids[algorithm],
250 opiehash(&key, algorithm);
257 if (snprintf(cmd, sizeof(cmd), "S= %d %d %s %s\n", algorithm, sequence,
282 if ((cmd[0] != 'S') || (cmd[1] != '+') || (cmd[2] != ' ') || (strtoul(&cmd[3], &c, 10) != algorithm) || (strtou
[all...]
H A Dhash.c29 VOIDRET opiehash FUNCTION((x, algorithm), struct opie_otpkey *x AND argument
30 unsigned algorithm)
34 switch(algorithm) {
H A Dhashlen.c26 VOIDRET opiehashlen FUNCTION((algorithm, in, out, n), int algorithm AND
32 switch(algorithm) {
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dx_algor.c66 ASN1_SIMPLE(X509_ALGOR, algorithm, ASN1_OBJECT),
92 if (alg->algorithm)
93 ASN1_OBJECT_free(alg->algorithm);
94 alg->algorithm = aobj;
112 *paobj = algor->algorithm;
142 rv = OBJ_cmp(a->algorithm, b->algorithm);
H A Dt_spki.c81 i = OBJ_obj2nid(spki->spkac->pubkey->algor->algorithm);
94 i = OBJ_obj2nid(spki->sig_algor->algorithm);
/freebsd-11-stable/usr.sbin/ppp/
H A Dccp.c149 static const struct ccp_algorithm * const algorithm[] = { variable
158 #define NALGORITHMS (sizeof algorithm/sizeof algorithm[0])
181 if (ccp->in.algorithm != -1)
183 (*algorithm[ccp->in.algorithm]->Disp)(&ccp->in.opt));
185 if (ccp->out.algorithm != -1) {
187 for (f = 0; f < ccp->out.algorithm; f++)
188 if (IsEnabled(ccp->cfg.neg[algorithm[f]->Neg]))
191 (*algorithm[cc
[all...]
H A Dccp.h89 int algorithm; member in struct:ccp_opt
103 int algorithm; /* Algorithm in use */ member in struct:ccp::__anon8837
109 int algorithm; /* Algorithm in use */ member in struct:ccp::__anon8838
/freebsd-11-stable/contrib/opie/
H A Dopiekey.c134 unsigned algorithm = MDX; /* default algorithm per Makefile's MDX local
154 algorithm = 4;
157 algorithm = 5;
160 algorithm = 3;
184 /* use MD4 algorithm */
185 algorithm = 4;
189 /* use MD5 algorithm */
190 algorithm = 5;
210 algorithm
[all...]
H A Dopieauto.c54 int algorithm, base, current; member in struct:cachedotp
86 int algorithm, sequence, i; local
99 if (((algorithm = strtoul(&cmd[3], &c, 10)) < 3) || (algorithm > 5) || (*c != ' ')) {
101 fprintf(stderr, "%s: got bogus algorithm: %s\n", myname, cmd);
144 fprintf(stderr, "got cmd=%c, algorithm=%d sequence=%d seed=+%s+ response=+%s+ on fd %d\n", cmd[0], algorithm, sequence, seed, response, fd);
153 sprintf(cmd, "%c- %d %d %s\n", cmd[0], algorithm, sequence, seed);
159 for (c = &head; *c && (strcmp((*c)->seed, seed) || ((*c)->algorithm != algorithm));
[all...]
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_string.h57 # include <algorithm> // for find_if
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dresolve.h142 unsigned algorithm; member in struct:rk_key_record
149 unsigned algorithm; member in struct:rk_sig_record
163 unsigned algorithm; member in struct:rk_cert_record
169 unsigned algorithm; member in struct:rk_sshfp_record
177 unsigned algorithm; member in struct:rk_ds_record
H A Dresolve-test.c137 printf ("type %u (%s), algorithm %u, labels %u, orig_ttl %u, sig_expiration %u, sig_inception %u, key_tag %u, signer %s\n",
139 sig->algorithm, sig->labels, sig->orig_ttl,
147 printf ("flags %u, protocol %u, algorithm %u\n",
148 key->flags, key->protocol, key->algorithm);
155 printf ("alg %u type %u length %lu data ", sshfp->algorithm,
168 ds->key_tag, ds->algorithm, ds->digest_type,
/freebsd-11-stable/crypto/openssh/
H A Ddns.c81 dns_read_key(u_int8_t *algorithm, u_int8_t *digest_type, argument
89 *algorithm = SSHFP_KEY_RSA;
94 *algorithm = SSHFP_KEY_DSA;
99 *algorithm = SSHFP_KEY_ECDSA;
104 *algorithm = SSHFP_KEY_ED25519;
109 *algorithm = SSHFP_KEY_RESERVED; /* 0 */
124 if (*algorithm && *digest_type) {
143 dns_read_rdata(u_int8_t *algorithm, u_int8_t *digest_type, argument
148 *algorithm = SSHFP_KEY_RESERVED;
152 *algorithm
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DPtrUseVisitor.cpp17 #include <algorithm>
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dcircular_raw_ostream.cpp14 #include <algorithm>
/freebsd-11-stable/contrib/libstdc++/include/precompiled/
H A Dstdc++.h55 #include <algorithm>
/freebsd-11-stable/contrib/ldns/ldns/
H A Ddnssec_sign.h60 * \param[in] digest_type The digest algorithm to use in the creation of
143 uint8_t algorithm,
252 * \param[in] algorithm the NSEC3 hashing algorithm to use
265 uint8_t algorithm,
280 * \param[in] algorithm the NSEC3 hashing algorithm to use
296 uint8_t algorithm,
340 * \param[in] algorithm the NSEC3 hashing algorithm t
[all...]
H A Dtsig.h28 char *algorithm; member in struct:ldns_tsig_credentials_struct
75 * \param[in] algorithm_name the name of the algorithm used
88 * \param[in] algorithm_name the name of the algorithm used
/freebsd-11-stable/crypto/openssl/crypto/ocsp/
H A Docsp_lib.c114 if (alg->algorithm != NULL)
115 ASN1_OBJECT_free(alg->algorithm);
120 if (!(alg->algorithm = OBJ_nid2obj(nid)))
155 ret = OBJ_cmp(a->hashAlgorithm->algorithm, b->hashAlgorithm->algorithm);
/freebsd-11-stable/crypto/openssl/engines/
H A De_4758cca.c636 X509_ALGOR algorithm; local
643 sig.algor = &algorithm;
644 algorithm.algorithm = OBJ_nid2obj(type);
646 if (!algorithm.algorithm) {
652 if (!algorithm.algorithm->length) {
660 algorithm.parameter = &parameter;
749 X509_ALGOR algorithm; local
[all...]
/freebsd-11-stable/contrib/libstdc++/include/backward/
H A Dalgobase.h63 #include <ext/algorithm>
84 // Names from ext/algorithm
/freebsd-11-stable/usr.bin/users/
H A Dusers.cc38 #include <algorithm>
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DFDRRecordConsumer.h13 #include <algorithm>

Completed in 241 milliseconds

1234567891011>>