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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dblowfish.c122 static int blowfish_common_init_ctx(blowfish_ctx_t *,
279 blowfish_ctx_t *blowfish_ctx;
341 blowfish_ctx_t *blowfish_ctx;
383 blowfish_ctx_t *blowfish_ctx;
433 ((blowfish_ctx_t *)ctx->cc_provider_private)->bc_remainder_len;
496 ((blowfish_ctx_t *)ctx->cc_provider_private)->bc_remainder_len;
549 blowfish_ctx_t *blowfish_ctx;
573 blowfish_ctx_t *blowfish_ctx;
599 blowfish_ctx_t blowfish_ctx; /* on the stack */
627 bzero(&blowfish_ctx, sizeof (blowfish_ctx_t));
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftBlowfishCrypt.c149 blowfish_ctx_t *blowfish_ctx;
274 (blowfish_ctx_t *)soft_blowfish_ctx->blowfish_cbc,
299 blowfish_ctx = (blowfish_ctx_t *)soft_blowfish_ctx->blowfish_cbc;
325 blowfish_ctx_t *blowfish_ctx;
441 (blowfish_ctx_t *)soft_blowfish_ctx->blowfish_cbc,
467 blowfish_ctx = (blowfish_ctx_t *)soft_blowfish_ctx->blowfish_cbc;
H A DsoftEncryptUtil.c908 blowfish_ctx_t *blowfish_ctx;
912 (blowfish_ctx_t *)soft_blowfish_ctx->blowfish_cbc;
/illumos-gate/usr/src/common/crypto/modes/
H A Dmodes.h262 } blowfish_ctx_t; typedef in typeref:struct:blowfish_ctx
/illumos-gate/usr/src/common/crypto/blowfish/
H A Dblowfish_impl.c737 blowfish_ctx_t *blowfish_ctx = ctx;
758 blowfish_ctx_t *blowfish_ctx = ctx;

Completed in 51 milliseconds