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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDigest.pm85 An important property of the digest algorithms is that the digest is
92 Note that the properties of the algorithms change over time, as the
93 algorithms are analyzed and machines grow faster. If your application
96 stronger algorithms as the one used grow weaker. Using the interface
97 documented here should make it easy to change algorithms later.
191 Most algorithms are only defined for strings of bytes and this method
236 Most digest algorithms are byte based and for these it is not possible
264 different algorithms. It is sorted by throughput based on a benchmark
291 pure perl implementations of the algorithms, which explains why they
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dgeli.c126 const char *algorithms[] = { variable
314 if (grub_le_to_cpu16 (header.alg) >= ARRAY_SIZE (algorithms)
315 || algorithms[grub_le_to_cpu16 (header.alg)] == NULL)
322 ciphername = algorithms[grub_le_to_cpu16 (header.alg)];
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A DLocal.pm253 are calculated using a mathematical formula. Unlike other algorithms
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCarp.pm194 eval is to determine which of several algorithms is to be used.

Completed in 18 milliseconds