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

1234567891011>>

/freebsd-current/crypto/openssl/crypto/ec/
H A Decx_backend.c177 id = OBJ_obj2nid(palg->algorithm);
178 else if (id != OBJ_obj2nid(palg->algorithm)) {
/freebsd-current/crypto/openssl/crypto/pkcs12/
H A Dp12_npas.c81 || !alg_get(p7->d.encrypted->enc_data->algorithm,
182 *pnid = OBJ_obj2nid(alg->algorithm);
/freebsd-current/crypto/openssl/providers/fips/
H A Dself_test_kats.c27 EVP_MD *md = EVP_MD_fetch(libctx, t->algorithm, NULL);
99 cipher = EVP_CIPHER_fetch(libctx, t->base.algorithm, NULL);
212 kdf = EVP_KDF_fetch(libctx, t->algorithm, "");
279 rand = EVP_RAND_fetch(libctx, t->algorithm, NULL);
399 kactx = EVP_PKEY_CTX_new_from_name(libctx, t->algorithm, "");
475 kctx = EVP_PKEY_CTX_new_from_name(libctx, t->algorithm, "");
557 keyctx = EVP_PKEY_CTX_new_from_name(libctx, t->algorithm, NULL);
701 * Run the algorithm KAT's.
/freebsd-current/crypto/openssl/crypto/rsa/
H A Drsa_ameth.c237 if (i2a_ASN1_OBJECT(bp, pss->hashAlgorithm->algorithm) <= 0)
252 if (i2a_ASN1_OBJECT(bp, pss->maskGenAlgorithm->algorithm) <= 0)
258 if (i2a_ASN1_OBJECT(bp, maskHash->algorithm) <= 0)
404 if (OBJ_obj2nid(sigalg->algorithm) == EVP_PKEY_RSA_PSS) {
447 * Convert EVP_PKEY_CTX in PSS mode into corresponding algorithm parameter,
532 if (OBJ_obj2nid(sigalg->algorithm) != EVP_PKEY_RSA_PSS) {
620 if (OBJ_obj2nid(sigalg->algorithm) != EVP_PKEY_RSA_PSS) {
648 /* No provider -> we cannot query it for algorithm ID. */
715 if (OBJ_obj2nid(sigalg->algorithm) != EVP_PKEY_RSA_PSS)
/freebsd-current/lib/libc/nameser/
H A Dns_print.c458 u_int keyflags, protocol, algorithm, key_id; local
473 algorithm = *rdata++;
475 keyflags, protocol, algorithm));
505 u_int type, algorithm, labels, footprint; local
515 algorithm = *rdata++;
519 p_type(type), algorithm, labels, t));
1005 unsigned int i, hip_len, algorithm, key_len; local
1011 algorithm = *rdata++;
1020 len = sprintf(tmp, "( %u ", algorithm);
/freebsd-current/crypto/openssl/crypto/ts/
H A Dts_rsp_verify.c436 OBJ_obj2txt(name, sizeof(name), md_alg_resp->algorithm, 0);
497 if (OBJ_cmp(algor_a->algorithm, algor_b->algorithm))
/freebsd-current/crypto/openssl/crypto/ocsp/
H A Docsp_vfy.c262 * the same algorithm then there's no point trying to match any certificates
285 /* If algorithm mismatch let caller deal with it */
286 if (OBJ_cmp(tmpid->hashAlgorithm.algorithm,
287 cid->hashAlgorithm.algorithm))
316 OBJ_obj2txt(name, sizeof(name), cid->hashAlgorithm.algorithm, 0);
/freebsd-current/contrib/llvm-project/clang/include/clang/Serialization/
H A DContinuousRangeMap.h20 #include <algorithm>
/freebsd-current/contrib/kyua/drivers/
H A Dreport_junit.cpp31 #include <algorithm>
/freebsd-current/contrib/kyua/store/
H A Dlayout.cpp31 #include <algorithm>
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DTrackingMDRef.h17 #include <algorithm>
/freebsd-current/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 ||
/freebsd-current/contrib/llvm-project/llvm/tools/bugpoint/
H A DListReducer.h19 #include <algorithm>
/freebsd-current/sys/contrib/xen/io/
H A Dnetif.h297 * This algorithm uses a 'key' as well as the data buffer itself.
467 * This is sent by the frontend to set the desired hash algorithm.
480 * XEN_NETIF_CTRL_STATUS_INVALID_PARAMETER - The algorithm is not
507 * NOTE: A valid hash algorithm must be selected before this operation can
537 * NOTE: A valid hash algorithm must be selected before this operation can
545 * This is sent by the frontend to set the key of the hash if the algorithm
572 * The maximum size of key is algorithm and backend specific, but
963 * alg: The algorithm used to calculate the hash (one of
1030 uint8_t algorithm; member in struct:netif_extra_info::__anon69::__anon72
/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.cpp11 #include <algorithm>
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStackLayout.cpp15 #include <algorithm>
136 // Simple greedy algorithm.
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DASanStackFrameLayout.cpp17 #include <algorithm>
H A DMisExpect.cpp43 #include <algorithm>
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGlobalsStream.cpp30 #include <algorithm>
/freebsd-current/crypto/openssl/crypto/evp/
H A Dsignature.c308 EVP_SIGNATURE *EVP_SIGNATURE_fetch(OSSL_LIB_CTX *ctx, const char *algorithm, argument
311 return evp_generic_fetch(ctx, OSSL_OP_SIGNATURE, algorithm, properties,
318 const char *algorithm,
322 algorithm, properties,
317 evp_signature_fetch_from_prov(OSSL_PROVIDER *prov, const char *algorithm, const char *properties) argument
/freebsd-current/crypto/openssl/crypto/x509/
H A Dx509cset.c132 return OBJ_obj2nid(crl->sig_alg.algorithm);
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp18 #include <algorithm>
/freebsd-current/crypto/openssl/include/openssl/
H A Dkdf.h30 EVP_KDF *EVP_KDF_fetch(OSSL_LIB_CTX *libctx, const char *algorithm,
/freebsd-current/crypto/openssl/providers/implementations/encode_decode/
H A Ddecode_epki2pki.c135 OBJ_obj2txt(keytype, sizeof(keytype), alg->algorithm, 0);
/freebsd-current/contrib/googletest/googletest/test/
H A Dgtest_stress_test.cc33 #include <algorithm>

Completed in 392 milliseconds

1234567891011>>