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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Drsa.c740 uchar_t *ctptr; local
758 if ((rv = crypto_get_input_data(ciphertext, &ctptr, tmp_data))
762 rv = core_rsa_decrypt(key, ctptr, modulus_len, plain_data);
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c1546 callout_table_t *ctptr; local
1618 ctptr = coargs.co_table + tableid;
1619 if (mdb_vread(&ct, sizeof (callout_table_t), (uintptr_t)ctptr) == -1) {
1620 mdb_warn("failed to read callout_table at %p", ctptr);

Completed in 73 milliseconds