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

/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11.c3481 int hw_ctable_size, hw_dtable_size; local
3561 hw_ctable_size = ulSlotCount * PK11_CIPHER_MAX + 1;
3563 tmp_hw_cnids = OPENSSL_malloc(hw_ctable_size * sizeof (int));
3575 for (i = 0; i < hw_ctable_size; ++i)

Completed in 21 milliseconds