Home
last modified time | relevance | path

Searched refs:bc_remainder_len (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/crypto/io/
H A Dblowfish.c369 ASSERT(blowfish_ctx->bc_remainder_len == 0); in blowfish_encrypt()
411 ASSERT(blowfish_ctx->bc_remainder_len == 0); in blowfish_decrypt()
433 ((blowfish_ctx_t *)ctx->cc_provider_private)->bc_remainder_len; in blowfish_encrypt_update()
496 ((blowfish_ctx_t *)ctx->cc_provider_private)->bc_remainder_len; in blowfish_decrypt_update()
559 if (blowfish_ctx->bc_remainder_len > 0) in blowfish_encrypt_final()
583 if (blowfish_ctx->bc_remainder_len > 0) in blowfish_decrypt_final()
667 ASSERT(blowfish_ctx.bc_remainder_len == 0); in blowfish_encrypt_atomic()
754 ASSERT(blowfish_ctx.bc_remainder_len == 0); in blowfish_decrypt_atomic()
/titanic_50/usr/src/common/crypto/modes/
H A Dmodes.h265 #define bc_remainder_len bcu.bcu_ecb.ecb_common.cc_remainder_len macro