Searched defs:des3 (Results 1 – 5 of 5) sorted by relevance
/reactos/sdk/lib/cryptlib/ |
H A D | des.c | 1432 int des3_setup(const unsigned char *key, int keylen, int num_rounds, des3_key *des3) in des3_setup() 1473 void des3_ecb_encrypt(const unsigned char *pt, unsigned char *ct, const des3_key *des3) in des3_ecb_encrypt() 1485 void des3_ecb_decrypt(const unsigned char *ct, unsigned char *pt, const des3_key *des3) in des3_ecb_decrypt()
|
/reactos/dll/win32/rsaenh/ |
H A D | des.c | 1432 int des3_setup(const unsigned char *key, int keylen, int num_rounds, des3_key *des3) in des3_setup() 1473 void des3_ecb_encrypt(const unsigned char *pt, unsigned char *ct, const des3_key *des3) in des3_ecb_encrypt() 1485 void des3_ecb_decrypt(const unsigned char *ct, unsigned char *pt, const des3_key *des3) in des3_ecb_decrypt()
|
H A D | implglue.h | 69 des3_key des3; member
|
/reactos/modules/rostests/winetests/rsaenh/ |
H A D | rsaenh.c | 1041 static const BYTE des3[16] = { in test_3des() local
|
/reactos/dll/3rdparty/mbedtls/ |
H A D | cipher_wrap.c | 1533 mbedtls_des3_context *des3; in des3_ctx_alloc() local
|