crypto_ctx_ops_t
dst->co_ctx_ops = kmem_alloc(sizeof (crypto_ctx_ops_t),
sizeof (crypto_ctx_ops_t));
static crypto_ctx_ops_t aes_ctx_ops = {
static crypto_ctx_ops_t rc4_ctx_ops = {
static crypto_ctx_ops_t blowfish_ctx_ops = {
static crypto_ctx_ops_t dca_ctx_ops = {
static crypto_ctx_ops_t dprov_ctx_ops = {
static crypto_ctx_ops_t md5_ctx_ops = {
static crypto_ctx_ops_t rsa_ctx_ops = {
static crypto_ctx_ops_t sha1_ctx_ops = {
static crypto_ctx_ops_t sha2_ctx_ops = {
static crypto_ctx_ops_t skein_ctx_ops = {
static crypto_ctx_ops_t des_ctx_ops = {
crypto_ctx_ops_t *co_ctx_ops;