Searched refs:BF_cbc_encrypt (Results 1 – 13 of 13) 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, 16 void BF_cbc_encrypt(const unsigned char *in, unsigned char *out, 53 The mode functions BF_cbc_encrypt(), BF_cfb64_encrypt() and BF_ofb64_encrypt() 60 BF_cbc_encrypt() operates on data that is a multiple of 8 bytes long, while 68 BF_cbc_encrypt() is the Cipher Block Chaining function for Blowfish. It
|
| /freebsd-9-stable/crypto/openssl/crypto/bf/ |
| D | blowfish.h | 116 void BF_cbc_encrypt(const unsigned char *in, unsigned char *out, long length,
|
| D | bftest.c | 468 BF_cbc_encrypt((unsigned char *)cbc_data, cbc_out, len, in test() 477 BF_cbc_encrypt(cbc_out, cbc_in, len, &key, iv, BF_DECRYPT); in test()
|
| D | bf_cbc.c | 62 void BF_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, in BF_cbc_encrypt() function
|
| D | bfspeed.c | 249 BF_cbc_encrypt(buf, buf, BUFSIZE, &sch, &(key[0]), BF_ENCRYPT); in main()
|
| D | bf_enc.c | 225 void BF_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, in BF_cbc_encrypt() function
|
| /freebsd-9-stable/crypto/openssl/crypto/perlasm/ |
| D | readme | 117 void BF_cbc_encrypt(unsigned char *in, unsigned char *out, long length, 120 &cbc("BF_cbc_encrypt","BF_encrypt","BF_encrypt",1,4,5,3,-1,-1);
|
| /freebsd-9-stable/secure/lib/libcrypto/i386/ |
| D | bf-686.s | 687 .globl BF_cbc_encrypt 688 .type BF_cbc_encrypt,@function 689 BF_cbc_encrypt: label 896 .size BF_cbc_encrypt,.L_BF_cbc_encrypt_end-BF_cbc_encrypt
|
| D | bf-586.s | 717 .globl BF_cbc_encrypt 718 .type BF_cbc_encrypt,@function 719 BF_cbc_encrypt: label 926 .size BF_cbc_encrypt,.L_BF_cbc_encrypt_end-BF_cbc_encrypt
|
| /freebsd-9-stable/secure/lib/libcrypto/ |
| D | Makefile.man | 567 MLINKS+= blowfish.3 BF_cbc_encrypt.3
|
| /freebsd-9-stable/crypto/openssl/apps/ |
| D | speed.c | 1985 BF_cbc_encrypt(buf, buf, in MAIN()
|
| /freebsd-9-stable/crypto/openssl/util/ |
| D | libeay.num | 40 BF_cbc_encrypt 40 EXIST::FUNCTION:BF
|
| /freebsd-9-stable/crypto/openssl/doc/ |
| D | ssleay.txt | 1505 void BF_cbc_encrypt( 1519 the next call to BF_cbc_encrypt().
|