Home
last modified time | relevance | path

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

/titanic_44/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()
433 ((blowfish_ctx_t *)ctx->cc_provider_private)->bc_remainder_len; in blowfish_encrypt_update()
496 ((blowfish_ctx_t *)ctx->cc_provider_private)->bc_remainder_len; in blowfish_decrypt_update()
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()
[all …]
/titanic_44/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftBlowfishCrypt.c149 blowfish_ctx_t *blowfish_ctx; in soft_blowfish_encrypt_common()
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()
325 blowfish_ctx_t *blowfish_ctx; in soft_blowfish_decrypt_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()
H A DsoftEncryptUtil.c908 blowfish_ctx_t *blowfish_ctx; in soft_crypt_cleanup()
912 (blowfish_ctx_t *)soft_blowfish_ctx->blowfish_cbc; in soft_crypt_cleanup()
/titanic_44/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()
/titanic_44/usr/src/common/crypto/modes/
H A Dmodes.h262 } blowfish_ctx_t; typedef