Home
last modified time | relevance | path

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

/openssl-master/doc/man3/
A DBF_encrypt.pod6 BF_cfb64_encrypt, BF_ofb64_encrypt, BF_options - Blowfish encryption
23 void BF_cfb64_encrypt(const unsigned char *in, unsigned char *out,
63 The mode functions BF_cbc_encrypt(), BF_cfb64_encrypt() and BF_ofb64_encrypt()
71 BF_cfb64_encrypt() and BF_ofb64_encrypt() are used to encrypt a variable
84 BF_cfb64_encrypt() is the CFB mode for Blowfish with 64 bit feedback.
92 It uses the same parameters as BF_cfb64_encrypt(), which must be initialized
/openssl-master/test/
A Dbftest.c388 BF_cfb64_encrypt((unsigned char *)cbc_data, cbc_out, (long)13, in test_bf_cfb64()
390 BF_cfb64_encrypt((unsigned char *)&(cbc_data[13]), &(cbc_out[13]), in test_bf_cfb64()
397 BF_cfb64_encrypt(cbc_out, cbc_in, 17, &key, iv, &n, BF_DECRYPT); in test_bf_cfb64()
398 BF_cfb64_encrypt(&(cbc_out[17]), &(cbc_in[17]), len - 17, in test_bf_cfb64()
/openssl-master/include/openssl/
A Dblowfish.h61 OSSL_DEPRECATEDIN_3_0 void BF_cfb64_encrypt(const unsigned char *in,
/openssl-master/crypto/bf/
A Dbf_cfb64.c25 void BF_cfb64_encrypt(const unsigned char *in, unsigned char *out, in BF_cfb64_encrypt() function
/openssl-master/doc/man7/
A Dmigration_guide.pod1160 BF_encrypt(), BF_decrypt(), BF_set_key(), BF_cbc_encrypt(), BF_cfb64_encrypt(),
/openssl-master/util/
A Dlibcrypto.num3080 BF_cfb64_encrypt 3147 3_0_0 EXIST::FUNCTION:BF,DEPRECATEDIN_3_0

Completed in 38 milliseconds