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

/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11.c3480 int *tmp_hw_cnids = NULL, *tmp_hw_dnids = NULL; local
3564 tmp_hw_dnids = OPENSSL_malloc(hw_dtable_size * sizeof (int));
3565 if (tmp_hw_cnids == NULL || tmp_hw_dnids == NULL)
3578 tmp_hw_dnids[i] = NID_undef;
3600 &n_digest, tmp_hw_dnids);
3614 hw_dnids = tmp_hw_dnids;
3624 if (tmp_hw_dnids != NULL)
3625 OPENSSL_free(tmp_hw_dnids);

Completed in 17 milliseconds