Files
rtems/testsuites/libtests/crypt01/crypt01.doc
Sebastian Huber 446632197c Add crypt_r(), etc.
Add crypt_add_format(), crypt_r(), crypt_md5_r(), crypt_sha256_r() and
crypt_sha512_r().
2014-11-20 10:30:21 +01:00

16 lines
288 B
Plaintext

This file describes the directives and concepts tested by this test set.
test set name: crypt01
directives:
- crypt_set_format
- crypt_get_format
- crypt_md5_r
- crypt_sha256_r
- crypt_sha512_r
concepts:
- Ensure that the crypt family functions work for some test cases.