Home
last modified time | relevance | path

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

/third_party/openssl/test/
H A Dideatest.c100 IDEA_cfb64_encrypt(plain, cfb_buf1, (long)12, &eks, in test_idea_cfb64()
102 IDEA_cfb64_encrypt(&plain[12], &cfb_buf1[12], in test_idea_cfb64()
109 IDEA_cfb64_encrypt(cfb_buf1, cfb_buf2, (long)13, &eks, in test_idea_cfb64()
111 IDEA_cfb64_encrypt(&cfb_buf1[13], &cfb_buf2[13], in test_idea_cfb64()
/third_party/openssl/ohos_lite/include/openssl/
H A Didea.h40 void IDEA_cfb64_encrypt(const unsigned char *in, unsigned char *out,
54 # define idea_cfb64_encrypt IDEA_cfb64_encrypt
/third_party/node/deps/openssl/openssl/include/openssl/
H A Didea.h53 OSSL_DEPRECATEDIN_3_0 void IDEA_cfb64_encrypt(const unsigned char *in,
72 # define idea_cfb64_encrypt IDEA_cfb64_encrypt
/third_party/openssl/include/openssl/
H A Didea.h53 OSSL_DEPRECATEDIN_3_0 void IDEA_cfb64_encrypt(const unsigned char *in,
72 # define idea_cfb64_encrypt IDEA_cfb64_encrypt
/third_party/node/deps/openssl/openssl/crypto/idea/
H A Di_cfb64.c26 void IDEA_cfb64_encrypt(const unsigned char *in, unsigned char *out, in IDEA_cfb64_encrypt() function
/third_party/openssl/crypto/idea/
H A Di_cfb64.c26 void IDEA_cfb64_encrypt(const unsigned char *in, unsigned char *out, in IDEA_cfb64_encrypt() function

Completed in 2 milliseconds