Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/crypto/io/
H A Dblowfish.c110 #define BLOWFISH_ARG_INPLACE(input, output) \ macro
354 BLOWFISH_ARG_INPLACE(plaintext, ciphertext); in blowfish_encrypt()
396 BLOWFISH_ARG_INPLACE(ciphertext, plaintext); in blowfish_decrypt()
429 BLOWFISH_ARG_INPLACE(plaintext, ciphertext); in blowfish_encrypt_update()
492 BLOWFISH_ARG_INPLACE(ciphertext, plaintext); in blowfish_decrypt_update()
604 BLOWFISH_ARG_INPLACE(plaintext, ciphertext); in blowfish_encrypt_atomic()
691 BLOWFISH_ARG_INPLACE(ciphertext, plaintext); in blowfish_decrypt_atomic()