Searched refs:blowfish_ctx (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/crypto/io/ |
H A D | blowfish.c | 279 blowfish_ctx_t *blowfish_ctx; local 300 blowfish_ctx = ecb_alloc_ctx(kmflag); 303 blowfish_ctx = cbc_alloc_ctx(kmflag); 306 if (blowfish_ctx == NULL) 309 rv = blowfish_common_init_ctx(blowfish_ctx, template, mechanism, 312 crypto_free_mode_ctx(blowfish_ctx); 316 ctx->cc_provider_private = blowfish_ctx; 341 blowfish_ctx_t *blowfish_ctx; local 352 blowfish_ctx = ctx->cc_provider_private; 369 ASSERT(blowfish_ctx 383 blowfish_ctx_t *blowfish_ctx; local 549 blowfish_ctx_t *blowfish_ctx; local 573 blowfish_ctx_t *blowfish_ctx; local 599 blowfish_ctx_t blowfish_ctx; /* on the stack */ local 686 blowfish_ctx_t blowfish_ctx; /* on the stack */ local 807 blowfish_ctx_t *blowfish_ctx = ctx->cc_provider_private; local 826 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...] |
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softBlowfishCrypt.c | 149 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 D | softEncryptUtil.c | 908 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);
|
/illumos-gate/usr/src/common/crypto/blowfish/ |
H A D | blowfish_impl.c | 737 blowfish_ctx_t *blowfish_ctx = ctx; local 740 if (blowfish_ctx->bc_flags & CBC_MODE) { 758 blowfish_ctx_t *blowfish_ctx = ctx; local 761 if (blowfish_ctx->bc_flags & CBC_MODE) {
|
/illumos-gate/usr/src/common/crypto/modes/ |
H A D | modes.h | 257 typedef struct blowfish_ctx { struct
|
Completed in 85 milliseconds