Home
last modified time | relevance | path

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

/dports/security/p5-Crypt-Blowfish/Crypt-Blowfish-2.14/
H A D_blowfish.c337 BFkey_type *bfkey;
346 S = bfkey->sbox ;
347 P = bfkey->p[direction] ;
373 BFkey_type *bfkey;
403 BFkey_type *bfkey;
412 bfkey->p[0][i] = p_init[i] ;
456 (bfkey->p)[0][i] ^= data;
462 bfkey->p[0][i] = dspace[0] ;
471 crypt_block( dspace, bfkey, 0 ) ;
472 bfkey->sbox[i][j] = dspace[0] ;
[all …]
H A Dblowfish.h5 int blowfish_make_bfkey(char * key_string, int keylength, char * bfkey);
6 void blowfish_crypt_8bytes(bf_cblock source, bf_cblock dest, char * bfkey, short direction);
/dports/irc/hexchat-fish/fishlim-f952f6f21f6b7786e10d06a5ca90749f6e9f1f40/
H A Dfish.c63 secure_erase(bfkey, sizeof(*bfkey)); in secure_erase_key()
70 BF_KEY bfkey; in fish_encrypt_ecb() local
99 BF_encrypt(binary, &bfkey); in fish_encrypt_ecb()
117 secure_erase_key(&bfkey); in fish_encrypt_ecb()
126 BF_KEY bfkey; in fish_encrypt_cbc() local
146 secure_erase_key(&bfkey); in fish_encrypt_cbc()
185 BF_KEY bfkey; in fish_decrypt_cbc() local
220 secure_erase_key(&bfkey); in fish_decrypt_cbc()
236 BF_KEY bfkey; in fish_decrypt_ecb() local
266 BF_decrypt(binary, &bfkey); in fish_decrypt_ecb()
[all …]
/dports/irc/p5-POE-Component-IRC-Plugin-Blowfish/POE-Component-IRC-Plugin-Blowfish-0.01/examples/
H A Dsynopsis.pl13 my $bfkey = 'secret';
36 POE::Component::IRC::Plugin::Blowfish->new( $channel => $bfkey ) );
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/util/
H A DBlowfish.java230 public BlowfishECB(byte[] bfkey) in BlowfishECB() argument
257 int nLen = bfkey.length; in BlowfishECB()
267 nBuild = (nBuild << 8) | (((int) bfkey[nKeyPos]) & 0x0ff); in BlowfishECB()
914 public BlowfishCBC(byte[] bfkey) in BlowfishCBC() argument
916 super(bfkey); in BlowfishCBC()
928 public BlowfishCBC(byte[] bfkey, in BlowfishCBC() argument
931 super(bfkey); in BlowfishCBC()
943 public BlowfishCBC(byte[] bfkey, in BlowfishCBC() argument
946 super(bfkey); in BlowfishCBC()
/dports/irc/p5-POE-Component-IRC-Plugin-Blowfish/POE-Component-IRC-Plugin-Blowfish-0.01/
H A DREADME16 my $bfkey = 'secret';
39 POE::Component::IRC::Plugin::Blowfish->new( $channel => $bfkey ) );