Home
last modified time | relevance | path

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

/openssl/test/
H A Dbftest.c422 BF_ofb64_encrypt((unsigned char *)cbc_data, cbc_out, (long)13, &key, iv, in test_bf_ofb64()
424 BF_ofb64_encrypt((unsigned char *)&(cbc_data[13]), &(cbc_out[13]), in test_bf_ofb64()
431 BF_ofb64_encrypt(cbc_out, cbc_in, 17, &key, iv, &n); in test_bf_ofb64()
432 BF_ofb64_encrypt(&(cbc_out[17]), &(cbc_in[17]), len - 17, &key, iv, &n); in test_bf_ofb64()
/openssl/doc/man3/
H A DBF_encrypt.pod6 BF_cfb64_encrypt, BF_ofb64_encrypt, BF_options - Blowfish encryption
26 void BF_ofb64_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
91 BF_ofb64_encrypt() is the OFB mode for Blowfish with 64 bit feedback.
/openssl/include/openssl/
H A Dblowfish.h66 OSSL_DEPRECATEDIN_3_0 void BF_ofb64_encrypt(const unsigned char *in,
/openssl/crypto/bf/
H A Dbf_ofb64.c24 void BF_ofb64_encrypt(const unsigned char *in, unsigned char *out, in BF_ofb64_encrypt() function
/openssl/doc/man7/
H A Dossl-guide-migration.pod1232 BF_ecb_encrypt(), BF_ofb64_encrypt()
/openssl/util/
H A Dlibcrypto.num1679 BF_ofb64_encrypt 1719 3_0_0 EXIST::FUNCTION:BF,DEPRECATEDIN_3_0

Completed in 30 milliseconds