Searched refs:BF_ofb64_encrypt (Results 1 – 10 of 10) sorted by relevance
/third_party/openssl/test/ |
D | bftest.c | 420 BF_ofb64_encrypt((unsigned char *)cbc_data, cbc_out, (long)13, &key, iv, in test_bf_ofb64() 422 BF_ofb64_encrypt((unsigned char *)&(cbc_data[13]), &(cbc_out[13]), in test_bf_ofb64() 429 BF_ofb64_encrypt(cbc_out, cbc_in, 17, &key, iv, &n); in test_bf_ofb64() 430 BF_ofb64_encrypt(&(cbc_out[17]), &(cbc_in[17]), len - 17, &key, iv, &n); in test_bf_ofb64()
|
/third_party/openssl/doc/man3/ |
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.
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | blowfish.h | 51 void BF_ofb64_encrypt(const unsigned char *in, unsigned char *out,
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
D | blowfish.h | 66 OSSL_DEPRECATEDIN_3_0 void BF_ofb64_encrypt(const unsigned char *in,
|
/third_party/openssl/include/openssl/ |
D | blowfish.h | 66 OSSL_DEPRECATEDIN_3_0 void BF_ofb64_encrypt(const unsigned char *in,
|
/third_party/node/deps/openssl/openssl/crypto/bf/ |
D | bf_ofb64.c | 24 void BF_ofb64_encrypt(const unsigned char *in, unsigned char *out, in BF_ofb64_encrypt() function
|
/third_party/openssl/crypto/bf/ |
D | bf_ofb64.c | 24 void BF_ofb64_encrypt(const unsigned char *in, unsigned char *out, in BF_ofb64_encrypt() function
|
/third_party/openssl/doc/man7/ |
D | migration_guide.pod | 1194 BF_ecb_encrypt(), BF_ofb64_encrypt()
|
/third_party/openssl/util/ |
D | libcrypto.num | 1679 BF_ofb64_encrypt 1719 3_0_0 EXIST::FUNCTION:BF,DEPRECATEDIN_3_0
|
/third_party/node/deps/openssl/openssl/util/ |
D | libcrypto.num | 1679 BF_ofb64_encrypt 1719 3_0_0 EXIST::FUNCTION:BF,DEPRECATEDIN_3_0
|