Searched refs:SHA512_Init (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11-stable/sys/crypto/sha2/
H A Dsha512.h49 #ifndef SHA512_Init
50 #define SHA512_Init _libmd_SHA512_Init macro
84 void SHA512_Init(SHA512_CTX *);
H A Dsha512c.c259 SHA512_Init(SHA512_CTX * ctx) function
474 #undef SHA512_Init macro
475 __weak_reference(_libmd_SHA512_Init, SHA512_Init);
/freebsd-11-stable/lib/libcrypt/
H A Dcrypt-sha512.c103 SHA512_Init(&ctx);
115 SHA512_Init(&alt_ctx);
146 SHA512_Init(&alt_ctx);
164 SHA512_Init(&alt_ctx);
185 SHA512_Init(&ctx);
266 SHA512_Init(&ctx);
447 SHA512_Init(&ctx);
455 SHA512_Init(&ctx);
469 SHA512_Init(&ctx);
H A DMakefile37 SHA512_Init SHA512_Final SHA512_Update
/freebsd-11-stable/sys/geom/eli/
H A Dg_eli_hmac.c63 SHA512_Init(&lctx);
75 SHA512_Init(&ctx->innerctx);
79 SHA512_Init(&ctx->outerctx);
/freebsd-11-stable/sys/opencrypto/
H A Dxform_sha2.c83 (void (*)(void *)) SHA512_Init, NULL, NULL, SHA512Update_int,
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Dm_sha1.c182 return SHA512_Init(ctx->md_data);
H A Devp_locl.h347 # undef SHA512_Init macro
362 # define SHA512_Init private_SHA512_Init macro
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dsha2.h115 void SHA512_Init(SHA512_CTX *);
H A Dsha2.c567 SHA512_Init(SHA512_CTX *context) function
/freebsd-11-stable/contrib/unbound/compat/
H A Dsha512.c60 void SHA512_Init(SHA512_CTX*);
262 void SHA512_Init(SHA512_CTX* context) { function
473 SHA512_Init(&ctx);
H A Dgetentropy_solaris.c46 #define SHA512_Init SHA512Init macro
281 SHA512_Init(&ctx);
H A Dgetentropy_linux.c58 #define SHA512_Init(x) sha512_init(x) macro
360 SHA512_Init(&ctx);
H A Dgetentropy_osx.c63 #define SHA512_Init(xxx) (CC_SHA512_Init((xxx))) macro
240 SHA512_Init(&ctx);
/freebsd-11-stable/crypto/openssl/crypto/sha/
H A Dsha.h203 int SHA512_Init(SHA512_CTX *c);
H A Dsha512.c269 SHA512_Init(&c);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/hash/
H A Dt_sha2.c235 SHA512_Init(&ctx);
/freebsd-11-stable/crypto/openssh/
H A Ddigest-libc.c117 (md_init_fn *) SHA512_Init,
/freebsd-11-stable/sys/geom/bde/
H A Dg_bde_lock.c81 SHA512_Init(&cx);
/freebsd-11-stable/sbin/md5/
H A Dmd5.c119 { "sha512", "SHA512", &SHA512_TestOutput, (DIGEST_Init*)&SHA512_Init,
/freebsd-11-stable/crypto/openssl/ssl/
H A Ds3_cbc.c506 if (SHA512_Init((SHA512_CTX *)md_state.c) <= 0)
/freebsd-11-stable/usr.sbin/unbound/
H A Dconfig.h1344 void SHA512_Init(SHA512_CTX*);
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_digest.c1204 SHA512_Init(ctx);
1276 SHA512_Init(ctx);
/freebsd-11-stable/lib/libmd/
H A DMakefile45 MLINKS+=sha512.3 SHA512_Init.3 sha512.3 SHA512_Update.3
/freebsd-11-stable/usr.bin/xinstall/
H A Dxinstall.c427 SHA512_Init(&(c->SHA512));

Completed in 212 milliseconds

12