Searched refs:soft_blowfish_ctx_t (Results 1 – 4 of 4) sorted by relevance
43 soft_blowfish_ctx_t *soft_blowfish_ctx; in soft_blowfish_crypt_init_common()45 soft_blowfish_ctx = calloc(1, sizeof (soft_blowfish_ctx_t)); in soft_blowfish_crypt_init_common()148 soft_blowfish_ctx_t *soft_blowfish_ctx = in soft_blowfish_encrypt_common()149 (soft_blowfish_ctx_t *)session_p->encrypt.context; in soft_blowfish_encrypt_common()305 sizeof (soft_blowfish_ctx_t)); in soft_blowfish_encrypt_common()320 soft_blowfish_ctx_t *soft_blowfish_ctx = in soft_blowfish_decrypt_common()321 (soft_blowfish_ctx_t *)session_p->decrypt.context; in soft_blowfish_decrypt_common()469 sizeof (soft_blowfish_ctx_t)); in soft_blowfish_decrypt_common()
224 soft_blowfish_ctx_t *soft_blowfish_ctx; in soft_encrypt_init()242 (soft_blowfish_ctx_t *)session_p->encrypt.context; in soft_encrypt_init()257 sizeof (soft_blowfish_ctx_t)); in soft_encrypt_init()589 soft_blowfish_ctx_t *soft_blowfish_ctx; in soft_encrypt_final()592 (soft_blowfish_ctx_t *)session_p->encrypt.context; in soft_encrypt_final()698 soft_blowfish_ctx_t *soft_blowfish_ctx = in soft_crypt_cleanup()699 (soft_blowfish_ctx_t *)active_op->context; in soft_crypt_cleanup()
180 soft_blowfish_ctx_t *soft_blowfish_ctx; in soft_decrypt_init()198 (soft_blowfish_ctx_t *)session_p->decrypt.context; in soft_decrypt_init()214 sizeof (soft_blowfish_ctx_t)); in soft_decrypt_init()577 soft_blowfish_ctx_t *soft_blowfish_ctx; in soft_decrypt_final()580 (soft_blowfish_ctx_t *)session_p->decrypt.context; in soft_decrypt_final()
63 } soft_blowfish_ctx_t; typedef