Home
last modified time | relevance | path

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

/openssl/doc/man3/
H 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/test/
H A Dbftest.c390 BF_cfb64_encrypt((unsigned char *)cbc_data, cbc_out, (long)13, in test_bf_cfb64()
392 BF_cfb64_encrypt((unsigned char *)&(cbc_data[13]), &(cbc_out[13]), in test_bf_cfb64()
399 BF_cfb64_encrypt(cbc_out, cbc_in, 17, &key, iv, &n, BF_DECRYPT); in test_bf_cfb64()
400 BF_cfb64_encrypt(&(cbc_out[17]), &(cbc_in[17]), len - 17, in test_bf_cfb64()
/openssl/include/openssl/
H A Dblowfish.h61 OSSL_DEPRECATEDIN_3_0 void BF_cfb64_encrypt(const unsigned char *in,
/openssl/crypto/bf/
H A Dbf_cfb64.c25 void BF_cfb64_encrypt(const unsigned char *in, unsigned char *out, in BF_cfb64_encrypt() function
/openssl/doc/man7/
H A Dossl-guide-migration.pod1231 BF_encrypt(), BF_decrypt(), BF_set_key(), BF_cbc_encrypt(), BF_cfb64_encrypt(),
/openssl/util/
H A Dlibcrypto.num3080 BF_cfb64_encrypt 3147 3_0_0 EXIST::FUNCTION:BF,DEPRECATEDIN_3_0

Completed in 34 milliseconds