Home
last modified time | relevance | path

Searched refs:DES_cfb64_encrypt (Results 1 – 8 of 8) sorted by relevance

/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()
/openssl/crypto/des/
H A Dcfb64enc.c24 void DES_cfb64_encrypt(const unsigned char *in, unsigned char *out, in DES_cfb64_encrypt() function
/openssl/test/
H A Ddestest.c565 DES_cfb64_encrypt(plain, cfb_buf1, 12, &ks, &cfb_tmp, &n, DES_ENCRYPT); in test_des_cfb64()
566 DES_cfb64_encrypt(&plain[12], &cfb_buf1[12], sizeof(plain) - 12, &ks, in test_des_cfb64()
572 DES_cfb64_encrypt(cfb_buf1, cfb_buf2, 17, &ks, &cfb_tmp, &n, DES_DECRYPT); in test_des_cfb64()
573 DES_cfb64_encrypt(&cfb_buf1[17], &cfb_buf2[17], in test_des_cfb64()
/openssl/doc/man3/
H A DDES_random_key.pod8 DES_cfb_encrypt, DES_ofb_encrypt, DES_pcbc_encrypt, DES_cfb64_encrypt,
53 void DES_cfb64_encrypt(const unsigned char *in, unsigned char *out,
198 DES_cfb64_encrypt()
207 DES_cfb64_encrypt() except that Triple-DES is used.
217 DES_ofb64_encrypt() is the same as DES_cfb64_encrypt() using Output
/openssl/include/openssl/
H A Ddes.h197 void DES_cfb64_encrypt(const unsigned char *in, unsigned char *out,
/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()
/openssl/doc/man7/
H A Dossl-guide-migration.pod1350 DES_cfb64_encrypt DES_cfb_encrypt(), DES_cbc_encrypt(), DES_ncbc_encrypt(),
/openssl/util/
H A Dlibcrypto.num2862 DES_cfb64_encrypt 2926 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DES

Completed in 39 milliseconds