mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-22 16:25:19 +08:00
Add crypt_add_format(), crypt_r(), crypt_md5_r(), crypt_sha256_r() and crypt_sha512_r().
16 lines
288 B
Plaintext
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.
|