Home
last modified time | relevance | path

Searched defs:blowfish_ctx (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dblowfish.c279 blowfish_ctx_t *blowfish_ctx; in blowfish_common_init() local
341 blowfish_ctx_t *blowfish_ctx; in blowfish_encrypt() local
383 blowfish_ctx_t *blowfish_ctx; in blowfish_decrypt() local
549 blowfish_ctx_t *blowfish_ctx; in blowfish_encrypt_final() local
573 blowfish_ctx_t *blowfish_ctx; in blowfish_decrypt_final() local
599 blowfish_ctx_t blowfish_ctx; /* on the stack */ in blowfish_encrypt_atomic() local
686 blowfish_ctx_t blowfish_ctx; /* on the stack */ in blowfish_decrypt_atomic() local
807 blowfish_ctx_t *blowfish_ctx = ctx->cc_provider_private; in blowfish_free_context() local
826 blowfish_common_init_ctx(blowfish_ctx_t *blowfish_ctx, in blowfish_common_init_ctx()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftBlowfishCrypt.c150 blowfish_ctx_t *blowfish_ctx; in soft_blowfish_encrypt_common() local
322 blowfish_ctx_t *blowfish_ctx; in soft_blowfish_decrypt_common() local
H A DsoftEncryptUtil.c700 blowfish_ctx_t *blowfish_ctx; in soft_crypt_cleanup() local
/illumos-gate/usr/src/common/crypto/blowfish/
H A Dblowfish_impl.c737 blowfish_ctx_t *blowfish_ctx = ctx; in blowfish_encrypt_contiguous_blocks() local
758 blowfish_ctx_t *blowfish_ctx = ctx; in blowfish_decrypt_contiguous_blocks() local
/illumos-gate/usr/src/common/crypto/modes/
H A Dmodes.h268 typedef struct blowfish_ctx { struct
273 } blowfish_ctx_t; argument