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

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/engine/
H A Dtb_digest.c76 if(e->digests)
79 int num_nids = e->digests(e, NULL, &nids, 0);
98 if(e->digests)
101 int num_nids = e->digests(e, NULL, &nids, 0);
135 return e->digests;
141 e->digests = f;
H A Deng_int.h162 ENGINE_DIGESTS_PTR digests; member in struct:engine_st
H A Deng_list.c338 dest->digests = src->digests;
H A Deng_cryptodev.c145 } digests[] = { variable in typeref:struct:__anon2223
289 * Find out what digests /dev/crypto will let us have a session for.
306 for (i = 0; digests[i].id && count < CRYPTO_ALGORITHM_MAX; i++) {
307 if (digests[i].nid == NID_undef)
309 sess.mac = digests[i].id;
313 nids[count++] = digests[i].nid;
325 * Find the useable ciphers|digests from dev/crypto - this is the first
355 * XXXX just disable all digests for now, because it sucks.
357 * want digests on slow cards like hifn on fast machines,
H A Deng_lib.c94 e->digests = NULL;
H A Dhw_pk11.c303 /* Index for the supported digests */
390 static PK11_DIGEST digests[] =
1140 * count how many ciphers and digests to support. Since the cipher and
2141 /* Symmetric ciphers and digests support functions */
2661 if (digests[i].nid == nid)
2662 return (digests[i].id);
2682 pdp = &digests[index];
2686 /* at present, no parameter is needed for supported digests */
2954 * mechanisms, one for symmetric ciphers and one for digests. Also, 3 global
2956 * mechanisms, (b) random operations, and (c) symmetric ciphers and digests
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMD5.pm116 base64 encoded md5 digests you might want to append the redundant
126 single object can be used to calculate multiple digests.
148 destroy the digests state, but need an intermediate value of the
149 digest, e.g. when calculating digests iteratively on a continuous data
223 md5 digests you might want to append the string "==" to the result.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDigest.pm57 Digest - Modules that calculate message digests
71 The C<Digest::> modules calculate digests, also called "fingerprints"

Completed in 107 milliseconds