/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_des_hw.c | 147 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 D | e_des.c | 160 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 D | e_des.c | 160 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 D | cipher_des_hw.c | 147 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 D | cfb_enc.c | 30 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 D | cfb_enc.c | 30 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 D | des.h | 101 void DES_cfb_encrypt(const unsigned char *in, unsigned char *out, int numbits,
|
/third_party/openssl/include/openssl/ |
H A D | des.h | 101 void DES_cfb_encrypt(const unsigned char *in, unsigned char *out, int numbits,
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | des.h | 87 void DES_cfb_encrypt(const unsigned char *in, unsigned char *out, int numbits,
|
/third_party/openssl/test/ |
H A D | destest.c | 513 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()
|