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

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrItineraries.h19 #include <algorithm>
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h15 #include <algorithm>
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnosticPrinter.cpp21 #include <algorithm>
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DAttributes.cpp11 #include <algorithm>
H A DSequenceToOffsetTable.h19 #include <algorithm>
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectTransformLayer.h18 #include <algorithm>
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DMain.cpp26 #include <algorithm>
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUUnifyMetadata.cpp21 #include <algorithm>
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DBinary.cpp28 #include <algorithm>
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp15 #include <algorithm>
H A DDWARFDebugAbbrev.cpp12 #include <algorithm>
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSection.cpp18 #include <algorithm>
H A DMCRegisterInfo.cpp17 #include <algorithm>
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp18 #include <algorithm>
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DMergingTypeTableBuilder.cpp22 #include <algorithm>
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dcrypto.c257 ret = der_copy_oid(oid, &id->algorithm);
365 if (der_heim_oid_cmp(&spi->algorithm.algorithm, ASN1_OID_ID_ECPUBLICKEY) != 0)
373 ret = parse_ECParameters(context, spi->algorithm.parameters, &groupnid);
497 sig = find_sig_alg(&sig_alg->algorithm);
599 der_heim_oid_cmp(&di.digestAlgorithm.algorithm,
600 &sig_alg->digest_alg->algorithm) != 0)
660 sig_oid = &alg->algorithm;
798 ret = set_digest_alg(&spki->algorithm, ASN1_OID_ID_PKCS1_RSAENCRYPTION,
1075 if (spi->algorithm
[all...]
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dx_pubkey.c147 if (!EVP_PKEY_set_type(ret, OBJ_obj2nid(key->algor->algorithm))) {
366 *ppkalg = pub->algor->algorithm;
/freebsd-11-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-11-stable/crypto/openssl/crypto/cms/
H A Dcms_enc.c102 ciph = EVP_get_cipherbyobj(calg->algorithm);
118 calg->algorithm = OBJ_nid2obj(EVP_CIPHER_CTX_type(ctx));
/freebsd-11-stable/crypto/openssl/util/
H A Dmkdef.pl52 # - "algorithms" is a comma-separated list of algorithm names. This helps
53 # exclude symbols that are part of an algorithm that some user wants to
436 my %algorithm; # For anything undefined, we assume ""
623 #print STDERR "DEBUG: Added as unknown algorithm: $t\n" if $debug;
982 $algorithm{$s} .= ','.$a;
991 $algorithm{$r} = $algorithm{$s};
994 print STDERR "DEBUG: \$variant{\"$s\"} = ",$v,"; \$r = $r; \$p = ",$platform{$r},"; \$a = ",$algorithm{$r},"; \$kind = ",$kind{$r},"\n" if $debug;
997 print STDERR "DEBUG: \$s = $s; \$p = ",$platform{$s},"; \$a = ",$algorithm{$s},"; \$kind = ",$kind{$s},"\n" if $debug;
1035 $algorithm{
[all...]
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Dec_ameth.c563 if (alg1 == NULL || alg1->algorithm == NULL)
565 hnid = OBJ_obj2nid(alg1->algorithm);
579 if (alg1 == NULL || alg1->algorithm == NULL)
581 hnid = OBJ_obj2nid(alg1->algorithm);
618 "OpenSSL EC algorithm",
750 if (!ecdh_cms_set_kdf_param(pctx, OBJ_obj2nid(alg->algorithm))) {
766 kekcipher = EVP_get_cipherbyobj(kekalg->algorithm);
915 /* Package wrap algorithm in an AlgorithmIdentifier */
920 wrap_alg->algorithm = OBJ_nid2obj(wrap_nid);
/freebsd-11-stable/lib/libc/nameser/
H A Dns_print.c462 u_int keyflags, protocol, algorithm, key_id; local
477 algorithm = *rdata++;
479 keyflags, protocol, algorithm));
509 u_int type, algorithm, labels, footprint; local
519 algorithm = *rdata++;
523 p_type(type), algorithm, labels, t));
1009 unsigned int i, hip_len, algorithm, key_len; local
1015 algorithm = *rdata++;
1024 len = sprintf(tmp, "( %u ", algorithm);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dbasic_types.hpp50 #include <algorithm>
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dvstring_util.h46 #include <algorithm> // For std::distance, srd::search.
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls_openssl_ocsp.c327 i2a_ASN1_OBJECT(out, alg->algorithm);
405 dgst = EVP_get_digestbyobj(certid->hashAlgorithm->algorithm);
408 "OpenSSL: Could not find matching hash algorithm for OCSP");
779 (OBJ_cmp(cid1->hashAlgorithm->algorithm,
780 cid2->hashAlgorithm->algorithm) != 0 ||

Completed in 758 milliseconds

1234567891011>>