Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/crypto/io/
H A Dblowfish.c660 if (blowfish_ctx.bc_flags & PROVIDER_OWNS_KEY_SCHEDULE) { in blowfish_encrypt_atomic()
747 if (blowfish_ctx.bc_flags & PROVIDER_OWNS_KEY_SCHEDULE) { in blowfish_decrypt_atomic()
810 if (blowfish_ctx->bc_flags & PROVIDER_OWNS_KEY_SCHEDULE) { in blowfish_free_context()
845 blowfish_ctx->bc_flags |= PROVIDER_OWNS_KEY_SCHEDULE; in blowfish_common_init_ctx()
859 blowfish_ctx->bc_flags |= ECB_MODE; in blowfish_common_init_ctx()
863 if (blowfish_ctx->bc_flags & PROVIDER_OWNS_KEY_SCHEDULE) { in blowfish_common_init_ctx()
/titanic_41/usr/src/common/crypto/blowfish/
H A Dblowfish_impl.c740 if (blowfish_ctx->bc_flags & CBC_MODE) { in blowfish_encrypt_contiguous_blocks()
761 if (blowfish_ctx->bc_flags & CBC_MODE) { in blowfish_decrypt_contiguous_blocks()
/titanic_41/usr/src/common/crypto/modes/
H A Dmodes.h264 #define bc_flags bcu.bcu_ecb.ecb_common.cc_flags macro