Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dblowfish.c515 ciphertext, plaintext, blowfish_decrypt_contiguous_blocks, in blowfish_decrypt_update()
520 ciphertext, plaintext, blowfish_decrypt_contiguous_blocks, in blowfish_decrypt_update()
525 ciphertext, plaintext, blowfish_decrypt_contiguous_blocks, in blowfish_decrypt_update()
730 ciphertext, plaintext, blowfish_decrypt_contiguous_blocks, in blowfish_decrypt_atomic()
735 ciphertext, plaintext, blowfish_decrypt_contiguous_blocks, in blowfish_decrypt_atomic()
740 ciphertext, plaintext, blowfish_decrypt_contiguous_blocks, in blowfish_decrypt_atomic()
/illumos-gate/usr/src/common/crypto/blowfish/
H A Dblowfish_impl.h69 extern int blowfish_decrypt_contiguous_blocks(void *, char *, size_t,
H A Dblowfish_impl.c755 blowfish_decrypt_contiguous_blocks(void *ctx, char *data, size_t length, in blowfish_decrypt_contiguous_blocks() function
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/common/
H A Dmapfile-vers107 blowfish_decrypt_contiguous_blocks;
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftBlowfishCrypt.c437 rc = blowfish_decrypt_contiguous_blocks( in soft_blowfish_decrypt_common()