Searched refs:tmp_hw_cnids (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
3563 tmp_hw_cnids = OPENSSL_malloc(hw_ctable_size * sizeof (int));
3565 if (tmp_hw_cnids == NULL || tmp_hw_dnids == NULL)
3576 tmp_hw_cnids[i] = NID_undef;
3598 &n_cipher, tmp_hw_cnids);
3613 hw_cnids = tmp_hw_cnids;
3622 if (tmp_hw_cnids != NULL)
3623 OPENSSL_free(tmp_hw_cnids);

Completed in 23 milliseconds