Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dblowfish.c139 static int blowfish_decrypt_update(crypto_ctx_t *, crypto_data_t *,
153 blowfish_decrypt_update,
410 ret = blowfish_decrypt_update(ctx, ciphertext, plaintext, req); in blowfish_decrypt()
483 blowfish_decrypt_update(crypto_ctx_t *ctx, crypto_data_t *ciphertext, in blowfish_decrypt_update() function