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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dskein_mod.c168 #define SKEIN_CTX_LVALUE(_ctx_) (_ctx_)->cc_provider_private macro
505 SKEIN_CTX_LVALUE(ctx) = kmem_alloc(sizeof (*SKEIN_CTX(ctx)),
521 SKEIN_CTX_LVALUE(ctx) = NULL;
549 SKEIN_CTX_LVALUE(ctx) = NULL;
633 SKEIN_CTX_LVALUE(ctx) = NULL;
653 SKEIN_CTX_LVALUE(&ctx) = &skein_ctx;
722 SKEIN_CTX_LVALUE(ctx) = kmem_alloc(sizeof (*SKEIN_CTX(ctx)),
763 SKEIN_CTX_LVALUE(&ctx) = &skein_ctx;
828 SKEIN_CTX_LVALUE(ctx) = NULL;

Completed in 78 milliseconds