Home
last modified time | relevance | path

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

/dragonfly/sys/crypto/sha2/
H A Dsha2.h130 void SHA512_Init(SHA512_CTX*);
H A Dsha2.c653 void SHA512_Init(SHA512_CTX* context) { in SHA512_Init() function
975 SHA512_Init(&context); in SHA512_Data()
/dragonfly/usr.sbin/mtree/
H A Dhash.c106 SHA512_Init(ctx); in dohash()
/dragonfly/crypto/libressl/include/openssl/
H A Dsha.h179 int SHA512_Init(SHA512_CTX *c);
/dragonfly/crypto/libressl/crypto/evp/
H A Dm_sha1.c194 return SHA512_Init(ctx->md_data); in init512()
/dragonfly/contrib/dhcpcd/compat/crypt/
H A Dhmac.c125 (void *)SHA512_Init, (void *)SHA512_Update,
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_digest.c1209 SHA512_Init(ctx); in __archive_sha512init()
1281 SHA512_Init(ctx); in __archive_sha512init()
/dragonfly/sbin/md5/
H A Dmd5.c114 (DIGEST_Init *)SHA512_Init,
/dragonfly/crypto/libressl/crypto/sha/
H A Dsha512.c75 int SHA512_Init(SHA512_CTX *c) in SHA512_Init() function
260 SHA512_Init(&c); in SHA512()
/dragonfly/crypto/libressl/ssl/
H A Ds3_cbc.c452 SHA512_Init((SHA512_CTX*)md_state.c); in ssl3_cbc_digest_record()
/dragonfly/sys/opencrypto/
H A Dxform.c406 (void (*)(void *)) SHA512_Init, NULL, NULL,
/dragonfly/crypto/libressl/crypto/curve25519/
H A Dcurve25519.c4671 SHA512_Init(&hash_ctx); in ED25519_sign()
4682 SHA512_Init(&hash_ctx); in ED25519_sign()
4714 SHA512_Init(&hash_ctx); in ED25519_verify()
/dragonfly/sys/dev/disk/dm/crypt/
H A Ddm_target_crypt.c297 SHA512_Init(&ctx); in essiv_ivgen_ctor()