Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dblowfish.c452 plaintext, ciphertext, blowfish_encrypt_contiguous_blocks, in blowfish_encrypt_update()
457 plaintext, ciphertext, blowfish_encrypt_contiguous_blocks, in blowfish_encrypt_update()
462 plaintext, ciphertext, blowfish_encrypt_contiguous_blocks, in blowfish_encrypt_update()
643 plaintext, ciphertext, blowfish_encrypt_contiguous_blocks, in blowfish_encrypt_atomic()
648 plaintext, ciphertext, blowfish_encrypt_contiguous_blocks, in blowfish_encrypt_atomic()
653 plaintext, ciphertext, blowfish_encrypt_contiguous_blocks, in blowfish_encrypt_atomic()
/illumos-gate/usr/src/common/crypto/blowfish/
H A Dblowfish_impl.h67 extern int blowfish_encrypt_contiguous_blocks(void *, char *, size_t,
H A Dblowfish_impl.c734 blowfish_encrypt_contiguous_blocks(void *ctx, char *data, size_t length, in blowfish_encrypt_contiguous_blocks() function
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/common/
H A Dmapfile-vers108 blowfish_encrypt_contiguous_blocks;
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftBlowfishCrypt.c274 rc = blowfish_encrypt_contiguous_blocks( in soft_blowfish_encrypt_common()