Home
last modified time | relevance | path

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; in rsa_decrypt_common() local
758 if ((rv = crypto_get_input_data(ciphertext, &ctptr, tmp_data)) in rsa_decrypt_common()
762 rv = core_rsa_decrypt(key, ctptr, modulus_len, plain_data); in rsa_decrypt_common()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c1667 callout_table_t *ctptr; in calloutid() local
1739 ctptr = coargs.co_table + tableid; in calloutid()
1740 if (mdb_vread(&ct, sizeof (callout_table_t), (uintptr_t)ctptr) == -1) { in calloutid()
1741 mdb_warn("failed to read callout_table at %p", ctptr); in calloutid()