Searched refs:BF_ecb_encrypt (Results 1 – 9 of 9) sorted by relevance
| /freebsd-9-stable/crypto/openssl/doc/crypto/ |
| D | blowfish.pod | 5 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/ |
| D | bftest.c | 421 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()
|
| D | bf_ecb.c | 82 void BF_ecb_encrypt(const unsigned char *in, unsigned char *out, in BF_ecb_encrypt() function
|
| D | blowfish.h | 114 void BF_ecb_encrypt(const unsigned char *in, unsigned char *out,
|
| /freebsd-9-stable/sys/crypto/blowfish/ |
| D | blowfish.h | 86 void BF_ecb_encrypt(const unsigned char *, unsigned char *,
|
| D | bf_ecb.c | 71 void BF_ecb_encrypt(const unsigned char *in, unsigned char *out, in BF_ecb_encrypt() function
|
| /freebsd-9-stable/secure/lib/libcrypto/ |
| D | Makefile.man | 566 MLINKS+= blowfish.3 BF_ecb_encrypt.3
|
| /freebsd-9-stable/crypto/openssl/util/ |
| D | libeay.num | 42 BF_ecb_encrypt 42 EXIST::FUNCTION:BF
|
| /freebsd-9-stable/crypto/openssl/doc/ |
| D | ssleay.txt | 1493 void BF_ecb_encrypt(
|