RTEMS CPU Kit with SuperCore  4.11.3
Macros | Functions | Variables
crypt-sha512.c File Reference
#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>
Include dependency graph for crypt-sha512.c:

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
 

Variable Documentation

◆ crypt_sha512_format

struct crypt_format crypt_sha512_format
Initial value:
=
CRYPT_FORMAT_INITIALIZER(crypt_sha512_r, "$6$")