Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_des_hw.c147 DES_cfb_encrypt(c, d, 1, 1, key, (DES_cblock *)ctx->iv, ctx->enc); in cipher_hw_des_cfb1_cipher()
168 DES_cfb_encrypt(in, out, 8, (long)MAXCHUNK, key, in cipher_hw_des_cfb8_cipher()
175 DES_cfb_encrypt(in, out, 8, (long)inl, key, in cipher_hw_des_cfb8_cipher()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_des.c160 DES_cfb_encrypt(c, d, 1, 1, EVP_CIPHER_CTX_get_cipher_data(ctx), in des_cfb1_cipher()
181 DES_cfb_encrypt(in, out, 8, (long)EVP_MAXCHUNK, in des_cfb8_cipher()
190 DES_cfb_encrypt(in, out, 8, (long)inl, in des_cfb8_cipher()
/third_party/openssl/crypto/evp/
H A De_des.c160 DES_cfb_encrypt(c, d, 1, 1, EVP_CIPHER_CTX_get_cipher_data(ctx), in des_cfb1_cipher()
181 DES_cfb_encrypt(in, out, 8, (long)EVP_MAXCHUNK, in des_cfb8_cipher()
190 DES_cfb_encrypt(in, out, 8, (long)inl, in des_cfb8_cipher()
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_des_hw.c147 DES_cfb_encrypt(c, d, 1, 1, key, (DES_cblock *)ctx->iv, ctx->enc); in cipher_hw_des_cfb1_cipher()
168 DES_cfb_encrypt(in, out, 8, (long)MAXCHUNK, key, in cipher_hw_des_cfb8_cipher()
175 DES_cfb_encrypt(in, out, 8, (long)inl, key, in cipher_hw_des_cfb8_cipher()
/third_party/node/deps/openssl/openssl/crypto/des/
H A Dcfb_enc.c30 void DES_cfb_encrypt(const unsigned char *in, unsigned char *out, int numbits, in DES_cfb_encrypt() function
/third_party/openssl/crypto/des/
H A Dcfb_enc.c30 void DES_cfb_encrypt(const unsigned char *in, unsigned char *out, int numbits, in DES_cfb_encrypt() function
/third_party/node/deps/openssl/openssl/include/openssl/
H A Ddes.h101 void DES_cfb_encrypt(const unsigned char *in, unsigned char *out, int numbits,
/third_party/openssl/include/openssl/
H A Ddes.h101 void DES_cfb_encrypt(const unsigned char *in, unsigned char *out, int numbits,
/third_party/openssl/ohos_lite/include/openssl/
H A Ddes.h87 void DES_cfb_encrypt(const unsigned char *in, unsigned char *out, int numbits,
/third_party/openssl/test/
H A Ddestest.c513 DES_cfb_encrypt(plain, cfb_buf1, bits, sizeof(plain), &ks, &cfb_tmp, in cfb_test()
518 DES_cfb_encrypt(cfb_buf1, cfb_buf2, bits, sizeof(plain), &ks, &cfb_tmp, in cfb_test()
570 DES_cfb_encrypt(&plain[i], &cfb_buf1[i], 8, 1, &ks, &cfb_tmp, in test_des_cfb64()
577 DES_cfb_encrypt(&cfb_buf1[i], &cfb_buf2[i], 8, 1, &ks, &cfb_tmp, in test_des_cfb64()

Completed in 5 milliseconds