Searched refs:blowfish_cbc (Results 1 – 4 of 4) sorted by relevance
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()303 free(soft_blowfish_ctx->blowfish_cbc); in soft_blowfish_encrypt_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()471 free(soft_blowfish_ctx->blowfish_cbc); in soft_blowfish_decrypt_common()
327 soft_blowfish_ctx->blowfish_cbc = in soft_encrypt_init()332 if (soft_blowfish_ctx->blowfish_cbc == NULL) { in soft_encrypt_init()801 free(soft_blowfish_ctx->blowfish_cbc); in soft_encrypt_final()912 (blowfish_ctx_t *)soft_blowfish_ctx->blowfish_cbc; in soft_crypt_cleanup()916 free(soft_blowfish_ctx->blowfish_cbc); in soft_crypt_cleanup()
289 soft_blowfish_ctx->blowfish_cbc = in soft_decrypt_init()294 if (soft_blowfish_ctx->blowfish_cbc == NULL) { in soft_decrypt_init()807 free(soft_blowfish_ctx->blowfish_cbc); in soft_decrypt_final()
70 void *blowfish_cbc; /* to be used by CBC mode */ member