Searched refs:algorithm (Results 151 - 175 of 807) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp23 #include <algorithm>
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.h25 #include <algorithm>
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DContinuousRangeMap.h20 #include <algorithm>
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DGCMetadata.cpp23 #include <algorithm>
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h46 #include <algorithm>
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DRange.cpp13 #include <algorithm>
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h22 #include <algorithm>
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerInternal.h21 #include <algorithm>
H A DFuzzerIO.cpp15 #include <algorithm>
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DImportedFunctionsInliningStatistics.cpp18 #include <algorithm>
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenTarget.h26 #include <algorithm>
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.cpp26 #include <algorithm>
/freebsd-11-stable/contrib/ldns/ldns/
H A Dhost2str.h198 * Converts an ldns algorithm type to its mnemonic, and adds that
201 * \param[in] algorithm to find the string representation of
206 ldns_algorithm algorithm);
209 * Converts an ldns certificate algorithm type to its mnemonic,
245 * \param[in] algorithm the algorithm to convert to text
248 char *ldns_pkt_algorithm2str(ldns_algorithm algorithm);
251 * Converts a cert algorithm to its mnemonic and returns that as
631 * the algorithm, HIT and Public Key and adds it the output buffer .
/freebsd-11-stable/contrib/ldns/
H A Dstr2host.c1187 uint8_t algorithm = 0; local
1221 algorithm = (uint8_t)atoi(token);
1307 data[2] = algorithm;
1492 int algorithm = strtol(str, &endptr, 10); local
1499 || algorithm < 0 || algorithm > 255
1500 || (errno != 0 && algorithm == 0) /* out of range */
1515 | HIT length | PK algorithm | PK length |
1537 data[1] = (uint8_t) algorithm;
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dpkinit.c484 &a->clientPublicValue->algorithm.algorithm);
508 a->clientPublicValue->algorithm.parameters =
509 malloc(sizeof(*a->clientPublicValue->algorithm.parameters));
510 if (a->clientPublicValue->algorithm.parameters == NULL) {
516 a->clientPublicValue->algorithm.parameters->data,
517 a->clientPublicValue->algorithm.parameters->length,
522 if (size != a->clientPublicValue->algorithm.parameters->length)
550 ALLOC(a->clientPublicValue->algorithm.parameters, 1);
551 if (a->clientPublicValue->algorithm
[all...]
/freebsd-11-stable/crypto/heimdal/kdc/
H A Dpkinit.c346 if (dh_key_info->algorithm.parameters == NULL) {
348 "PKINIT missing algorithm parameter "
353 ret = decode_DomainParameters(dh_key_info->algorithm.parameters->data,
354 dh_key_info->algorithm.parameters->length,
358 krb5_set_error_message(context, ret, "Can't decode algorithm "
437 if (dh_key_info->algorithm.parameters == NULL) {
439 "PKINIT missing algorithm parameter "
446 ret = decode_ECParameters(dh_key_info->algorithm.parameters->data,
447 dh_key_info->algorithm.parameters->length, &ecp, &len);
825 if (der_heim_oid_cmp(&ap.clientPublicValue->algorithm
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dexpmed.c2398 struct algorithm
2419 /* The best multiplication algorithm for t. */
2446 static void synth_mult (struct algorithm *, unsigned HOST_WIDE_INT,
2449 struct algorithm *, enum mult_variant *, int);
2451 const struct algorithm *, enum mult_variant);
2459 /* Compute and return the best algorithm for multiplying by T.
2460 The algorithm must cost less than cost_limit
2461 If retval.cost >= COST_LIMIT, no algorithm was found and all
2466 synth_mult (struct algorithm *alg_out, unsigned HOST_WIDE_INT t,
2470 struct algorithm *alg_i
2388 struct algorithm struct
3105 struct algorithm algorithm; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/ts/
H A Dts_rsp_verify.c616 /* Return the MD algorithm of the response. */
621 if (!(md = EVP_get_digestbyobj((*md_alg)->algorithm))) {
664 /* Compare algorithm OIDs. */
665 if (OBJ_cmp(algor_a->algorithm, algor_b->algorithm))
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dcms.c426 &ri->keyEncryptionAlgorithm.algorithm,
473 ret = hx509_crypto_init(context, NULL, &ai->algorithm, &crypto);
617 ret = der_copy_oid(encryption_type, &enc_alg->algorithm);
671 &ri->keyEncryptionAlgorithm.algorithm,
1128 * @param digest_alg digest algorithm to use, use NULL to get the
1129 * default or the peer determined algorithm.
1132 * like what digest algorithm to use.
1433 return der_heim_oid_cmp(&p->algorithm, &q->algorithm);
/freebsd-11-stable/crypto/openssl/crypto/pkcs7/
H A Dpk7_smime.c234 if (!OBJ_cmp(si->digest_alg->algorithm, sitmp->digest_alg->algorithm)) {
/freebsd-11-stable/contrib/unbound/ipsecmod/
H A Dipsecmod.c205 int precedence, gateway_type, algorithm; local
213 &precedence, &gateway_type, &algorithm, gateway) != 4) {
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/
H A Dbinary_heap_.hpp55 #include <algorithm>
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/
H A Dthin_heap_.hpp55 #include <algorithm>
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/
H A Dhash_policy.hpp50 #include <algorithm>
/freebsd-11-stable/crypto/openssl/crypto/cms/
H A Dcms_sd.c173 if (OBJ_cmp(si->digestAlgorithm->algorithm,
174 sitmp->digestAlgorithm->algorithm))
682 md = EVP_get_digestbyobj(si->digestAlgorithm->algorithm);
752 md = EVP_get_digestbyobj(si->digestAlgorithm->algorithm);

Completed in 324 milliseconds

1234567891011>>