/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_des_hw.c | 77 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 D | e_des.c | 103 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 D | e_des.c | 103 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 D | cipher_des_hw.c | 77 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 D | ncbc_enc.c | 13 * 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 D | ncbc_enc.c | 13 * 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 D | des.h | 86 /* 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 D | des.h | 86 /* 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 D | des.h | 76 /* 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 D | destest.c | 375 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 D | des-586.S | 1373 .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 D | des-586.S | 1373 .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 D | des-586.S | 1373 .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 D | des-586.S | 1373 .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
|