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

/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11.c149 int *hw_dnids; variable
3285 OPENSSL_free(hw_dnids);
3363 if (nid_in_table(digest->nid, hw_dnids))
3466 * hw_cnids and hw_dnids, that contain hardware mechanisms found in all hardware
3529 hw_dnids = OPENSSL_malloc(sizeof (int));
3530 if (hw_cnids == NULL || hw_dnids == NULL)
3538 hw_dnids[0] = NID_undef;
3614 hw_dnids = tmp_hw_dnids;

Completed in 26 milliseconds