Searched refs:SHA_Init (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/sha/
H A Dsha_one.c72 if (!SHA_Init(&c))
H A Dsha.c100 SHA_Init(&c);
H A Dsha.h111 int SHA_Init(SHA_CTX *c);
H A Dsha_locl.h84 # define HASH_INIT SHA_Init
/freebsd-10-stable/lib/libmd/
H A Dsha.h85 #ifndef SHA_Init
86 #define SHA_Init _libmd_SHA_Init macro
149 void SHA_Init(SHA_CTX *c);
H A DMakefile27 MLINKS+=sha.3 SHA_Init.3 sha.3 SHA_Update.3 sha.3 SHA_Final.3
H A Dsha1c.c496 #undef SHA_Init macro
497 __weak_reference(_libmd_SHA_Init, SHA_Init);
H A Dsha0c.c105 void SHA_Init(c) function
/freebsd-10-stable/crypto/openssl/crypto/evp/
H A Dm_sha.c74 return SHA_Init(ctx->md_data);
H A Devp_locl.h354 # define SHA_Init private_SHA_Init macro

Completed in 128 milliseconds