Searched refs:BF_cfb64_encrypt (Results 1 – 6 of 6) sorted by relevance
/openssl/doc/man3/ |
H A D | BF_encrypt.pod | 6 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 D | bftest.c | 390 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 D | blowfish.h | 61 OSSL_DEPRECATEDIN_3_0 void BF_cfb64_encrypt(const unsigned char *in,
|
/openssl/crypto/bf/ |
H A D | bf_cfb64.c | 25 void BF_cfb64_encrypt(const unsigned char *in, unsigned char *out, in BF_cfb64_encrypt() function
|
/openssl/doc/man7/ |
H A D | ossl-guide-migration.pod | 1231 BF_encrypt(), BF_decrypt(), BF_set_key(), BF_cbc_encrypt(), BF_cfb64_encrypt(),
|
/openssl/util/ |
H A D | libcrypto.num | 3080 BF_cfb64_encrypt 3147 3_0_0 EXIST::FUNCTION:BF,DEPRECATEDIN_3_0
|
Completed in 34 milliseconds