Searched refs:BF_ofb64_encrypt (Results 1 – 6 of 6) sorted by relevance
/openssl/test/ |
H A D | bftest.c | 422 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 D | BF_encrypt.pod | 6 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 D | blowfish.h | 66 OSSL_DEPRECATEDIN_3_0 void BF_ofb64_encrypt(const unsigned char *in,
|
/openssl/crypto/bf/ |
H A D | bf_ofb64.c | 24 void BF_ofb64_encrypt(const unsigned char *in, unsigned char *out, in BF_ofb64_encrypt() function
|
/openssl/doc/man7/ |
H A D | ossl-guide-migration.pod | 1232 BF_ecb_encrypt(), BF_ofb64_encrypt()
|
/openssl/util/ |
H A D | libcrypto.num | 1679 BF_ofb64_encrypt 1719 3_0_0 EXIST::FUNCTION:BF,DEPRECATEDIN_3_0
|
Completed in 30 milliseconds