Searched refs:algorithm (Results 26 - 50 of 803) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/libcxx/src/
H A Dalgorithm.cpp9 #include <algorithm>
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dmutex.inc36 // [thread.lock.algorithm], generic locking algorithms
/freebsd-current/crypto/openssl/providers/common/
H A Dcapabilities.c97 #define TLS_GROUP_ENTRY(tlsname, realname, algorithm, idx) \
106 algorithm, \
107 sizeof(algorithm)), \
/freebsd-current/crypto/openssl/crypto/pkcs7/
H A Dpk7_attr.c63 ASN1_OBJECT_free(alg->algorithm);
64 alg->algorithm = OBJ_nid2obj(nid);
H A Dpk7_lib.c211 obj = psi->digest_alg->algorithm;
216 if (OBJ_cmp(obj, alg->algorithm) == 0) {
221 if (!j) { /* we need to add another algorithm */
235 alg->algorithm = OBJ_nid2obj(nid);
237 alg->algorithm = OBJ_dup(obj);
239 if (alg->algorithm == NULL || !sk_X509_ALGOR_push(md_sk, alg)) {
314 if (alg1 == NULL || alg1->algorithm == NULL)
316 hnid = OBJ_obj2nid(alg1->algorithm);
528 p7->d.digest->md->algorithm = OBJ_nid2obj(EVP_MD_nid(md));
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DUnicodeCharRanges.h15 #include <algorithm>
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DStringLexer.cpp11 #include <algorithm>
H A DVMRange.cpp14 #include <algorithm>
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPriorityQueue.h17 #include <algorithm>
/freebsd-current/crypto/openssl/crypto/asn1/
H A Dt_spki.c42 i = OBJ_obj2nid(spki->sig_algor.algorithm);
H A Dp5_pbev2.c37 * Return an algorithm identifier for a PKCS#5 v2.0 PBE algorithm: yes I know
64 scheme->algorithm = OBJ_nid2obj(alg_nid);
123 ret->algorithm = OBJ_nid2obj(NID_pbes2);
223 keyfunc->algorithm = OBJ_nid2obj(NID_id_pbkdf2);
/freebsd-current/contrib/ldns/ldns/
H A Ddnssec.h171 * \param[in] algo precise algorithm to initialize ECC group values.
258 uint8_t algorithm,
276 * \param[in] algorithm The hash algorithm to use
282 ldns_rdf *ldns_nsec3_hash_name(const ldns_rdf *name, uint8_t algorithm, uint16_t iterations, uint8_t salt_length, const uint8_t *salt);
288 * \param[in] algorithm The NSEC3 hash algorithm
295 uint8_t algorithm,
307 uint8_t algorithm,
315 * Returns the hash algorithm use
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DSARIFDiagnosticPrinter.cpp24 #include <algorithm>
/freebsd-current/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.h24 #include <algorithm>
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DThreadCollection.cpp10 #include <algorithm>
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DSequenceToOffsetTable.h20 #include <algorithm>
/freebsd-current/contrib/googletest/googletest/samples/
H A Dprime_tables.h37 #include <algorithm>
/freebsd-current/crypto/openssl/crypto/cms/
H A Dcms_enc.c63 cipher = EVP_get_cipherbyobj(calg->algorithm);
84 calg->algorithm = OBJ_nid2obj(EVP_CIPHER_CTX_get_type(ctx));
85 if (calg->algorithm == NULL || calg->algorithm->nid == NID_undef) {
H A Dcms_pwri.c82 /* Setup algorithm identifier for cipher */
122 encalg->algorithm = OBJ_nid2obj(EVP_CIPHER_CTX_get_type(ctx));
144 pwri->keyEncryptionAlgorithm->algorithm = OBJ_nid2obj(wrap_nid);
158 /* Setup PBE algorithm */
314 if (!algtmp || OBJ_obj2nid(algtmp->algorithm) != NID_id_alg_PWRI_KEK) {
327 OBJ_obj2txt(name, sizeof(name), kekalg->algorithm, 0);
354 if (EVP_PBE_CipherInit(algtmp->algorithm,
/freebsd-current/contrib/llvm-project/lld/Common/
H A DStrings.cpp15 #include <algorithm>
/freebsd-current/contrib/llvm-project/llvm/lib/TargetParser/
H A DSubtargetFeature.cpp22 #include <algorithm>
/freebsd-current/contrib/ldns/drill/
H A Ddnssec.c303 uint8_t algorithm; local
338 algorithm = ldns_nsec3_algorithm(nsec);
353 hashed_sname = ldns_nsec3_hash_name(sname, algorithm, iterations, salt_length, salt);
405 uint8_t algorithm; local
433 algorithm = ldns_nsec3_algorithm(nsec);
453 /* algorithm from nsec3-07 8.3 */
463 hashed_sname = ldns_nsec3_hash_name(sname, algorithm, iterations, salt_length, salt);
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMultiHazardRecognizer.cpp16 #include <algorithm>
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Unix/
H A DUnix.h25 #include <algorithm>
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DExtractRanges.cpp12 #include <algorithm>

Completed in 150 milliseconds

1234567891011>>