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

/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11.c214 /* Index for the supported digests */
403 * Static list of digests.
404 * Note, that digests array is indexed by member PK11_DIGEST.id,
405 * thus digests[i].id == i
408 static PK11_DIGEST digests[] = variable
1108 * count how many ciphers and digests to support. Since the cipher and
2200 /* Symmetric ciphers and digests support functions */
2722 if (digests[i].nid == nid)
2723 return (digests[i].id);
2743 pdp = &digests[inde
[all...]

Completed in 1718 milliseconds