Home
last modified time | relevance | path

Searched refs:soft_blowfish_ctx_t (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftBlowfishCrypt.c42 soft_blowfish_ctx_t *soft_blowfish_ctx; in soft_blowfish_crypt_init_common()
44 soft_blowfish_ctx = calloc(1, sizeof (soft_blowfish_ctx_t)); in soft_blowfish_crypt_init_common()
147 soft_blowfish_ctx_t *soft_blowfish_ctx = in soft_blowfish_encrypt_common()
148 (soft_blowfish_ctx_t *)session_p->encrypt.context; in soft_blowfish_encrypt_common()
323 soft_blowfish_ctx_t *soft_blowfish_ctx = in soft_blowfish_decrypt_common()
324 (soft_blowfish_ctx_t *)session_p->decrypt.context; in soft_blowfish_decrypt_common()
H A DsoftEncryptUtil.c303 soft_blowfish_ctx_t *soft_blowfish_ctx; in soft_encrypt_init()
321 (soft_blowfish_ctx_t *)session_p->encrypt.context; in soft_encrypt_init()
784 soft_blowfish_ctx_t *soft_blowfish_ctx; in soft_encrypt_final()
787 (soft_blowfish_ctx_t *)session_p->encrypt.context; in soft_encrypt_final()
906 soft_blowfish_ctx_t *soft_blowfish_ctx = in soft_crypt_cleanup()
907 (soft_blowfish_ctx_t *)active_op->context; in soft_crypt_cleanup()
H A DsoftDecryptUtil.c264 soft_blowfish_ctx_t *soft_blowfish_ctx; in soft_decrypt_init()
282 (soft_blowfish_ctx_t *)session_p->decrypt.context; in soft_decrypt_init()
794 soft_blowfish_ctx_t *soft_blowfish_ctx; in soft_decrypt_final()
797 (soft_blowfish_ctx_t *)session_p->decrypt.context; in soft_decrypt_final()
H A DsoftCrypt.h71 } soft_blowfish_ctx_t; typedef