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

/opensolaris-onvv-gate/usr/src/uts/common/crypto/io/
H A Dblowfish.c284 blowfish_ctx_t *blowfish_ctx; local
305 blowfish_ctx = ecb_alloc_ctx(kmflag);
308 blowfish_ctx = cbc_alloc_ctx(kmflag);
311 if (blowfish_ctx == NULL)
314 rv = blowfish_common_init_ctx(blowfish_ctx, template, mechanism,
317 crypto_free_mode_ctx(blowfish_ctx);
321 ctx->cc_provider_private = blowfish_ctx;
350 blowfish_ctx_t *blowfish_ctx; local
361 blowfish_ctx = ctx->cc_provider_private;
378 ASSERT(blowfish_ctx
396 blowfish_ctx_t *blowfish_ctx; local
567 blowfish_ctx_t *blowfish_ctx; local
596 blowfish_ctx_t *blowfish_ctx; local
624 blowfish_ctx_t blowfish_ctx; /* on the stack */ local
711 blowfish_ctx_t blowfish_ctx; /* on the stack */ local
837 blowfish_ctx_t *blowfish_ctx = ctx->cc_provider_private; local
856 blowfish_common_init_ctx(blowfish_ctx_t *blowfish_ctx, crypto_spi_ctx_template_t *template, crypto_mechanism_t *mechanism, crypto_key_t *key, int kmflag) argument
[all...]
/opensolaris-onvv-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftBlowfishCrypt.c149 blowfish_ctx_t *blowfish_ctx; local
299 blowfish_ctx = (blowfish_ctx_t *)soft_blowfish_ctx->blowfish_cbc;
300 if (blowfish_ctx != NULL) {
301 bzero(blowfish_ctx->bc_keysched,
302 blowfish_ctx->bc_keysched_len);
325 blowfish_ctx_t *blowfish_ctx; local
467 blowfish_ctx = (blowfish_ctx_t *)soft_blowfish_ctx->blowfish_cbc;
468 if (blowfish_ctx != NULL) {
469 bzero(blowfish_ctx->bc_keysched,
470 blowfish_ctx
[all...]
H A DsoftEncryptUtil.c908 blowfish_ctx_t *blowfish_ctx; local
911 blowfish_ctx =
913 if (blowfish_ctx != NULL) {
914 bzero(blowfish_ctx->bc_keysched,
915 blowfish_ctx->bc_keysched_len);
/opensolaris-onvv-gate/usr/src/common/crypto/blowfish/
H A Dblowfish_impl.c751 blowfish_ctx_t *blowfish_ctx = ctx; local
754 if (blowfish_ctx->bc_flags & CBC_MODE) {
772 blowfish_ctx_t *blowfish_ctx = ctx; local
775 if (blowfish_ctx->bc_flags & CBC_MODE) {
/opensolaris-onvv-gate/usr/src/common/crypto/modes/
H A Dmodes.h257 typedef struct blowfish_ctx { struct

Completed in 102 milliseconds