Searched refs:algorithm (Results 76 - 100 of 803) sorted by relevance

1234567891011>>

/freebsd-current/crypto/openssl/crypto/cms/
H A Dcms_dh.c100 if (OBJ_obj2nid(alg->algorithm) != NID_id_smime_alg_ESDH) {
121 if (OBJ_obj2txt(name, sizeof(name), kekalg->algorithm, 0) <= 0)
276 /* Package wrap algorithm in an AlgorithmIdentifier */
281 wrap_alg->algorithm = OBJ_nid2obj(wrap_nid);
/freebsd-current/contrib/kyua/cli/
H A Dcmd_db_exec.cpp31 #include <algorithm>
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugStringTableSubsection.cpp15 #include <algorithm>
H A DDebugCrossImpSubsection.cpp17 #include <algorithm>
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnosticPrinter.cpp21 #include <algorithm>
/freebsd-current/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDictionary.h17 #include <algorithm>
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp16 #include <algorithm>
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DDeltaAlgorithm.cpp9 #include <algorithm>
107 // Otherwise run the real delta algorithm.
/freebsd-current/crypto/openssl/crypto/evp/
H A Dasymcipher.c469 EVP_ASYM_CIPHER *EVP_ASYM_CIPHER_fetch(OSSL_LIB_CTX *ctx, const char *algorithm, argument
472 return evp_generic_fetch(ctx, OSSL_OP_ASYM_CIPHER, algorithm, properties,
479 const char *algorithm,
483 algorithm, properties,
478 evp_asym_cipher_fetch_from_prov(OSSL_PROVIDER *prov, const char *algorithm, const char *properties) argument
H A Dexchange.c175 EVP_KEYEXCH *EVP_KEYEXCH_fetch(OSSL_LIB_CTX *ctx, const char *algorithm, argument
178 return evp_generic_fetch(ctx, OSSL_OP_KEYEXCH, algorithm, properties,
185 const char *algorithm,
189 algorithm, properties,
184 evp_keyexch_fetch_from_prov(OSSL_PROVIDER *prov, const char *algorithm, const char *properties) argument
H A Dkem.c404 EVP_KEM *EVP_KEM_fetch(OSSL_LIB_CTX *ctx, const char *algorithm, argument
407 return evp_generic_fetch(ctx, OSSL_OP_KEM, algorithm, properties,
413 EVP_KEM *evp_kem_fetch_from_prov(OSSL_PROVIDER *prov, const char *algorithm, argument
416 return evp_generic_fetch_from_prov(prov, OSSL_OP_KEM, algorithm, properties,
H A Dmac_meth.c169 EVP_MAC *EVP_MAC_fetch(OSSL_LIB_CTX *libctx, const char *algorithm, argument
172 return evp_generic_fetch(libctx, OSSL_OP_MAC, algorithm, properties,
H A Dkdf_meth.c160 EVP_KDF *EVP_KDF_fetch(OSSL_LIB_CTX *libctx, const char *algorithm, argument
163 return evp_generic_fetch(libctx, OSSL_OP_KDF, algorithm, properties,
/freebsd-current/contrib/ldns/
H A Ddnssec.c107 uint8_t algorithm; local
130 algorithm = ldns_nsec3_algorithm(nsec);
141 /* algorithm from nsec3-07 8.3 */
147 algorithm,
316 /* look at the algorithm field, copied from 2535bis */
598 /* copy the algorithm field */
872 uint8_t algorithm,
892 algorithm,
902 algorithm,
1009 uint8_t algorithm,
869 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
1008 ldns_nsec3_hash_name(const ldns_rdf *name, uint8_t algorithm, uint16_t iterations, uint8_t salt_length, const uint8_t *salt) argument
1107 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
1178 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
1370 uint8_t algorithm; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp16 #include <algorithm>
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64GlobalsTagging.cpp22 #include <algorithm>
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNamedStreamMap.cpp19 #include <algorithm>
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_runtime_wrapper.h145 #include <algorithm>
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h25 #include <algorithm>
/freebsd-current/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointResource.cpp13 #include <algorithm>
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DProfileCommon.h22 #include <algorithm>
/freebsd-current/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-current/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-current/crypto/openssl/crypto/asn1/
H A Da_verify.c39 i = OBJ_obj2nid(a->algorithm);
135 if (!OBJ_find_sigid_algs(OBJ_obj2nid(alg->algorithm), &mdnid, &pknid)) {
/freebsd-current/crypto/openssl/crypto/x509/
H A Dx509_set.c138 return EVP_PKEY_type(OBJ_obj2nid(x->sig_alg.algorithm));
207 if (!OBJ_find_sigid_algs(OBJ_obj2nid(alg->algorithm), &mdnid, &pknid)
217 /* If we have one, use a custom handler for this algorithm */

Completed in 150 milliseconds

1234567891011>>