Home
last modified time | relevance | path

Searched defs:des3 (Results 1 – 5 of 5) sorted by relevance

/reactos/sdk/lib/cryptlib/
H A Ddes.c1432 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 Ddes.c1432 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 Dimplglue.h69 des3_key des3; member
/reactos/modules/rostests/winetests/rsaenh/
H A Drsaenh.c1041 static const BYTE des3[16] = { in test_3des() local
/reactos/dll/3rdparty/mbedtls/
H A Dcipher_wrap.c1533 mbedtls_des3_context *des3; in des3_ctx_alloc() local