Home
last modified time | relevance | path

Searched refs:DES_cfb64_encrypt (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_des.c124 DES_cfb64_encrypt(in, out, (long)EVP_MAXCHUNK, in des_cfb64_cipher()
135 DES_cfb64_encrypt(in, out, (long)inl, in des_cfb64_cipher()
/third_party/openssl/crypto/evp/
H A De_des.c124 DES_cfb64_encrypt(in, out, (long)EVP_MAXCHUNK, in des_cfb64_cipher()
135 DES_cfb64_encrypt(in, out, (long)inl, in des_cfb64_cipher()
/third_party/node/deps/openssl/openssl/crypto/des/
H A Dcfb64enc.c24 void DES_cfb64_encrypt(const unsigned char *in, unsigned char *out, in DES_cfb64_encrypt() function
/third_party/openssl/crypto/des/
H A Dcfb64enc.c24 void DES_cfb64_encrypt(const unsigned char *in, unsigned char *out, in DES_cfb64_encrypt() function
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_des_hw.c118 DES_cfb64_encrypt(in, out, (long)chunk, key, (DES_cblock *)ctx->iv, in cipher_hw_des_cfb64_cipher()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Ddes.h197 void DES_cfb64_encrypt(const unsigned char *in, unsigned char *out,
/third_party/openssl/include/openssl/
H A Ddes.h197 void DES_cfb64_encrypt(const unsigned char *in, unsigned char *out,
/third_party/openssl/ohos_lite/include/openssl/
H A Ddes.h160 void DES_cfb64_encrypt(const unsigned char *in, unsigned char *out,
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_des_hw.c118 DES_cfb64_encrypt(in, out, (long)chunk, key, (DES_cblock *)ctx->iv, in cipher_hw_des_cfb64_cipher()
/third_party/openssl/test/
H A Ddestest.c555 DES_cfb64_encrypt(plain, cfb_buf1, 12, &ks, &cfb_tmp, &n, DES_ENCRYPT); in test_des_cfb64()
556 DES_cfb64_encrypt(&plain[12], &cfb_buf1[12], sizeof(plain) - 12, &ks, in test_des_cfb64()
562 DES_cfb64_encrypt(cfb_buf1, cfb_buf2, 17, &ks, &cfb_tmp, &n, DES_DECRYPT); in test_des_cfb64()
563 DES_cfb64_encrypt(&cfb_buf1[17], &cfb_buf2[17], in test_des_cfb64()

Completed in 5 milliseconds