Home
last modified time | relevance | path

Searched refs:DES_ncbc_encrypt (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_des_hw.c77 DES_ncbc_encrypt(in, out, MAXCHUNK, key, (DES_cblock *)ctx->iv, in cipher_hw_des_cbc_cipher()
84 DES_ncbc_encrypt(in, out, (long)len, key, (DES_cblock *)ctx->iv, in cipher_hw_des_cbc_cipher()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_des.c103 DES_ncbc_encrypt(in, out, (long)EVP_MAXCHUNK, in des_cbc_cipher()
112 DES_ncbc_encrypt(in, out, (long)inl, in des_cbc_cipher()
/third_party/openssl/crypto/evp/
H A De_des.c103 DES_ncbc_encrypt(in, out, (long)EVP_MAXCHUNK, in des_cbc_cipher()
112 DES_ncbc_encrypt(in, out, (long)inl, in des_cbc_cipher()
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_des_hw.c77 DES_ncbc_encrypt(in, out, MAXCHUNK, key, (DES_cblock *)ctx->iv, in cipher_hw_des_cbc_cipher()
84 DES_ncbc_encrypt(in, out, (long)len, key, (DES_cblock *)ctx->iv, in cipher_hw_des_cbc_cipher()
/third_party/node/deps/openssl/openssl/crypto/des/
H A Dncbc_enc.c13 * des_enc.c (DES_ncbc_encrypt)
22 void DES_ncbc_encrypt(const unsigned char *in, unsigned char *out, in DES_cbc_encrypt()
/third_party/openssl/crypto/des/
H A Dncbc_enc.c13 * des_enc.c (DES_ncbc_encrypt)
22 void DES_ncbc_encrypt(const unsigned char *in, unsigned char *out, in DES_cbc_encrypt()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Ddes.h86 /* DES_cbc_encrypt does not update the IV! Use DES_ncbc_encrypt instead. */
93 void DES_ncbc_encrypt(const unsigned char *input, unsigned char *output,
/third_party/openssl/include/openssl/
H A Ddes.h86 /* DES_cbc_encrypt does not update the IV! Use DES_ncbc_encrypt instead. */
93 void DES_ncbc_encrypt(const unsigned char *input, unsigned char *output,
/third_party/openssl/ohos_lite/include/openssl/
H A Ddes.h76 /* DES_cbc_encrypt does not update the IV! Use DES_ncbc_encrypt instead. */
80 void DES_ncbc_encrypt(const unsigned char *input, unsigned char *output,
/third_party/openssl/test/
H A Ddestest.c375 DES_ncbc_encrypt(cbc_data, cbc_out, cbc_data_len + 1, &ks, in test_des_cbc()
381 DES_ncbc_encrypt(cbc_out, cbc_in, cbc_data_len + 1, &ks, in test_des_cbc()
452 DES_ncbc_encrypt(&cbc_data[i], cbc_out, n, &ks, &iv, DES_ENCRYPT); in test_input_align()
467 DES_ncbc_encrypt(cbc_data, &cbc_out[i], n, &ks, &iv, DES_ENCRYPT); in test_output_align()
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/crypto/des/
H A Ddes-586.S1373 .globl DES_ncbc_encrypt
1374 .type DES_ncbc_encrypt,@function
1376 DES_ncbc_encrypt: label
1592 .size DES_ncbc_encrypt,.-.L_DES_ncbc_encrypt_begin
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/crypto/des/
H A Ddes-586.S1373 .globl DES_ncbc_encrypt
1374 .type DES_ncbc_encrypt,@function
1376 DES_ncbc_encrypt: label
1592 .size DES_ncbc_encrypt,.-.L_DES_ncbc_encrypt_begin
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/crypto/des/
H A Ddes-586.S1373 .globl DES_ncbc_encrypt
1374 .type DES_ncbc_encrypt,@function
1376 DES_ncbc_encrypt: label
1592 .size DES_ncbc_encrypt,.-.L_DES_ncbc_encrypt_begin
/third_party/node/deps/openssl/config/archs/linux-elf/asm/crypto/des/
H A Ddes-586.S1373 .globl DES_ncbc_encrypt
1374 .type DES_ncbc_encrypt,@function
1376 DES_ncbc_encrypt: label
1592 .size DES_ncbc_encrypt,.-.L_DES_ncbc_encrypt_begin

Completed in 10 milliseconds