Home
last modified time | relevance | path

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

/third_party/openssl/ohos_lite/include/openssl/
H A Dblowfish.h51 void BF_ofb64_encrypt(const unsigned char *in, unsigned char *out,
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dblowfish.h66 OSSL_DEPRECATEDIN_3_0 void BF_ofb64_encrypt(const unsigned char *in,
/third_party/node/deps/openssl/openssl/crypto/bf/
H A Dbf_ofb64.c24 void BF_ofb64_encrypt(const unsigned char *in, unsigned char *out, in BF_ofb64_encrypt() function
/third_party/openssl/crypto/bf/
H A Dbf_ofb64.c24 void BF_ofb64_encrypt(const unsigned char *in, unsigned char *out, in BF_ofb64_encrypt() function
/third_party/openssl/include/openssl/
H A Dblowfish.h66 OSSL_DEPRECATEDIN_3_0 void BF_ofb64_encrypt(const unsigned char *in,
/third_party/openssl/test/
H A Dbftest.c420 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()

Completed in 3 milliseconds