Searched refs:ctptr (Results 1 – 2 of 2) sorted by relevance
740 uchar_t *ctptr; in rsa_decrypt_common() local758 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()
1463 callout_table_t *ctptr; in calloutid() local1535 ctptr = coargs.co_table + tableid; in calloutid()1536 if (mdb_vread(&ct, sizeof (callout_table_t), (uintptr_t)ctptr) == -1) { in calloutid()1537 mdb_warn("failed to read callout_table at %p", ctptr); in calloutid()