Home
last modified time | relevance | path

Searched defs:SHA512_Init (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/crypto/sha2/
H A Dsha512.h48 #define SHA512_Init _libmd_SHA512_Init macro
H A Dsha512c.c293 SHA512_Init(SHA512_CTX * ctx) in SHA512_Init() function
/freebsd/contrib/unbound/compat/
H A Dgetentropy_solaris.c46 #define SHA512_Init SHA512Init macro
H A Dgetentropy_osx.c63 #define SHA512_Init(xxx) (CC_SHA512_Init((xxx))) macro
H A Dgetentropy_linux.c58 #define SHA512_Init(x) sha512_init(x) macro
H A Dsha512.c262 void SHA512_Init(SHA512_CTX* context) { in SHA512_Init() function
/freebsd/crypto/openssl/crypto/sha/
H A Dsha512.c132 int SHA512_Init(SHA512_CTX *c) in SHA512_Init() function