Searched refs:digests (Results 1 - 2 of 2) sorted by relevance

/solaris-userland/components/squid/
H A DMakefile72 CONFIGURE_OPTIONS += --enable-cache-digests
/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11.c195 /* Index for the supported digests */
385 * Static list of digests.
386 * Note, that digests array is indexed by member PK11_DIGEST.id,
387 * thus digests[i].id == i
390 static PK11_DIGEST digests[] = { variable
1104 * count how many ciphers and digests to support. Since the cipher and
2144 /* Symmetric ciphers and digests support functions */
2659 if (digests[i].nid == nid) {
2660 return (digests[i].id);
2683 pdp = &digests[inde
[all...]

Completed in 18 milliseconds