Home
last modified time | relevance | path

Searched refs:sha512_ctx (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dsha2.h75 } sha512_ctx; typedef
81 sha512_ctx sha512;
/freebsd/sys/contrib/openzfs/module/icp/algs/sha2/
H A Dsha2_generic.c265 icp_sha512_update(sha512_ctx *ctx, const uint8_t *data, size_t len) in icp_sha512_update()
343 icp_sha512_final(sha512_ctx *ctx, uint8_t *result, int bits) in icp_sha512_final()
408 sha512_ctx *ctx512 = &ctx->sha512; in SHA2Init()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_digest_private.h299 typedef struct sha512_ctx archive_sha512_ctx;
/freebsd/contrib/unbound/compat/
H A Dgetentropy_linux.c61 #define SHA512_CTX struct sha512_ctx
/freebsd/contrib/unbound/validator/
H A Dval_secalgo.c1531 struct sha512_ctx ctx; in _digest_nettle()
1582 struct sha512_ctx ctx512;