Home
last modified time | relevance | path

Searched refs:SHA512_Init (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/lib/libcrypt/
H A Dcrypt-sha512.c100 SHA512_Init(&ctx); in crypt_sha512()
112 SHA512_Init(&alt_ctx); in crypt_sha512()
143 SHA512_Init(&alt_ctx); in crypt_sha512()
161 SHA512_Init(&alt_ctx); in crypt_sha512()
182 SHA512_Init(&ctx); in crypt_sha512()
248 SHA512_Init(&ctx); in crypt_sha512()
393 SHA512_Init(&ctx); in main()
401 SHA512_Init(&ctx); in main()
415 SHA512_Init(&ctx); in main()
/freebsd/sys/crypto/sha2/
H A Dsha512.h47 #ifndef SHA512_Init
48 #define SHA512_Init _libmd_SHA512_Init macro
78 void SHA512_Init(SHA512_CTX *);
H A Dsha512c.c293 SHA512_Init(SHA512_CTX * ctx) in SHA512_Init() function
508 #undef SHA512_Init
509 __weak_reference(_libmd_SHA512_Init, SHA512_Init);
/freebsd/sys/geom/eli/
H A Dg_eli_hmac.c60 SHA512_Init(&lctx); in g_eli_crypto_hmac_init()
72 SHA512_Init(&ctx->innerctx); in g_eli_crypto_hmac_init()
76 SHA512_Init(&ctx->outerctx); in g_eli_crypto_hmac_init()
/freebsd/sys/opencrypto/
H A Dxform_sha2.c105 .Init = (void (*)(void *)) SHA512_Init,
154 .Init = (void (*)(void *)) SHA512_Init,
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dcrypto_os.c78 SHA512_Init(&lctx); in crypto_mac_init()
91 SHA512_Init(&ctx->innerctx); in crypto_mac_init()
95 SHA512_Init(&ctx->outerctx); in crypto_mac_init()
/freebsd/sys/dev/qat/qat_api/qat_utils/src/
H A DQatUtilsCrypto.c74 SHA512_Init(&ctx); in qatUtilsHashSHA512()
134 SHA512_Init(&ctx); in qatUtilsHashSHA512Full()
/freebsd/sys/security/mac_veriexec/
H A Dmac_veriexec_sha512.c39 (mac_veriexec_fpop_init_t) SHA512_Init,
/freebsd/contrib/unbound/compat/
H A Dsha512.c60 void SHA512_Init(SHA512_CTX*);
262 void SHA512_Init(SHA512_CTX* context) { in SHA512_Init() function
473 SHA512_Init(&ctx); in SHA512()
H A Dgetentropy_osx.c63 #define SHA512_Init(xxx) (CC_SHA512_Init((xxx))) macro
240 SHA512_Init(&ctx); in getentropy_fallback()
H A Dgetentropy_solaris.c46 #define SHA512_Init SHA512Init macro
281 SHA512_Init(&ctx); in getentropy_fallback()
H A Dgetentropy_linux.c58 #define SHA512_Init(x) sha512_init(x) macro
360 SHA512_Init(&ctx); in getentropy_fallback()
/freebsd/crypto/openssl/providers/implementations/digests/
H A Dsha2_prov.c84 SHA512_Init, SHA512_Update, SHA512_Final)
/freebsd/crypto/openssl/doc/man3/
H A DSHA256_Init.pod7 SHA384_Init, SHA384_Update, SHA384_Final, SHA512, SHA512_Init, SHA512_Update,
40 int SHA512_Init(SHA512_CTX *c);
/freebsd/crypto/openssl/include/openssl/
H A Dsha.h123 OSSL_DEPRECATEDIN_3_0 int SHA512_Init(SHA512_CTX *c);
/freebsd/contrib/netbsd-tests/lib/libc/hash/
H A Dt_sha2.c235 SHA512_Init(&ctx); in ATF_TC_BODY()
/freebsd/lib/libmd/
H A DSymbol.map91 SHA512_Init;
H A DMakefile54 MLINKS+=sha512.3 SHA512_Init.3 sha512.3 SHA512_Update.3
/freebsd/sys/geom/bde/
H A Dg_bde_lock.c
/freebsd/crypto/openssl/ssl/
H A Ds3_cbc.c246 if (SHA512_Init((SHA512_CTX *)md_state.c) <= 0) in ssl3_cbc_digest_record()
/freebsd/lib/libunbound/
H A Dconfig.h1488 void SHA512_Init(SHA512_CTX*);
/freebsd/contrib/libarchive/libarchive/
H A Darchive_digest.c1265 SHA512_Init(ctx); in __archive_sha512init()
1337 SHA512_Init(ctx); in __archive_sha512init()
/freebsd/sbin/md5/
H A Dmd5.c153 &SHA512_TestOutput, (DIGEST_Init*)&SHA512_Init,
/freebsd/crypto/openssl/crypto/sha/
H A Dsha512.c132 int SHA512_Init(SHA512_CTX *c) in SHA512_Init() function
/freebsd/usr.bin/xinstall/
H A Dxinstall.c462 SHA512_Init(&(c->SHA512)); in digest_init()

12