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

/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11.c338 static int cipher_count = 0; variable
2162 if (cipher_count > 0) {
2167 return (cipher_count);
3045 DEBUG_SLOT_SEL("%s: cipher_count %d\n", PK11_DBG, cipher_count);
3182 (cipher_count + digest_count)) {
3186 cipher_count = current_slot_n_cipher;
3188 OPENSSL_assert(cipher_count <= PK11_CIPHER_MAX);
3191 sizeof (int) * cipher_count);

Completed in 20 milliseconds