Home
last modified time | relevance | path

Searched refs:SHA512_256_Init (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/crypto/sha2/
H A Dsha512t.h75 #ifndef SHA512_256_Init
76 #define SHA512_256_Init _libmd_SHA512_256_Init macro
118 void SHA512_256_Init(SHA512_CTX *);
H A Dsha512c.c415 SHA512_256_Init(SHA512_CTX * ctx) in SHA512_256_Init() function
522 #undef SHA512_256_Init
523 __weak_reference(_libmd_SHA512_256_Init, SHA512_256_Init);
/freebsd/lib/libmd/
H A DSymbol.map82 SHA512_256_Init;
H A DMakefile62 MLINKS+=sha512.3 SHA512_256_Init.3 sha512.3 SHA512_256_Update.3
/freebsd/sbin/md5/
H A Dmd5.c161 &SHA512t256_TestOutput, (DIGEST_Init*)&SHA512_256_Init,