test/crypto.h

branch
dav-2
changeset 879
255a5ef46400
parent 747
efbd59642577
child 889
42cdbf9bbd49
equal deleted inserted replaced
878:68ea3a0fe66f 879:255a5ef46400
27 */ 27 */
28 28
29 #ifndef CRYPTO_H 29 #ifndef CRYPTO_H
30 #define CRYPTO_H 30 #define CRYPTO_H
31 31
32 #include "test.h" 32 #include <cx/test.h>
33 33
34 #ifdef __cplusplus 34 #ifdef __cplusplus
35 extern "C" { 35 extern "C" {
36 #endif 36 #endif
37 37
38 UCX_TEST(test_util_decrypt_str_k); 38 CX_TEST(test_util_decrypt_str_k);
39 UCX_TEST(test_util_encrypt_str_k); 39 CX_TEST(test_util_encrypt_str_k);
40 UCX_TEST(test_crypto_buffer); 40 CX_TEST(test_crypto_buffer);
41 UCX_TEST(test_crypto_stream); 41 CX_TEST(test_crypto_stream);
42 UCX_TEST(test_dav_pw2key); 42 CX_TEST(test_dav_pw2key);
43 43
44 44
45 #ifdef __cplusplus 45 #ifdef __cplusplus
46 } 46 }
47 #endif 47 #endif

mercurial