Searched refs:algorithms (Results 1 - 24 of 24) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dsyncstream.inc14 // [syncstream.syncbuf.special], specialized algorithms
H A Darray.inc18 // [array.special], specialized algorithms
H A Dmutex.inc36 // [thread.lock.algorithm], generic locking algorithms
H A Doptional.inc30 // [optional.specalg], specialized algorithms
H A Dtuple.inc50 // [tuple.special], specialized algorithms
H A Dcompare.inc41 // [cmp.alg], comparison algorithms
H A Dvariant.inc41 // [variant.specalg], specialized algorithms
H A Dmemory.inc57 // [specialized.algorithms], specialized algorithms
150 // [util.smartptr.shared.spec], shared_ptr specialized algorithms
168 // [util.smartptr.weak.spec], weak_ptr specialized algorithms
H A Dcstdlib.inc54 // [alg.c.library], C standard library algorithms
H A Dutility.inc66 // [pairs.spec], pair specialized algorithms
H A Dalgorithm.inc12 // [algorithms.results], algorithm result types
603 // [alg.three.way], three-way comparison algorithms
H A Dchrono.inc78 // [time.duration.alg], specialized algorithms
/freebsd-current/sys/security/mac_veriexec/
H A Dveriexec_fingerprint.c69 SYSCTL_PROC(_security_mac_veriexec, OID_AUTO, algorithms,
72 "Verified execution supported hashing algorithms");
79 int algorithms, error; local
81 algorithms = 0;
84 if (algorithms++)
/freebsd-current/tests/sys/geom/class/eli/
H A Dgentestvect.py48 if hashfun not in hashlib.algorithms:
/freebsd-current/contrib/libfido2/src/
H A Dinfo.c313 case 10: /* algorithms */
314 return (decode_algorithms(val, &ci->algorithms));
440 fido_algo_array_free(&ci->algorithms);
604 return (ci->algorithms.len);
610 if (idx >= ci->algorithms.len)
613 return (ci->algorithms.ptr[idx].type);
619 if (idx >= ci->algorithms.len)
622 return (ci->algorithms.ptr[idx].cose);
/freebsd-current/tools/tools/crypto/
H A Dcryptotest.c42 * -z run all available algorithms on a variety of buffer sizes
47 * Known algorithms are:
69 * algorithms over a variety of buffer sizes. The 1024 says to do 1024
123 } algorithms[] = { variable in typeref:struct:alg
163 printf("-z run all available algorithms on a variety of sizes\n");
176 for (i = 0; i < nitems(algorithms); i++)
177 if (cipher == algorithms[i].code)
178 return &algorithms[i];
187 for (i = 0; i < nitems(algorithms); i++)
188 if (streq(name, algorithms[
[all...]
/freebsd-current/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcstdlib.inc54 // [alg.c.library], C standard library algorithms
/freebsd-current/sbin/md5/tests/
H A Dmd5_test.sh30 algorithms="md5 sha1 sha224 sha256 sha384 sha512 sha512t224 sha512t256 rmd160 skein256 skein512 skein1024"
178 for alg in $algorithms ; do
396 for alg in $algorithms ; do
/freebsd-current/sys/geom/mirror/
H A Dg_mirror.h412 static const char *algorithms[] = { local
424 return (algorithms[balance]);
430 static const char *algorithms[] = { local
440 if (strcmp(name, algorithms[n]) == 0)
/freebsd-current/crypto/openssl/crypto/asn1/
H A Dx_algor.c24 ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, algorithms, X509_ALGOR)
/freebsd-current/usr.bin/diff/
H A Ddiff.c57 } algorithms[] = { variable in typeref:struct:algorithm
171 for (struct algorithm *a = algorithms; a->name;a++) {
/freebsd-current/contrib/libfido2/src/fido/
H A Dtypes.h267 fido_algo_array_t algorithms; /* list of supported algorithms */ member in struct:fido_cbor_info
/freebsd-current/contrib/unbound/contrib/
H A Dunbound.spec17 Labs. It is based on ideas and algorithms taken from a java prototype
/freebsd-current/crypto/openssh/contrib/suse/
H A Dopenssh.spec59 patented algorithms to separate libraries (OpenSSL).
73 patented algorithms to separate libraries (OpenSSL).

Completed in 198 milliseconds