Home
last modified time | relevance | path

Searched refs:BF_cbc_encrypt (Results 1 – 13 of 13) 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,
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/
Dblowfish.h116 void BF_cbc_encrypt(const unsigned char *in, unsigned char *out, long length,
Dbftest.c468 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()
Dbf_cbc.c62 void BF_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, in BF_cbc_encrypt() function
Dbfspeed.c249 BF_cbc_encrypt(buf, buf, BUFSIZE, &sch, &(key[0]), BF_ENCRYPT); in main()
Dbf_enc.c225 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/
Dreadme117 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/
Dbf-686.s687 .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
Dbf-586.s717 .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/
DMakefile.man567 MLINKS+= blowfish.3 BF_cbc_encrypt.3
/freebsd-9-stable/crypto/openssl/apps/
Dspeed.c1985 BF_cbc_encrypt(buf, buf, in MAIN()
/freebsd-9-stable/crypto/openssl/util/
Dlibeay.num40 BF_cbc_encrypt 40 EXIST::FUNCTION:BF
/freebsd-9-stable/crypto/openssl/doc/
Dssleay.txt1505 void BF_cbc_encrypt(
1519 the next call to BF_cbc_encrypt().