Home
last modified time | relevance | path

Searched refs:SHA_Init (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libmd/
H A Dsha.h82 #ifndef SHA_Init
83 #define SHA_Init _libmd_SHA_Init macro
149 void SHA_Init(SHA_CTX *c);
H A Dsha1c.c480 #undef SHA_Init
481 __weak_reference(_libmd_SHA_Init, SHA_Init);
H A DMakefile36 MLINKS+=sha.3 SHA_Init.3 sha.3 SHA_Update.3 sha.3 SHA_Final.3
H A Dsha0c.c102 void SHA_Init(SHA_CTX *c) in SHA_Init() function