Searched refs:DES_xcbc_encrypt (Results 1 – 8 of 8) sorted by relevance
/openssl/crypto/evp/ |
H A D | e_xcbc_d.c | 76 DES_xcbc_encrypt(in, out, (long)EVP_MAXCHUNK, &data(ctx)->ks, in desx_cbc_cipher() 85 DES_xcbc_encrypt(in, out, (long)inl, &data(ctx)->ks, in desx_cbc_cipher()
|
/openssl/providers/implementations/ciphers/ |
H A D | cipher_desx_hw.c | 56 DES_xcbc_encrypt(in, out, (long)MAXCHUNK, &tctx->ks1, in cipher_hw_desx_cbc() 64 DES_xcbc_encrypt(in, out, (long)inl, &tctx->ks1, in cipher_hw_desx_cbc()
|
/openssl/crypto/des/ |
H A D | xcbc_enc.c | 20 void DES_xcbc_encrypt(const unsigned char *in, unsigned char *out, in DES_xcbc_encrypt() function
|
/openssl/include/openssl/ |
H A D | des.h | 97 void DES_xcbc_encrypt(const unsigned char *input, unsigned char *output,
|
/openssl/test/ |
H A D | destest.c | 409 DES_xcbc_encrypt(cbc_data, cbc_out, n, &ks, &iv3, &cbc2_key, &cbc3_key, in test_des_ede_cbc() 414 DES_xcbc_encrypt(cbc_out, cbc_in, n, &ks, &iv3, &cbc2_key, &cbc3_key, in test_des_ede_cbc()
|
/openssl/doc/man3/ |
H A D | DES_random_key.pod | 9 DES_ofb64_encrypt, DES_xcbc_encrypt, DES_ede2_cbc_encrypt, 60 void DES_xcbc_encrypt(const unsigned char *input, unsigned char *output, 173 DES_xcbc_encrypt() is RSA's DESX mode of DES. It uses I<inw> and
|
/openssl/doc/man7/ |
H A D | ossl-guide-migration.pod | 1351 DES_pcbc_encrypt(), DES_xcbc_encrypt(), DES_cbc_cksum(), DES_quad_cksum(),
|
/openssl/util/ |
H A D | libcrypto.num | 8 DES_xcbc_encrypt 8 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DES
|
Completed in 31 milliseconds