Searched defs:blowfish_ctx (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftBlowfishCrypt.c142 blowfish_ctx_t *blowfish_ctx; local
292 blowfish_ctx = (blowfish_ctx_t *)soft_blowfish_ctx->mode_ctx;
293 if (blowfish_ctx != NULL) {
294 bzero(blowfish_ctx->bc_keysched,
295 blowfish_ctx->bc_keysched_len);
320 blowfish_ctx_t *blowfish_ctx; local
462 blowfish_ctx = (blowfish_ctx_t *)soft_blowfish_ctx->mode_ctx;
463 if (blowfish_ctx != NULL) {
464 bzero(blowfish_ctx->bc_keysched,
465 blowfish_ctx
[all...]
H A DsoftEncryptUtil.c1004 blowfish_ctx_t *blowfish_ctx; local
1007 blowfish_ctx =
1009 if (blowfish_ctx != NULL) {
1010 bzero(blowfish_ctx->bc_keysched,
1011 blowfish_ctx->bc_keysched_len);

Completed in 16 milliseconds