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

/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11.c339 static int digest_count = 0; variable
1238 "setting digest_count to 0\n", PK11_DBG);
1239 digest_count = 0;
2173 if (digest_count > 0) {
2178 return (digest_count);
3046 DEBUG_SLOT_SEL("%s: digest_count %d\n", PK11_DBG, digest_count);
3182 (cipher_count + digest_count)) {
3187 digest_count = current_slot_n_digest;
3189 OPENSSL_assert(digest_count <
[all...]

Completed in 18 milliseconds