Searched refs:blowfish_ctx_t (Results 1 – 5 of 5) sorted by relevance
122 static int blowfish_common_init_ctx(blowfish_ctx_t *,279 blowfish_ctx_t *blowfish_ctx; in blowfish_common_init()341 blowfish_ctx_t *blowfish_ctx; in blowfish_encrypt()383 blowfish_ctx_t *blowfish_ctx; 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()549 blowfish_ctx_t *blowfish_ctx; in blowfish_encrypt_final()573 blowfish_ctx_t *blowfish_ctx; in blowfish_decrypt_final()599 blowfish_ctx_t blowfish_ctx; /* on the stack */ in blowfish_encrypt_atomic()627 bzero(&blowfish_ctx, sizeof (blowfish_ctx_t)); in blowfish_encrypt_atomic()[all …]
149 blowfish_ctx_t *blowfish_ctx; in soft_blowfish_encrypt_common()274 (blowfish_ctx_t *)soft_blowfish_ctx->blowfish_cbc, in soft_blowfish_encrypt_common()299 blowfish_ctx = (blowfish_ctx_t *)soft_blowfish_ctx->blowfish_cbc; in soft_blowfish_encrypt_common()325 blowfish_ctx_t *blowfish_ctx; in soft_blowfish_decrypt_common()441 (blowfish_ctx_t *)soft_blowfish_ctx->blowfish_cbc, in soft_blowfish_decrypt_common()467 blowfish_ctx = (blowfish_ctx_t *)soft_blowfish_ctx->blowfish_cbc; in soft_blowfish_decrypt_common()
908 blowfish_ctx_t *blowfish_ctx; in soft_crypt_cleanup()912 (blowfish_ctx_t *)soft_blowfish_ctx->blowfish_cbc; in soft_crypt_cleanup()
737 blowfish_ctx_t *blowfish_ctx = ctx; in blowfish_encrypt_contiguous_blocks()758 blowfish_ctx_t *blowfish_ctx = ctx; in blowfish_decrypt_contiguous_blocks()
262 } blowfish_ctx_t; typedef