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

12

/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dsha512.h50 #ifndef SHA512_Init
51 #define SHA512_Init _libmd_SHA512_Init
86 void SHA512_Init(SHA512_CTX *);
H A Dsha512c.c261 SHA512_Init(SHA512_CTX * ctx) function
479 #undef SHA512_Init
480 __weak_reference(_libmd_SHA512_Init, SHA512_Init);
/freebsd-13-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-13-stable/sys/security/mac_veriexec/
H A Dmac_veriexec_sha512.c39 (mac_veriexec_fpop_init_t) SHA512_Init,
/freebsd-13-stable/lib/libcrypt/
H A Dcrypt-sha512.c101 SHA512_Init(&ctx);
113 SHA512_Init(&alt_ctx);
144 SHA512_Init(&alt_ctx);
162 SHA512_Init(&alt_ctx);
183 SHA512_Init(&ctx);
249 SHA512_Init(&ctx);
394 SHA512_Init(&ctx);
402 SHA512_Init(&ctx);
416 SHA512_Init(&ctx);
H A DMakefile40 SHA512_Init SHA512_Final SHA512_Update
/freebsd-13-stable/sys/geom/eli/
H A Dg_eli_hmac.c63 SHA512_Init(&lctx);
75 SHA512_Init(&ctx->innerctx);
79 SHA512_Init(&ctx->outerctx);
/freebsd-13-stable/sys/opencrypto/
H A Dxform_sha2.c107 .Init = (void (*)(void *)) SHA512_Init,
156 .Init = (void (*)(void *)) SHA512_Init,
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dsha.h109 int SHA512_Init(SHA512_CTX *c);
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dsha2.h113 SHA512_Init(&c->SHA512_ctx);
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dsha2.h115 void SHA512_Init(SHA512_CTX *);
/freebsd-13-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-13-stable/crypto/openssl/crypto/evp/
H A Dm_sha1.c209 return SHA512_Init(EVP_MD_CTX_md_data(ctx));
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/hash/
H A Dt_sha2.c235 SHA512_Init(&ctx);
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dcrypto_os.c82 SHA512_Init(&lctx);
95 SHA512_Init(&ctx->innerctx);
99 SHA512_Init(&ctx->outerctx);
/freebsd-13-stable/crypto/openssh/
H A Ddigest-libc.c107 (md_init_fn *) SHA512_Init,
/freebsd-13-stable/crypto/openssl/crypto/bn/
H A Dbn_rand.c241 SHA512_Init(&sha);
/freebsd-13-stable/crypto/openssl/ssl/
H A Ds3_cbc.c218 if (SHA512_Init((SHA512_CTX *)md_state.c) <= 0)
/freebsd-13-stable/sbin/md5/
H A Dmd5.c134 { "sha512", "SHA512", &SHA512_TestOutput, (DIGEST_Init*)&SHA512_Init,
/freebsd-13-stable/sys/geom/bde/
H A Dg_bde_lock.c83 SHA512_Init(&cx);
/freebsd-13-stable/usr.sbin/unbound/
H A Dconfig.h1344 void SHA512_Init(SHA512_CTX*);

Completed in 278 milliseconds

12