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

/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11.c222 PK11_DIGEST_MAX enumerator in enum:pk11_digest_id
354 static int digest_nids[PK11_DIGEST_MAX];
2721 for (i = 0; i < PK11_DIGEST_MAX; i++)
2740 if (index < 0 || index >= PK11_DIGEST_MAX)
3040 int local_digest_nids[PK11_DIGEST_MAX];
3405 for (i = 0; i < PK11_DIGEST_MAX; ++i)
3562 hw_dtable_size = ulSlotCount * PK11_DIGEST_MAX + 1;

Completed in 29 milliseconds