Searched refs:algorithm (Results 26 - 50 of 807) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DFormatters.cpp13 #include <algorithm>
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPBQPRAConstraint.h18 #include <algorithm>
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DConcreteSymbolEnumerator.h15 #include <algorithm>
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/MCDisassembler/
H A DMCSymbolizer.h19 #include <algorithm>
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DMCDisassembler.cpp13 #include <algorithm>
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dp5_pbev2.c85 * Return an algorithm identifier for a PKCS#5 v2.0 PBE algorithm: yes I know
113 scheme->algorithm = OBJ_nid2obj(alg_nid);
169 ret->algorithm = OBJ_nid2obj(NID_pbes2);
256 keyfunc->algorithm = OBJ_nid2obj(NID_id_pbkdf2);
H A Da_sign.c161 ASN1_OBJECT_free(a->algorithm);
162 a->algorithm = OBJ_nid2obj(type->pkey_type);
163 if (a->algorithm == NULL) {
167 if (a->algorithm->length == 0) {
260 * 3: ASN1 method sets algorithm identifiers: just sign.
/freebsd-11-stable/contrib/libstdc++/include/precompiled/
H A Dextc++.h36 #include <ext/algorithm>
/freebsd-11-stable/contrib/opie/
H A Dopie.h72 /* Max length of hash algorithm name (md4/md5/sha1) */
163 int __opieparsechallenge __P((char *buffer, int *algorithm, int *sequence, char **seed, int *exts));
164 VOIDRET opiehashlen __P((int algorithm, VOIDPTR in, struct opie_otpkey *out, int n));
/freebsd-11-stable/crypto/openssl/crypto/pkcs7/
H A Dpk7_attr.c107 ASN1_OBJECT_free(alg->algorithm);
108 alg->algorithm = OBJ_nid2obj(nid);
/freebsd-11-stable/contrib/apr-util/crypto/
H A Dapr_crypto_commoncrypto.c54 CCAlgorithm algorithm; member in struct:apr_crypto_key_t
271 /* determine the algorithm to be used */
278 key->algorithm = kCCAlgorithm3DES;
284 key->algorithm = kCCAlgorithm3DES;
295 key->algorithm = kCCAlgorithmAES128;
301 key->algorithm = kCCAlgorithmAES128;
312 key->algorithm = kCCAlgorithmAES128;
318 key->algorithm = kCCAlgorithmAES128;
329 key->algorithm = kCCAlgorithmAES128;
335 key->algorithm
[all...]
/freebsd-11-stable/contrib/ldns/ldns/
H A Ddnssec.h171 * \param[in] algo precise algorithm to initialize ECC group values.
240 uint8_t algorithm,
258 * \param[in] algorithm The hash algorithm to use
264 ldns_rdf *ldns_nsec3_hash_name(ldns_rdf *name, uint8_t algorithm, uint16_t iterations, uint8_t salt_length, uint8_t *salt);
270 * \param[in] algorithm The NSEC3 hash algorithm
277 uint8_t algorithm,
289 uint8_t algorithm,
297 * Returns the hash algorithm use
[all...]
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509type.c104 i = OBJ_obj2nid(x->sig_alg->algorithm);
/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A Drsa_sign.c100 sig.algor->algorithm = OBJ_nid2obj(type);
101 if (sig.algor->algorithm == NULL) {
105 if (sig.algor->algorithm->length == 0) {
246 * Parameters to the signature algorithm can also be used to create
255 sigtype = OBJ_obj2nid(sig->algor->algorithm);
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Core/
H A DNode.h19 #include <algorithm>
/freebsd-11-stable/contrib/llvm-project/lld/lib/Core/
H A DLinkingContext.cpp14 #include <algorithm>
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DHashTable.cpp16 #include <algorithm>
H A DPublicsStream.cpp32 #include <algorithm>
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DSubtargetFeature.cpp22 #include <algorithm>
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DFormattedStream.cpp16 #include <algorithm>
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DProfileCommon.h21 #include <algorithm>
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadCollection.cpp10 #include <algorithm>
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPriorityQueue.h16 #include <algorithm>
H A DSequence.h20 #include <algorithm>
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DVMRange.cpp14 #include <algorithm>

Completed in 198 milliseconds

1234567891011>>