test/crypto.h

changeset 470
6bf798ad3aec
parent 308
82275f589d8d
child 487
a2fc5b1cd476
equal deleted inserted replaced
469:6ab1f4ad2835 470:6bf798ad3aec
1 /* 1 /*
2 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 2 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3 * 3 *
4 * Copyright 2017 Olaf Wintermann. All rights reserved. 4 * Copyright 2018 Olaf Wintermann. All rights reserved.
5 * 5 *
6 * Redistribution and use in source and binary forms, with or without 6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are met: 7 * modification, are permitted provided that the following conditions are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
35 extern "C" { 35 extern "C" {
36 #endif 36 #endif
37 37
38 UCX_TEST(test_util_decrypt_str_k); 38 UCX_TEST(test_util_decrypt_str_k);
39 UCX_TEST(test_util_encrypt_str_k); 39 UCX_TEST(test_util_encrypt_str_k);
40 40 UCX_TEST(test_crypto_buffer);
41 UCX_TEST(test_crypto_stream); 41 UCX_TEST(test_crypto_stream);
42 42
43 43
44 #ifdef __cplusplus 44 #ifdef __cplusplus
45 } 45 }

mercurial