Searched defs:blowfish_ctx (Results 1 – 5 of 5) sorted by relevance
279 blowfish_ctx_t *blowfish_ctx; in blowfish_common_init() local341 blowfish_ctx_t *blowfish_ctx; in blowfish_encrypt() local383 blowfish_ctx_t *blowfish_ctx; in blowfish_decrypt() local549 blowfish_ctx_t *blowfish_ctx; in blowfish_encrypt_final() local573 blowfish_ctx_t *blowfish_ctx; in blowfish_decrypt_final() local599 blowfish_ctx_t blowfish_ctx; /* on the stack */ in blowfish_encrypt_atomic() local686 blowfish_ctx_t blowfish_ctx; /* on the stack */ in blowfish_decrypt_atomic() local807 blowfish_ctx_t *blowfish_ctx = ctx->cc_provider_private; in blowfish_free_context() local826 blowfish_common_init_ctx(blowfish_ctx_t *blowfish_ctx, in blowfish_common_init_ctx()
149 blowfish_ctx_t *blowfish_ctx; in soft_blowfish_encrypt_common() local325 blowfish_ctx_t *blowfish_ctx; in soft_blowfish_decrypt_common() local
908 blowfish_ctx_t *blowfish_ctx; in soft_crypt_cleanup() local
737 blowfish_ctx_t *blowfish_ctx = ctx; in blowfish_encrypt_contiguous_blocks() local758 blowfish_ctx_t *blowfish_ctx = ctx; in blowfish_decrypt_contiguous_blocks() local
257 typedef struct blowfish_ctx { struct262 } blowfish_ctx_t; argument