Home
last modified time | relevance | path

Searched refs:bc_keysched (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/crypto/io/
H A Dblowfish.c661 bzero(blowfish_ctx.bc_keysched, blowfish_ctx.bc_keysched_len); in blowfish_encrypt_atomic()
662 kmem_free(blowfish_ctx.bc_keysched, in blowfish_encrypt_atomic()
748 bzero(blowfish_ctx.bc_keysched, blowfish_ctx.bc_keysched_len); in blowfish_decrypt_atomic()
749 kmem_free(blowfish_ctx.bc_keysched, in blowfish_decrypt_atomic()
812 bzero(blowfish_ctx->bc_keysched, in blowfish_free_context()
814 kmem_free(blowfish_ctx->bc_keysched, in blowfish_free_context()
850 blowfish_ctx->bc_keysched = keysched; in blowfish_common_init_ctx()
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftBlowfishCrypt.c301 bzero(blowfish_ctx->bc_keysched, in soft_blowfish_encrypt_common()
469 bzero(blowfish_ctx->bc_keysched, in soft_blowfish_decrypt_common()
H A DsoftEncryptUtil.c914 bzero(blowfish_ctx->bc_keysched, in soft_crypt_cleanup()
/titanic_41/usr/src/common/crypto/modes/
H A Dmodes.h266 #define bc_keysched bcu.bcu_ecb.ecb_common.cc_keysched macro