Searched refs:algorithm (Results 51 - 75 of 817) sorted by relevance

1234567891011>>

/freebsd-12-stable/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-12-stable/crypto/openssl/crypto/asn1/
H A Da_sign.c61 ASN1_OBJECT_free(a->algorithm);
62 a->algorithm = OBJ_nid2obj(type->pkey_type);
63 if (a->algorithm == NULL) {
67 if (a->algorithm->length == 0) {
172 * 3: ASN1 method sets algorithm identifiers: just sign.
H A Dt_spki.c42 i = OBJ_obj2nid(spki->sig_algor.algorithm);
H A Da_verify.c38 i = OBJ_obj2nid(a->algorithm);
114 if (!OBJ_find_sigid_algs(OBJ_obj2nid(a->algorithm), &mdnid, &pknid)) {
H A Dp8_pkey.c58 *ppkalg = p8->pkeyalg->algorithm;
H A Dp5_scrypt.c36 * Return an algorithm identifier for a PKCS#5 v2.0 PBE algorithm using scrypt
76 scheme->algorithm = OBJ_nid2obj(alg_nid);
124 ret->algorithm = OBJ_nid2obj(NID_pbes2);
193 keyfunc->algorithm = OBJ_nid2obj(NID_id_scrypt);
/freebsd-12-stable/contrib/serf/auth/
H A Dauth_digest.c53 const char *algorithm; member in struct:digest_authn_info_t
225 if (digest_info->algorithm) {
226 hdr = apr_psprintf(pool, "%s, algorithm=\"%s\"", hdr,
227 digest_info->algorithm);
248 const char *algorithm = NULL; local
279 algorithm=MD5, qop="auth" */
306 else if (strcmp(key, "algorithm") == 0)
307 algorithm = val;
350 digest_info->algorithm = apr_pstrdup(digest_info->pool, algorithm);
[all...]
/freebsd-12-stable/crypto/openssl/crypto/cms/
H A Dcms_pwri.c77 /* Setup algorithm identifier for cipher */
110 encalg->algorithm = OBJ_nid2obj(EVP_CIPHER_CTX_type(ctx));
131 pwri->keyEncryptionAlgorithm->algorithm = OBJ_nid2obj(wrap_nid);
145 /* Setup PBE algorithm */
298 if (!algtmp || OBJ_obj2nid(algtmp->algorithm) != NID_id_alg_PWRI_KEK) {
313 kekcipher = EVP_get_cipherbyobj(kekalg->algorithm);
339 if (EVP_PBE_CipherInit(algtmp->algorithm,
/freebsd-12-stable/contrib/ldns/drill/
H A Ddnssec.c290 uint8_t algorithm; local
325 algorithm = ldns_nsec3_algorithm(nsec);
340 hashed_sname = ldns_nsec3_hash_name(sname, algorithm, iterations, salt_length, salt);
392 uint8_t algorithm; local
420 algorithm = ldns_nsec3_algorithm(nsec);
440 /* algorithm from nsec3-07 8.3 */
450 hashed_sname = ldns_nsec3_hash_name(sname, algorithm, iterations, salt_length, salt);
/freebsd-12-stable/crypto/openssl/crypto/pkcs7/
H A Dpk7_doit.c64 md = EVP_get_digestbyobj(alg->algorithm);
238 xalg = p7->d.signed_and_enveloped->enc_data->algorithm;
247 xalg = p7->d.enveloped->enc_data->algorithm;
285 xalg->algorithm = OBJ_nid2obj(EVP_CIPHER_type(evp_cipher));
409 enc_alg = p7->d.signed_and_enveloped->enc_data->algorithm;
410 evp_cipher = EVP_get_cipherbyobj(enc_alg->algorithm);
419 enc_alg = p7->d.enveloped->enc_data->algorithm;
422 evp_cipher = EVP_get_cipherbyobj(enc_alg->algorithm);
449 j = OBJ_obj2nid(xa->algorithm);
736 j = OBJ_obj2nid(si->digest_alg->algorithm);
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterUsageInfo.cpp25 #include <algorithm>
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DAppendingTypeTableBuilder.cpp22 #include <algorithm>
H A DGlobalTypeTableBuilder.cpp22 #include <algorithm>
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileUtils.cpp22 #include <algorithm>
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DSymbolicFile.cpp26 #include <algorithm>
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dedit_distance.h19 #include <algorithm>
45 // The algorithm implemented below is the "classic"
46 // dynamic-programming algorithm for computing the Levenshtein
51 // Although the algorithm is typically described using an m x n
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DProfileSummary.h16 #include <algorithm>
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DUnix.h25 #include <algorithm>
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAliasAnalysis.h21 #include <algorithm>
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBasicBlockInfo.h19 #include <algorithm>
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCTagsEmitter.cpp19 #include <algorithm>
/freebsd-12-stable/crypto/openssl/crypto/ts/
H A Dts_lib.c75 int i = OBJ_obj2nid(alg->algorithm);
/freebsd-12-stable/crypto/heimdal/lib/krb5/
H A Dcrypto-pk.c220 if (der_heim_oid_cmp(&asn1_oid_id_pkinit_kdf_ah_sha1, &ai->algorithm) == 0) {
222 } else if (der_heim_oid_cmp(&asn1_oid_id_pkinit_kdf_ah_sha256, &ai->algorithm) == 0) {
224 } else if (der_heim_oid_cmp(&asn1_oid_id_pkinit_kdf_ah_sha512, &ai->algorithm) == 0) {
/freebsd-12-stable/crypto/openssl/crypto/rsa/
H A Drsa_ameth.c225 if (OBJ_obj2nid(alg->algorithm) != NID_mgf1)
263 if (i2a_ASN1_OBJECT(bp, pss->hashAlgorithm->algorithm) <= 0)
278 if (i2a_ASN1_OBJECT(bp, pss->maskGenAlgorithm->algorithm) <= 0)
284 if (i2a_ASN1_OBJECT(bp, maskHash->algorithm) <= 0)
451 if (OBJ_obj2nid(sigalg->algorithm) == EVP_PKEY_RSA_PSS) {
537 /* allocate and set algorithm ID from EVP_MD, default SHA1 */
549 /* Allocate and set MGF1 algorithm ID from EVP_MD */
558 /* need to embed algorithm ID inside another */
576 /* convert algorithm ID to EVP_MD, default SHA1 */
583 md = EVP_get_digestbyobj(alg->algorithm);
[all...]
H A Drsa_sign.c42 sig.algor->algorithm = OBJ_nid2obj(type);
43 if (sig.algor->algorithm == NULL) {
47 if (OBJ_length(sig.algor->algorithm) == 0) {
121 * algorithm to use. It returns one on successful verification and zero

Completed in 298 milliseconds

1234567891011>>