Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/doc/crypto/
Dblowfish.pod5 blowfish, BF_set_key, BF_encrypt, BF_decrypt, BF_ecb_encrypt, BF_cbc_encrypt,
14 void BF_ecb_encrypt(const unsigned char *in, unsigned char *out,
46 BF_ecb_encrypt() is the basic Blowfish encryption and decryption function.
88 implement 'modes' of Blowfish. The alternative is to use BF_ecb_encrypt().
/freebsd-9-stable/crypto/openssl/crypto/bf/
Dbftest.c421 BF_ecb_encrypt(&(plain_data[n][0]), out, &key, BF_ENCRYPT); in test()
435 BF_ecb_encrypt(out, out, &key, BF_DECRYPT); in test()
453 BF_ecb_encrypt(key_data, out, &key, BF_ENCRYPT); in test()
Dbf_ecb.c82 void BF_ecb_encrypt(const unsigned char *in, unsigned char *out, in BF_ecb_encrypt() function
Dblowfish.h114 void BF_ecb_encrypt(const unsigned char *in, unsigned char *out,
/freebsd-9-stable/sys/crypto/blowfish/
Dblowfish.h86 void BF_ecb_encrypt(const unsigned char *, unsigned char *,
Dbf_ecb.c71 void BF_ecb_encrypt(const unsigned char *in, unsigned char *out, in BF_ecb_encrypt() function
/freebsd-9-stable/secure/lib/libcrypto/
DMakefile.man566 MLINKS+= blowfish.3 BF_ecb_encrypt.3
/freebsd-9-stable/crypto/openssl/util/
Dlibeay.num42 BF_ecb_encrypt 42 EXIST::FUNCTION:BF
/freebsd-9-stable/crypto/openssl/doc/
Dssleay.txt1493 void BF_ecb_encrypt(