Home
last modified time | relevance | path

Searched refs:bc_keysched_len (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dblowfish.c661 bzero(blowfish_ctx.bc_keysched, blowfish_ctx.bc_keysched_len); in blowfish_encrypt_atomic()
663 blowfish_ctx.bc_keysched_len); in blowfish_encrypt_atomic()
748 bzero(blowfish_ctx.bc_keysched, blowfish_ctx.bc_keysched_len); in blowfish_decrypt_atomic()
750 blowfish_ctx.bc_keysched_len); in blowfish_decrypt_atomic()
811 ASSERT(blowfish_ctx->bc_keysched_len != 0); in blowfish_free_context()
813 blowfish_ctx->bc_keysched_len); in blowfish_free_context()
815 blowfish_ctx->bc_keysched_len); in blowfish_free_context()
846 blowfish_ctx->bc_keysched_len = size; in blowfish_common_init_ctx()
/illumos-gate/usr/src/common/crypto/modes/
H A Dmodes.h278 #define bc_keysched_len bcu.bcu_ecb.ecb_common.cc_keysched_len macro
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftEncryptUtil.c707 blowfish_ctx->bc_keysched_len); in soft_crypt_cleanup()