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

/freebsd-13-stable/contrib/opie/libopie/
H A Dparsechallenge.c31 static struct algorithm algorithms[] = { variable in typeref:struct:algorithm
48 for (a = algorithms; a->name && strncmp(buffer, a->name, (int)(c - buffer)); a++);
/freebsd-13-stable/sys/security/mac_veriexec/
H A Dveriexec_fingerprint.c66 SYSCTL_PROC(_security_mac_veriexec, OID_AUTO, algorithms,
69 "Verified execution supported hashing algorithms");
76 int algorithms, error; local
78 algorithms = 0;
81 if (algorithms++)
/freebsd-13-stable/tests/sys/geom/class/eli/
H A Dgentestvect.py49 if hashfun not in hashlib.algorithms:
/freebsd-13-stable/tools/tools/crypto/
H A Dcryptotest.c44 * -z run all available algorithms on a variety of buffer sizes
49 * Known algorithms are:
71 * algorithms over a variety of buffer sizes. The 1024 says to do 1024
125 } algorithms[] = { variable in typeref:struct:alg
165 printf("-z run all available algorithms on a variety of sizes\n");
178 for (i = 0; i < nitems(algorithms); i++)
179 if (cipher == algorithms[i].code)
180 return &algorithms[i];
189 for (i = 0; i < nitems(algorithms); i++)
190 if (streq(name, algorithms[
[all...]
/freebsd-13-stable/sys/geom/mirror/
H A Dg_mirror.h413 static const char *algorithms[] = { local
425 return (algorithms[balance]);
431 static const char *algorithms[] = { local
441 if (strcmp(name, algorithms[n]) == 0)
/freebsd-13-stable/crypto/openssl/crypto/asn1/
H A Dx_algor.c22 ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, algorithms, X509_ALGOR)
/freebsd-13-stable/contrib/unbound/contrib/
H A Dunbound.spec18 Labs. It is based on ideas and algorithms taken from a java prototype
/freebsd-13-stable/crypto/openssh/contrib/suse/
H A Dopenssh.spec59 patented algorithms to separate libraries (OpenSSL).
73 patented algorithms to separate libraries (OpenSSL).

Completed in 86 milliseconds