crypto_control_ops_t
dst->co_control_ops = kmem_alloc(sizeof (crypto_control_ops_t),
sizeof (crypto_control_ops_t));
static crypto_control_ops_t aes_control_ops = {
static crypto_control_ops_t rc4_control_ops = {
static crypto_control_ops_t blowfish_control_ops = {
static crypto_control_ops_t dca_control_ops = {
static crypto_control_ops_t dprov_control_ops = {
static crypto_control_ops_t ecc_control_ops = {
static crypto_control_ops_t md4_control_ops = {
static crypto_control_ops_t md5_control_ops = {
static crypto_control_ops_t rsa_control_ops = {
static crypto_control_ops_t sha1_control_ops = {
static crypto_control_ops_t sha2_control_ops = {
static crypto_control_ops_t skein_control_ops = {
static crypto_control_ops_t swrand_control_ops = {
static crypto_control_ops_t viorand_control_ops = {
static crypto_control_ops_t des_control_ops = {
static crypto_control_ops_t tpmrng_control_ops = {
crypto_control_ops_t *co_control_ops;
static crypto_control_ops_t n2rng_control_ops = {