Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/blowfish/
H A Dblowfish_impl.h47 #define BLOWFISH_XOR_BLOCK(src, dst) \ macro
H A Dblowfish_impl.c726 BLOWFISH_XOR_BLOCK(data, dst); in blowfish_xor_block()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dblowfish.c78 #define BLOWFISH_XOR_BLOCK(src, dst) \ macro