Home
last modified time | relevance | path

Searched refs:sha384_ctx (Results 1 – 25 of 163) sorted by relevance

1234567

/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/zrtp/crypto/
H A Dsha384.cpp41 sha384_ctx ctx;
50 sha384_ctx ctx;
63 sha384_ctx *ctx = reinterpret_cast<sha384_ctx*>(malloc(sizeof(sha384_ctx)));
72 sha384_ctx* hd = reinterpret_cast<sha384_ctx*>(ctx);
82 sha384_ctx* hd = reinterpret_cast<sha384_ctx*>(ctx);
92 sha384_ctx* hd = reinterpret_cast<sha384_ctx*>(ctx);
101 sha384_ctx* hd = reinterpret_cast<sha384_ctx*>(ctx);
108 sha384_ctx* hd = reinterpret_cast<sha384_ctx*>(ctx);
H A Dhmac384.cpp43 sha384_ctx ctx;
44 sha384_ctx innerCtx;
45 sha384_ctx outerCtx;
83 memcpy(&ctx->ctx, &ctx->innerCtx, sizeof(sha384_ctx)); in hmacSha384Init()
93 memcpy(&ctx->ctx, &ctx->innerCtx, sizeof(sha384_ctx)); in hmacSha384Reset()
110 memcpy(&ctx->ctx, &ctx->outerCtx, sizeof(sha384_ctx)); in hmacSha384Final()
/dports/devel/ucommon/ucommon-7.0.0/nossl/
H A Ddigest.cpp58 context = new sha384_ctx; in set()
59 sha384_begin((sha384_ctx *)context); in set()
81 memset(context, 0, sizeof(sha384_ctx)); in release()
82 delete (sha384_ctx*)context; in release()
111 sha384_hash((const unsigned char *)address, size, (sha384_ctx *)context); in put()
139 context = new sha384_ctx; in reset()
140 sha384_begin((sha384_ctx *)context); in reset()
210 sha384_end(buffer, (sha384_ctx *)context); in recycle()
212 sha384_begin((sha384_ctx *)context); in recycle()
214 sha384_hash((const unsigned char *)buffer, size, (sha384_ctx *)context); in recycle()
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/cryptonite-0.29/cbits/
H A Dcryptonite_sha512.h38 #define sha384_ctx sha512_ctx macro
41 #define SHA384_CTX_SIZE sizeof(struct sha384_ctx)
46 void cryptonite_sha384_init(struct sha384_ctx *ctx);
47 void cryptonite_sha384_update(struct sha384_ctx *ctx, const uint8_t *data, uint32_t len);
48 void cryptonite_sha384_finalize(struct sha384_ctx *ctx, uint8_t *out);
49 void cryptonite_sha384_finalize_prefix(struct sha384_ctx *ctx, const uint8_t *data, uint32_t len, u…
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/cryptonite-0.28/cbits/
H A Dcryptonite_sha512.h38 #define sha384_ctx sha512_ctx macro
41 #define SHA384_CTX_SIZE sizeof(struct sha384_ctx)
46 void cryptonite_sha384_init(struct sha384_ctx *ctx);
47 void cryptonite_sha384_update(struct sha384_ctx *ctx, const uint8_t *data, uint32_t len);
48 void cryptonite_sha384_finalize(struct sha384_ctx *ctx, uint8_t *out);
49 void cryptonite_sha384_finalize_prefix(struct sha384_ctx *ctx, const uint8_t *data, uint32_t len, u…
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/cryptonite-0.28/cbits/
H A Dcryptonite_sha512.h38 #define sha384_ctx sha512_ctx macro
41 #define SHA384_CTX_SIZE sizeof(struct sha384_ctx)
46 void cryptonite_sha384_init(struct sha384_ctx *ctx);
47 void cryptonite_sha384_update(struct sha384_ctx *ctx, const uint8_t *data, uint32_t len);
48 void cryptonite_sha384_finalize(struct sha384_ctx *ctx, uint8_t *out);
49 void cryptonite_sha384_finalize_prefix(struct sha384_ctx *ctx, const uint8_t *data, uint32_t len, u…
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/cryptonite-0.28/cbits/
H A Dcryptonite_sha512.h38 #define sha384_ctx sha512_ctx macro
41 #define SHA384_CTX_SIZE sizeof(struct sha384_ctx)
46 void cryptonite_sha384_init(struct sha384_ctx *ctx);
47 void cryptonite_sha384_update(struct sha384_ctx *ctx, const uint8_t *data, uint32_t len);
48 void cryptonite_sha384_finalize(struct sha384_ctx *ctx, uint8_t *out);
49 void cryptonite_sha384_finalize_prefix(struct sha384_ctx *ctx, const uint8_t *data, uint32_t len, u…
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/cryptonite-0.29/cbits/
H A Dcryptonite_sha512.h38 #define sha384_ctx sha512_ctx macro
41 #define SHA384_CTX_SIZE sizeof(struct sha384_ctx)
46 void cryptonite_sha384_init(struct sha384_ctx *ctx);
47 void cryptonite_sha384_update(struct sha384_ctx *ctx, const uint8_t *data, uint32_t len);
48 void cryptonite_sha384_finalize(struct sha384_ctx *ctx, uint8_t *out);
49 void cryptonite_sha384_finalize_prefix(struct sha384_ctx *ctx, const uint8_t *data, uint32_t len, u…
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/cryptonite-0.29/cbits/
H A Dcryptonite_sha512.h38 #define sha384_ctx sha512_ctx macro
41 #define SHA384_CTX_SIZE sizeof(struct sha384_ctx)
46 void cryptonite_sha384_init(struct sha384_ctx *ctx);
47 void cryptonite_sha384_update(struct sha384_ctx *ctx, const uint8_t *data, uint32_t len);
48 void cryptonite_sha384_finalize(struct sha384_ctx *ctx, uint8_t *out);
49 void cryptonite_sha384_finalize_prefix(struct sha384_ctx *ctx, const uint8_t *data, uint32_t len, u…
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/cryptonite-0.28/cbits/
H A Dcryptonite_sha512.h38 #define sha384_ctx sha512_ctx macro
41 #define SHA384_CTX_SIZE sizeof(struct sha384_ctx)
46 void cryptonite_sha384_init(struct sha384_ctx *ctx);
47 void cryptonite_sha384_update(struct sha384_ctx *ctx, const uint8_t *data, uint32_t len);
48 void cryptonite_sha384_finalize(struct sha384_ctx *ctx, uint8_t *out);
49 void cryptonite_sha384_finalize_prefix(struct sha384_ctx *ctx, const uint8_t *data, uint32_t len, u…
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/cryptonite-0.27/cbits/
H A Dcryptonite_sha512.h38 #define sha384_ctx sha512_ctx macro
41 #define SHA384_CTX_SIZE sizeof(struct sha384_ctx)
46 void cryptonite_sha384_init(struct sha384_ctx *ctx);
47 void cryptonite_sha384_update(struct sha384_ctx *ctx, const uint8_t *data, uint32_t len);
48 void cryptonite_sha384_finalize(struct sha384_ctx *ctx, uint8_t *out);
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/cryptonite-0.27/cbits/
H A Dcryptonite_sha512.h38 #define sha384_ctx sha512_ctx macro
41 #define SHA384_CTX_SIZE sizeof(struct sha384_ctx)
46 void cryptonite_sha384_init(struct sha384_ctx *ctx);
47 void cryptonite_sha384_update(struct sha384_ctx *ctx, const uint8_t *data, uint32_t len);
48 void cryptonite_sha384_finalize(struct sha384_ctx *ctx, uint8_t *out);
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/cryptonite-0.27/cbits/
H A Dcryptonite_sha512.h38 #define sha384_ctx sha512_ctx macro
41 #define SHA384_CTX_SIZE sizeof(struct sha384_ctx)
46 void cryptonite_sha384_init(struct sha384_ctx *ctx);
47 void cryptonite_sha384_update(struct sha384_ctx *ctx, const uint8_t *data, uint32_t len);
48 void cryptonite_sha384_finalize(struct sha384_ctx *ctx, uint8_t *out);
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/cryptonite-0.26/cbits/
H A Dcryptonite_sha512.h38 #define sha384_ctx sha512_ctx macro
41 #define SHA384_CTX_SIZE sizeof(struct sha384_ctx)
46 void cryptonite_sha384_init(struct sha384_ctx *ctx);
47 void cryptonite_sha384_update(struct sha384_ctx *ctx, const uint8_t *data, uint32_t len);
48 void cryptonite_sha384_finalize(struct sha384_ctx *ctx, uint8_t *out);
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/cryptonite-0.27/cbits/
H A Dcryptonite_sha512.h38 #define sha384_ctx sha512_ctx macro
41 #define SHA384_CTX_SIZE sizeof(struct sha384_ctx)
46 void cryptonite_sha384_init(struct sha384_ctx *ctx);
47 void cryptonite_sha384_update(struct sha384_ctx *ctx, const uint8_t *data, uint32_t len);
48 void cryptonite_sha384_finalize(struct sha384_ctx *ctx, uint8_t *out);
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/cryptonite-0.26/cbits/
H A Dcryptonite_sha512.h38 #define sha384_ctx sha512_ctx macro
41 #define SHA384_CTX_SIZE sizeof(struct sha384_ctx)
46 void cryptonite_sha384_init(struct sha384_ctx *ctx);
47 void cryptonite_sha384_update(struct sha384_ctx *ctx, const uint8_t *data, uint32_t len);
48 void cryptonite_sha384_finalize(struct sha384_ctx *ctx, uint8_t *out);
/dports/lang/elm/compiler-0.19.1/_cabal_deps/cryptonite-0.26/cbits/
H A Dcryptonite_sha512.h38 #define sha384_ctx sha512_ctx macro
41 #define SHA384_CTX_SIZE sizeof(struct sha384_ctx)
46 void cryptonite_sha384_init(struct sha384_ctx *ctx);
47 void cryptonite_sha384_update(struct sha384_ctx *ctx, const uint8_t *data, uint32_t len);
48 void cryptonite_sha384_finalize(struct sha384_ctx *ctx, uint8_t *out);
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/cryptonite-0.27/cbits/
H A Dcryptonite_sha512.h38 #define sha384_ctx sha512_ctx macro
41 #define SHA384_CTX_SIZE sizeof(struct sha384_ctx)
46 void cryptonite_sha384_init(struct sha384_ctx *ctx);
47 void cryptonite_sha384_update(struct sha384_ctx *ctx, const uint8_t *data, uint32_t len);
48 void cryptonite_sha384_finalize(struct sha384_ctx *ctx, uint8_t *out);
/dports/x11/hs-xmobar/xmobar-0.39/_cabal_deps/cryptonite-0.27/cbits/
H A Dcryptonite_sha512.h38 #define sha384_ctx sha512_ctx macro
41 #define SHA384_CTX_SIZE sizeof(struct sha384_ctx)
46 void cryptonite_sha384_init(struct sha384_ctx *ctx);
47 void cryptonite_sha384_update(struct sha384_ctx *ctx, const uint8_t *data, uint32_t len);
48 void cryptonite_sha384_finalize(struct sha384_ctx *ctx, uint8_t *out);
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/cryptonite-0.27/cbits/
H A Dcryptonite_sha512.h38 #define sha384_ctx sha512_ctx macro
41 #define SHA384_CTX_SIZE sizeof(struct sha384_ctx)
46 void cryptonite_sha384_init(struct sha384_ctx *ctx);
47 void cryptonite_sha384_update(struct sha384_ctx *ctx, const uint8_t *data, uint32_t len);
48 void cryptonite_sha384_finalize(struct sha384_ctx *ctx, uint8_t *out);
/dports/archivers/zchunk/zchunk-1.1.16/src/lib/hash/sha2/
H A Dsha2.h72 typedef sha512_ctx sha384_ctx; typedef
89 void sha384_init(sha384_ctx *ctx);
90 void sha384_update(sha384_ctx *ctx, const unsigned char *message,
92 void sha384_final(sha384_ctx *ctx, unsigned char *digest);
/dports/irc/inspircd/inspircd-3.11.0/vendor/sha2/
H A Dsha2.h72 typedef sha512_ctx sha384_ctx; typedef
89 void sha384_init(sha384_ctx *ctx);
90 void sha384_update(sha384_ctx *ctx, const unsigned char *message,
92 void sha384_final(sha384_ctx *ctx, unsigned char *digest);
/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Dsha2.h47 struct sha384_ctx { struct
69 void sha384_init(struct sha384_ctx *ctx); argument
70 void sha384_loop(struct sha384_ctx *ctx, const void *data, size_t len);
71 void sha384_result(struct sha384_ctx *ctx,
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/lib/
H A Dsha2.h69 typedef sha512_ctx sha384_ctx; typedef
86 void sha384_init(sha384_ctx *ctx);
87 void sha384_update(sha384_ctx *ctx, const unsigned char *message,
89 void sha384_final(sha384_ctx *ctx, unsigned char *digest);
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/lib/
H A Dsha2.h69 typedef sha512_ctx sha384_ctx; typedef
86 void sha384_init(sha384_ctx *ctx);
87 void sha384_update(sha384_ctx *ctx, const unsigned char *message,
89 void sha384_final(sha384_ctx *ctx, unsigned char *digest);

1234567