Home
last modified time | relevance | path

Searched refs:blowfish_ctx_t (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dblowfish.c122 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()
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()
686 blowfish_ctx_t blowfish_ctx; /* on the stack */ in blowfish_decrypt_atomic()
714 bzero(&blowfish_ctx, sizeof (blowfish_ctx_t)); in blowfish_decrypt_atomic()
[all …]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftBlowfishCrypt.c150 blowfish_ctx_t *blowfish_ctx; in soft_blowfish_encrypt_common()
275 (blowfish_ctx_t *)soft_blowfish_ctx->blowfish_cbc, in soft_blowfish_encrypt_common()
300 blowfish_ctx = (blowfish_ctx_t *)soft_blowfish_ctx->blowfish_cbc; in soft_blowfish_encrypt_common()
322 blowfish_ctx_t *blowfish_ctx; in soft_blowfish_decrypt_common()
438 (blowfish_ctx_t *)soft_blowfish_ctx->blowfish_cbc, in soft_blowfish_decrypt_common()
464 blowfish_ctx = (blowfish_ctx_t *)soft_blowfish_ctx->blowfish_cbc; in soft_blowfish_decrypt_common()
H A DsoftEncryptUtil.c700 blowfish_ctx_t *blowfish_ctx; in soft_crypt_cleanup()
704 (blowfish_ctx_t *)soft_blowfish_ctx->blowfish_cbc; in soft_crypt_cleanup()
/illumos-gate/usr/src/common/crypto/blowfish/
H A Dblowfish_impl.c737 blowfish_ctx_t *blowfish_ctx = ctx; in blowfish_encrypt_contiguous_blocks()
758 blowfish_ctx_t *blowfish_ctx = ctx; in blowfish_decrypt_contiguous_blocks()
/illumos-gate/usr/src/common/crypto/modes/
H A Dmodes.h273 } blowfish_ctx_t; typedef