|
RTEMS CPU Kit with SuperCore
|
#include <sys/cdefs.h>#include <sys/endian.h>#include <sys/param.h>#include <errno.h>#include <limits.h>#include <sha512.h>#include <stdbool.h>#include <stdint.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <crypt.h>
Macros | |
| #define | SALT_LEN_MAX 16 |
| #define | ROUNDS_DEFAULT 5000 |
| #define | ROUNDS_MIN 1000 |
| #define | ROUNDS_MAX 999999999 |
Functions | |
| __FBSDID ("$FreeBSD$") | |
| char * | crypt_sha512_r (const char *key, const char *salt, struct crypt_data *data) |
Variables | |
| struct crypt_format | crypt_sha512_format |
| struct crypt_format crypt_sha512_format |
1.8.13