Home
last modified time | relevance | path

Searched refs:macSecret (Results 1 – 25 of 57) sorted by relevance

123

/dports/devel/stack/stack-2.7.3/_cabal_deps/cryptonite-0.29/tests/
H A DKAT_KMAC.hs19 , macSecret :: ByteString function
34 , macSecret = B.pack [ 0x00 .. 0x03 ] function
40 , macSecret = B.pack [ 0x00 .. 0x03 ] function
46 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
56 , macSecret = B.pack [ 0x00 .. 0x03 ] function
62 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
68 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
79 [ testCase (show i) (macResult @=? KMAC.kmac macString macKey macSecret)
81 KMAC.finalize (KMAC.update (KMAC.initialize macString macKey) macSecret))
H A DKAT_HMAC.hs15 , macSecret :: ByteString function
108 … [ testCase (show i) (macResult macVector @=? HMAC.hmac (macKey macVector) (macSecret macVector))
110 … HMAC.finalize (HMAC.update (HMAC.initialize (macKey macVector)) (macSecret macVector)))
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/cryptonite-0.27/tests/
H A DKAT_KMAC.hs19 , macSecret :: ByteString function
34 , macSecret = B.pack [ 0x00 .. 0x03 ] function
40 , macSecret = B.pack [ 0x00 .. 0x03 ] function
46 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
56 , macSecret = B.pack [ 0x00 .. 0x03 ] function
62 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
68 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
79 [ testCase (show i) (macResult @=? KMAC.kmac macString macKey macSecret)
81 KMAC.finalize (KMAC.update (KMAC.initialize macString macKey) macSecret))
H A DKAT_HMAC.hs15 , macSecret :: ByteString function
108 … [ testCase (show i) (macResult macVector @=? HMAC.hmac (macKey macVector) (macSecret macVector))
110 … HMAC.finalize (HMAC.update (HMAC.initialize (macKey macVector)) (macSecret macVector)))
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/cryptonite-0.27/tests/
H A DKAT_KMAC.hs19 , macSecret :: ByteString function
34 , macSecret = B.pack [ 0x00 .. 0x03 ] function
40 , macSecret = B.pack [ 0x00 .. 0x03 ] function
46 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
56 , macSecret = B.pack [ 0x00 .. 0x03 ] function
62 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
68 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
79 [ testCase (show i) (macResult @=? KMAC.kmac macString macKey macSecret)
81 KMAC.finalize (KMAC.update (KMAC.initialize macString macKey) macSecret))
H A DKAT_HMAC.hs15 , macSecret :: ByteString function
108 … [ testCase (show i) (macResult macVector @=? HMAC.hmac (macKey macVector) (macSecret macVector))
110 … HMAC.finalize (HMAC.update (HMAC.initialize (macKey macVector)) (macSecret macVector)))
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/cryptonite-0.28/tests/
H A DKAT_KMAC.hs19 , macSecret :: ByteString function
34 , macSecret = B.pack [ 0x00 .. 0x03 ] function
40 , macSecret = B.pack [ 0x00 .. 0x03 ] function
46 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
56 , macSecret = B.pack [ 0x00 .. 0x03 ] function
62 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
68 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
79 [ testCase (show i) (macResult @=? KMAC.kmac macString macKey macSecret)
81 KMAC.finalize (KMAC.update (KMAC.initialize macString macKey) macSecret))
H A DKAT_HMAC.hs15 , macSecret :: ByteString function
108 … [ testCase (show i) (macResult macVector @=? HMAC.hmac (macKey macVector) (macSecret macVector))
110 … HMAC.finalize (HMAC.update (HMAC.initialize (macKey macVector)) (macSecret macVector)))
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/cryptonite-0.27/tests/
H A DKAT_KMAC.hs19 , macSecret :: ByteString function
34 , macSecret = B.pack [ 0x00 .. 0x03 ] function
40 , macSecret = B.pack [ 0x00 .. 0x03 ] function
46 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
56 , macSecret = B.pack [ 0x00 .. 0x03 ] function
62 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
68 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
79 [ testCase (show i) (macResult @=? KMAC.kmac macString macKey macSecret)
81 KMAC.finalize (KMAC.update (KMAC.initialize macString macKey) macSecret))
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/cryptonite-0.26/tests/
H A DKAT_KMAC.hs19 , macSecret :: ByteString function
34 , macSecret = B.pack [ 0x00 .. 0x03 ] function
40 , macSecret = B.pack [ 0x00 .. 0x03 ] function
46 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
56 , macSecret = B.pack [ 0x00 .. 0x03 ] function
62 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
68 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
79 [ testCase (show i) (macResult @=? KMAC.kmac macString macKey macSecret)
81 KMAC.finalize (KMAC.update (KMAC.initialize macString macKey) macSecret))
H A DKAT_HMAC.hs15 , macSecret :: ByteString function
108 … [ testCase (show i) (macResult macVector @=? HMAC.hmac (macKey macVector) (macSecret macVector))
110 … HMAC.finalize (HMAC.update (HMAC.initialize (macKey macVector)) (macSecret macVector)))
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/cryptonite-0.26/tests/
H A DKAT_KMAC.hs19 , macSecret :: ByteString function
34 , macSecret = B.pack [ 0x00 .. 0x03 ] function
40 , macSecret = B.pack [ 0x00 .. 0x03 ] function
46 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
56 , macSecret = B.pack [ 0x00 .. 0x03 ] function
62 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
68 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
79 [ testCase (show i) (macResult @=? KMAC.kmac macString macKey macSecret)
81 KMAC.finalize (KMAC.update (KMAC.initialize macString macKey) macSecret))
H A DKAT_HMAC.hs15 , macSecret :: ByteString function
108 … [ testCase (show i) (macResult macVector @=? HMAC.hmac (macKey macVector) (macSecret macVector))
110 … HMAC.finalize (HMAC.update (HMAC.initialize (macKey macVector)) (macSecret macVector)))
/dports/lang/elm/compiler-0.19.1/_cabal_deps/cryptonite-0.26/tests/
H A DKAT_KMAC.hs19 , macSecret :: ByteString function
34 , macSecret = B.pack [ 0x00 .. 0x03 ] function
40 , macSecret = B.pack [ 0x00 .. 0x03 ] function
46 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
56 , macSecret = B.pack [ 0x00 .. 0x03 ] function
62 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
68 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
79 [ testCase (show i) (macResult @=? KMAC.kmac macString macKey macSecret)
81 KMAC.finalize (KMAC.update (KMAC.initialize macString macKey) macSecret))
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/cryptonite-0.29/tests/
H A DKAT_KMAC.hs19 , macSecret :: ByteString function
34 , macSecret = B.pack [ 0x00 .. 0x03 ] function
40 , macSecret = B.pack [ 0x00 .. 0x03 ] function
46 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
56 , macSecret = B.pack [ 0x00 .. 0x03 ] function
62 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
68 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
79 [ testCase (show i) (macResult @=? KMAC.kmac macString macKey macSecret)
81 KMAC.finalize (KMAC.update (KMAC.initialize macString macKey) macSecret))
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/cryptonite-0.28/tests/
H A DKAT_KMAC.hs19 , macSecret :: ByteString function
34 , macSecret = B.pack [ 0x00 .. 0x03 ] function
40 , macSecret = B.pack [ 0x00 .. 0x03 ] function
46 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
56 , macSecret = B.pack [ 0x00 .. 0x03 ] function
62 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
68 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
79 [ testCase (show i) (macResult @=? KMAC.kmac macString macKey macSecret)
81 KMAC.finalize (KMAC.update (KMAC.initialize macString macKey) macSecret))
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/cryptonite-0.27/tests/
H A DKAT_KMAC.hs19 , macSecret :: ByteString function
34 , macSecret = B.pack [ 0x00 .. 0x03 ] function
40 , macSecret = B.pack [ 0x00 .. 0x03 ] function
46 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
56 , macSecret = B.pack [ 0x00 .. 0x03 ] function
62 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
68 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
79 [ testCase (show i) (macResult @=? KMAC.kmac macString macKey macSecret)
81 KMAC.finalize (KMAC.update (KMAC.initialize macString macKey) macSecret))
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/cryptonite-0.28/tests/
H A DKAT_KMAC.hs19 , macSecret :: ByteString function
34 , macSecret = B.pack [ 0x00 .. 0x03 ] function
40 , macSecret = B.pack [ 0x00 .. 0x03 ] function
46 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
56 , macSecret = B.pack [ 0x00 .. 0x03 ] function
62 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
68 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
79 [ testCase (show i) (macResult @=? KMAC.kmac macString macKey macSecret)
81 KMAC.finalize (KMAC.update (KMAC.initialize macString macKey) macSecret))
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/cryptonite-0.27/tests/
H A DKAT_KMAC.hs19 , macSecret :: ByteString function
34 , macSecret = B.pack [ 0x00 .. 0x03 ] function
40 , macSecret = B.pack [ 0x00 .. 0x03 ] function
46 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
56 , macSecret = B.pack [ 0x00 .. 0x03 ] function
62 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
68 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
79 [ testCase (show i) (macResult @=? KMAC.kmac macString macKey macSecret)
81 KMAC.finalize (KMAC.update (KMAC.initialize macString macKey) macSecret))
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/cryptonite-0.27/tests/
H A DKAT_KMAC.hs19 , macSecret :: ByteString function
34 , macSecret = B.pack [ 0x00 .. 0x03 ] function
40 , macSecret = B.pack [ 0x00 .. 0x03 ] function
46 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
56 , macSecret = B.pack [ 0x00 .. 0x03 ] function
62 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
68 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
79 [ testCase (show i) (macResult @=? KMAC.kmac macString macKey macSecret)
81 KMAC.finalize (KMAC.update (KMAC.initialize macString macKey) macSecret))
/dports/x11/hs-xmobar/xmobar-0.39/_cabal_deps/cryptonite-0.27/tests/
H A DKAT_KMAC.hs19 , macSecret :: ByteString function
34 , macSecret = B.pack [ 0x00 .. 0x03 ] function
40 , macSecret = B.pack [ 0x00 .. 0x03 ] function
46 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
56 , macSecret = B.pack [ 0x00 .. 0x03 ] function
62 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
68 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
79 [ testCase (show i) (macResult @=? KMAC.kmac macString macKey macSecret)
81 KMAC.finalize (KMAC.update (KMAC.initialize macString macKey) macSecret))
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/cryptonite-0.29/tests/
H A DKAT_KMAC.hs19 , macSecret :: ByteString function
34 , macSecret = B.pack [ 0x00 .. 0x03 ] function
40 , macSecret = B.pack [ 0x00 .. 0x03 ] function
46 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
56 , macSecret = B.pack [ 0x00 .. 0x03 ] function
62 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
68 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
79 [ testCase (show i) (macResult @=? KMAC.kmac macString macKey macSecret)
81 KMAC.finalize (KMAC.update (KMAC.initialize macString macKey) macSecret))
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/cryptonite-0.28/tests/
H A DKAT_KMAC.hs19 , macSecret :: ByteString function
34 , macSecret = B.pack [ 0x00 .. 0x03 ] function
40 , macSecret = B.pack [ 0x00 .. 0x03 ] function
46 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
56 , macSecret = B.pack [ 0x00 .. 0x03 ] function
62 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
68 , macSecret = B.pack [ 0x00 .. 0xc7 ] function
79 [ testCase (show i) (macResult @=? KMAC.kmac macString macKey macSecret)
81 KMAC.finalize (KMAC.update (KMAC.initialize macString macKey) macSecret))
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/test/unittests/libp2p/
H A Drlpx.cpp124 bytes macSecret(32); in TEST_F() local
125 outRef.copyTo(&macSecret); in TEST_F()
127 macSecret, fromHex("2ec149072353d54437422837c886b0538a9206e6c559f6b4a55f65a866867723")); in TEST_F()
290 bytes macSecret(32); in TEST_F() local
291 outRef.copyTo(&macSecret); in TEST_F()
293 macSecret, fromHex("0x48c938884d5067a1598272fcddaa4b833cd5e7d92e8228c0ecdfabbe68aef7f1")); in TEST_F()
320 ASSERT_EQ(recoverMacSecretTest, macSecret); in TEST_F()
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/freebl/
H A Dhmacct.c54 const unsigned char *macSecret,
153 memcpy(hmacPad, macSecret, macSecretLen);
262 hashObj->update(mdState, macSecret, macSecretLen);

123