Searched refs:algorithm (Results 101 - 125 of 817) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMaximumSpanningTree.h19 #include <algorithm>
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DAttributes.cpp11 #include <algorithm>
H A DSequenceToOffsetTable.h19 #include <algorithm>
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp18 #include <algorithm>
/freebsd-12-stable/contrib/libstdc++/include/backward/
H A Dalgo.h65 #include <ext/algorithm>
133 // Names from ext/algorithm
/freebsd-12-stable/contrib/ldns/
H A Ddnssec.c102 uint8_t algorithm; local
125 algorithm = ldns_nsec3_algorithm(nsec);
136 /* algorithm from nsec3-07 8.3 */
142 algorithm,
310 /* look at the algorithm field, copied from 2535bis */
591 /* copy the algorithm field */
865 uint8_t algorithm,
885 algorithm,
895 algorithm,
1002 uint8_t algorithm,
862 ldns_dnssec_create_nsec3(const ldns_dnssec_name *from, const ldns_dnssec_name *to, const ldns_rdf *zone_name, uint8_t algorithm, uint8_t flags, uint16_t iterations, uint8_t salt_length, const uint8_t *salt) argument
1001 ldns_nsec3_hash_name(const ldns_rdf *name, uint8_t algorithm, uint16_t iterations, uint8_t salt_length, const uint8_t *salt) argument
1100 ldns_nsec3_add_param_rdfs(ldns_rr *rr, uint8_t algorithm, uint8_t flags, uint16_t iterations, uint8_t salt_length, const uint8_t *salt) argument
1171 ldns_create_nsec3(const ldns_rdf *cur_owner, const ldns_rdf *cur_zone, const ldns_rr_list *rrs, uint8_t algorithm, uint8_t flags, uint16_t iterations, uint8_t salt_length, const uint8_t *salt, bool emptynonterminal) argument
1361 uint8_t algorithm; local
[all...]
/freebsd-12-stable/crypto/openssl/crypto/pkcs12/
H A Dp12_decr.c38 if (!EVP_PBE_CipherInit(algor->algorithm, pass, passlen,
H A Dp12_npas.c81 if (!alg_get(p7->d.encrypted->enc_data->algorithm,
179 *pnid = OBJ_obj2nid(alg->algorithm);
/freebsd-12-stable/crypto/heimdal/lib/hx509/
H A Dcrypto.c258 ret = der_copy_oid(oid, &id->algorithm);
366 if (der_heim_oid_cmp(&spi->algorithm.algorithm, ASN1_OID_ID_ECPUBLICKEY) != 0)
374 ret = parse_ECParameters(context, spi->algorithm.parameters, &groupnid);
498 sig = find_sig_alg(&sig_alg->algorithm);
600 der_heim_oid_cmp(&di.digestAlgorithm.algorithm,
601 &sig_alg->digest_alg->algorithm) != 0)
661 sig_oid = &alg->algorithm;
799 ret = set_digest_alg(&spki->algorithm, ASN1_OID_ID_PKCS1_RSAENCRYPTION,
1089 if (spi->algorithm
[all...]
/freebsd-12-stable/crypto/heimdal/lib/roken/
H A Dresolve.c270 rr->u.key->algorithm = p[3];
306 rr->u.sig->algorithm = p[2];
339 rr->u.cert->algorithm = p[4];
360 rr->u.sshfp->algorithm = p[0];
383 rr->u.ds->algorithm = p[2];
625 /* try to rearrange the srv-records by the algorithm in RFC2782 */
803 rr->u.key->algorithm = pRec->Data.KEY.chAlgorithm;
829 rr->u.sig->algorithm = pRec->Data.SIG.chAlgorithm;
852 rr->u.ds->algorithm = pRec->Data.DS.chAlgorithm;
/freebsd-12-stable/crypto/openssl/crypto/x509/
H A Dx509_set.c138 return EVP_PKEY_type(OBJ_obj2nid(x->sig_alg.algorithm));
205 if (!OBJ_find_sigid_algs(OBJ_obj2nid(alg->algorithm), &mdnid, &pknid)
210 /* If we have one, use a custom handler for this algorithm */
/freebsd-12-stable/crypto/openssl/crypto/cms/
H A Dcms_enc.c55 ciph = EVP_get_cipherbyobj(calg->algorithm);
71 calg->algorithm = OBJ_nid2obj(EVP_CIPHER_CTX_type(ctx));
/freebsd-12-stable/crypto/openssl/crypto/ec/
H A Dec_ameth.c484 if (alg1 == NULL || alg1->algorithm == NULL)
486 hnid = OBJ_obj2nid(alg1->algorithm);
500 if (alg1 == NULL || alg1->algorithm == NULL)
502 hnid = OBJ_obj2nid(alg1->algorithm);
593 "OpenSSL EC algorithm",
751 if (!ecdh_cms_set_kdf_param(pctx, OBJ_obj2nid(alg->algorithm))) {
767 kekcipher = EVP_get_cipherbyobj(kekalg->algorithm);
914 /* Package wrap algorithm in an AlgorithmIdentifier */
919 wrap_alg->algorithm = OBJ_nid2obj(wrap_nid);
/freebsd-12-stable/lib/libc/nameser/
H A Dns_print.c464 u_int keyflags, protocol, algorithm, key_id; local
479 algorithm = *rdata++;
481 keyflags, protocol, algorithm));
511 u_int type, algorithm, labels, footprint; local
521 algorithm = *rdata++;
525 p_type(type), algorithm, labels, t));
1011 unsigned int i, hip_len, algorithm, key_len; local
1017 algorithm = *rdata++;
1026 len = sprintf(tmp, "( %u ", algorithm);
/freebsd-12-stable/crypto/openssl/crypto/ocsp/
H A Docsp_vfy.c237 * the same algorithm then there's no point trying to match any certificates
262 /* If algorithm mismatch let caller deal with it */
263 if (OBJ_cmp(tmpid->hashAlgorithm.algorithm,
264 cid->hashAlgorithm.algorithm))
285 if ((dgst = EVP_get_digestbyobj(cid->hashAlgorithm.algorithm))
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DUniqueCStringMap.h12 #include <algorithm>
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp29 #include <algorithm>
H A DSafeStackLayout.cpp17 #include <algorithm>
137 // Simple greedy algorithm.
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DRange.cpp13 #include <algorithm>
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGlobalsStream.cpp29 #include <algorithm>
H A DModuleDebugStream.cpp22 #include <algorithm>
H A DTpiStreamBuilder.cpp26 #include <algorithm>
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp23 #include <algorithm>
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
H A DTimer.cpp11 #include <algorithm>
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPriorityWorklist.h22 #include <algorithm>
190 /// algorithm like remove_if impossible to use.

Completed in 485 milliseconds

1234567891011>>