Searched refs:crypt_block (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dblowfish.cpp28 crypt_block(dspace, pbox);
31 crypt_block(pbox+i, pbox+i+2);
33 crypt_block(pbox+ROUNDS, sbox);
36 crypt_block(sbox+i, sbox+i+2);
44 void Blowfish::Base::crypt_block(const word32 in[2], word32 out[2]) const function in class:Blowfish::Base
H A Dblowfish.h27 void crypt_block(const word32 in[2], word32 out[2]) const;

Completed in 160 milliseconds