Home
last modified time | relevance | path

Searched defs:nb_blocks (Results 1 – 25 of 223) sorted by relevance

123456789

/dports/astro/siril/siril/src/tests/
H A Dstacking_blocks_test.c69 int retval, nb_blocks = -1; in test1() local
90 int retval, nb_blocks = -1; in test2() local
111 int retval, nb_blocks = -1; in test3() local
133 int retval, nb_blocks = -1; in test4() local
154 int retval, nb_blocks = -1; in test5() local
175 int retval, nb_blocks = -1; in test6() local
196 int retval, nb_blocks = -1; in test7() local
218 int retval, nb_blocks = -1; in test8() local
239 int retval, nb_blocks = -1; in test9() local
261 int retval, nb_blocks = -1; in test10() local
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavutil/
H A Dvideo_enc_params.c30 unsigned int nb_blocks, size_t *out_size) in av_video_enc_params_alloc()
57 unsigned int nb_blocks) in av_video_enc_params_create_side_data()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavutil/
H A Dvideo_enc_params.c30 unsigned int nb_blocks, size_t *out_size) in av_video_enc_params_alloc()
57 unsigned int nb_blocks) in av_video_enc_params_create_side_data()
/dports/www/firefox/firefox-99.0/media/ffvpx/libavutil/
H A Dvideo_enc_params.c30 unsigned int nb_blocks, size_t *out_size) in av_video_enc_params_alloc()
57 unsigned int nb_blocks) in av_video_enc_params_create_side_data()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavutil/
H A Dvideo_enc_params.c30 unsigned int nb_blocks, size_t *out_size) in av_video_enc_params_alloc()
58 unsigned int nb_blocks) in av_video_enc_params_create_side_data()
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/cipher-aes-0.2.11/cbits/
H A Daes.c241 void aes_encrypt_ecb(aes_block *output, aes_key *key, aes_block *input, uint32_t nb_blocks) in aes_encrypt_ecb()
247 void aes_decrypt_ecb(aes_block *output, aes_key *key, aes_block *input, uint32_t nb_blocks) in aes_decrypt_ecb()
265 void aes_gen_ctr(aes_block *output, aes_key *key, const aes_block *iv, uint32_t nb_blocks) in aes_gen_ctr()
277 void aes_gen_ctr_cont(aes_block *output, aes_key *key, aes_block *iv, uint32_t nb_blocks) in aes_gen_ctr_cont()
299 uint32_t spoint, aes_block *input, uint32_t nb_blocks) in aes_encrypt_xts()
306 uint32_t spoint, aes_block *input, uint32_t nb_blocks) in aes_decrypt_xts()
521 void aes_generic_encrypt_ecb(aes_block *output, aes_key *key, aes_block *input, uint32_t nb_blocks) in aes_generic_encrypt_ecb()
528 void aes_generic_decrypt_ecb(aes_block *output, aes_key *key, aes_block *input, uint32_t nb_blocks) in aes_generic_decrypt_ecb()
566 uint32_t nb_blocks = len / 16; in aes_generic_encrypt_ctr() local
588 uint32_t spoint, aes_block *input, uint32_t nb_blocks) in aes_generic_encrypt_xts()
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/cipher-aes-0.2.11/cbits/
H A Daes.c241 void aes_encrypt_ecb(aes_block *output, aes_key *key, aes_block *input, uint32_t nb_blocks) in aes_encrypt_ecb()
247 void aes_decrypt_ecb(aes_block *output, aes_key *key, aes_block *input, uint32_t nb_blocks) in aes_decrypt_ecb()
265 void aes_gen_ctr(aes_block *output, aes_key *key, const aes_block *iv, uint32_t nb_blocks) in aes_gen_ctr()
277 void aes_gen_ctr_cont(aes_block *output, aes_key *key, aes_block *iv, uint32_t nb_blocks) in aes_gen_ctr_cont()
299 uint32_t spoint, aes_block *input, uint32_t nb_blocks) in aes_encrypt_xts()
306 uint32_t spoint, aes_block *input, uint32_t nb_blocks) in aes_decrypt_xts()
521 void aes_generic_encrypt_ecb(aes_block *output, aes_key *key, aes_block *input, uint32_t nb_blocks) in aes_generic_encrypt_ecb()
528 void aes_generic_decrypt_ecb(aes_block *output, aes_key *key, aes_block *input, uint32_t nb_blocks) in aes_generic_decrypt_ecb()
566 uint32_t nb_blocks = len / 16; in aes_generic_encrypt_ctr() local
588 uint32_t spoint, aes_block *input, uint32_t nb_blocks) in aes_generic_encrypt_xts()
[all …]
/dports/sysutils/fwup/fwup-1.9.0/src/3rdparty/monocypher-3.1.2/tests/
H A Dutils.c75 | ((u32)s[3] << 24); in chacha20()
91 random_state ^= random_state << 25;
115 print_vector(buf, 8);
171 if (reader->size == 0 || reader->nb_inputs >= 10) { in argon2i()
/dports/math/octave-forge-stk/stk/inst/model/@stk_model_gpposterior/
H A Dstk_predict.m82 nb_blocks = 0; variable
85 nb_blocks = max (1, ceil (nt / block_size)); variable
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/cryptonite-0.26/cbits/
H A Dcryptonite_aes.c276 …d cryptonite_aes_encrypt_ecb(aes_block *output, aes_key *key, aes_block *input, uint32_t nb_blocks) in cryptonite_aes_encrypt_ecb()
282 …d cryptonite_aes_decrypt_ecb(aes_block *output, aes_key *key, aes_block *input, uint32_t nb_blocks) in cryptonite_aes_decrypt_ecb()
300 …id cryptonite_aes_gen_ctr(aes_block *output, aes_key *key, const aes_block *iv, uint32_t nb_blocks) in cryptonite_aes_gen_ctr()
312 void cryptonite_aes_gen_ctr_cont(aes_block *output, aes_key *key, aes_block *iv, uint32_t nb_blocks) in cryptonite_aes_gen_ctr_cont()
334 uint32_t spoint, aes_block *input, uint32_t nb_blocks) in cryptonite_aes_encrypt_xts()
341 uint32_t spoint, aes_block *input, uint32_t nb_blocks) in cryptonite_aes_decrypt_xts()
702 …nite_aes_generic_encrypt_ecb(aes_block *output, aes_key *key, aes_block *input, uint32_t nb_blocks) in cryptonite_aes_generic_encrypt_ecb()
709 …nite_aes_generic_decrypt_ecb(aes_block *output, aes_key *key, aes_block *input, uint32_t nb_blocks) in cryptonite_aes_generic_decrypt_ecb()
747 uint32_t nb_blocks = len / 16; in cryptonite_aes_generic_encrypt_ctr() local
769 uint32_t spoint, aes_block *input, uint32_t nb_blocks) in cryptonite_aes_generic_encrypt_xts()
[all …]
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/cryptonite-0.26/cbits/
H A Dcryptonite_aes.c276 …d cryptonite_aes_encrypt_ecb(aes_block *output, aes_key *key, aes_block *input, uint32_t nb_blocks) in cryptonite_aes_encrypt_ecb()
282 …d cryptonite_aes_decrypt_ecb(aes_block *output, aes_key *key, aes_block *input, uint32_t nb_blocks) in cryptonite_aes_decrypt_ecb()
300 …id cryptonite_aes_gen_ctr(aes_block *output, aes_key *key, const aes_block *iv, uint32_t nb_blocks) in cryptonite_aes_gen_ctr()
312 void cryptonite_aes_gen_ctr_cont(aes_block *output, aes_key *key, aes_block *iv, uint32_t nb_blocks) in cryptonite_aes_gen_ctr_cont()
334 uint32_t spoint, aes_block *input, uint32_t nb_blocks) in cryptonite_aes_encrypt_xts()
341 uint32_t spoint, aes_block *input, uint32_t nb_blocks) in cryptonite_aes_decrypt_xts()
702 …nite_aes_generic_encrypt_ecb(aes_block *output, aes_key *key, aes_block *input, uint32_t nb_blocks) in cryptonite_aes_generic_encrypt_ecb()
709 …nite_aes_generic_decrypt_ecb(aes_block *output, aes_key *key, aes_block *input, uint32_t nb_blocks) in cryptonite_aes_generic_decrypt_ecb()
747 uint32_t nb_blocks = len / 16; in cryptonite_aes_generic_encrypt_ctr() local
769 uint32_t spoint, aes_block *input, uint32_t nb_blocks) in cryptonite_aes_generic_encrypt_xts()
[all …]
/dports/lang/elm/compiler-0.19.1/_cabal_deps/cryptonite-0.26/cbits/
H A Dcryptonite_aes.c276 …d cryptonite_aes_encrypt_ecb(aes_block *output, aes_key *key, aes_block *input, uint32_t nb_blocks) in cryptonite_aes_encrypt_ecb()
282 …d cryptonite_aes_decrypt_ecb(aes_block *output, aes_key *key, aes_block *input, uint32_t nb_blocks) in cryptonite_aes_decrypt_ecb()
300 …id cryptonite_aes_gen_ctr(aes_block *output, aes_key *key, const aes_block *iv, uint32_t nb_blocks) in cryptonite_aes_gen_ctr()
312 void cryptonite_aes_gen_ctr_cont(aes_block *output, aes_key *key, aes_block *iv, uint32_t nb_blocks) in cryptonite_aes_gen_ctr_cont()
334 uint32_t spoint, aes_block *input, uint32_t nb_blocks) in cryptonite_aes_encrypt_xts()
341 uint32_t spoint, aes_block *input, uint32_t nb_blocks) in cryptonite_aes_decrypt_xts()
702 …nite_aes_generic_encrypt_ecb(aes_block *output, aes_key *key, aes_block *input, uint32_t nb_blocks) in cryptonite_aes_generic_encrypt_ecb()
709 …nite_aes_generic_decrypt_ecb(aes_block *output, aes_key *key, aes_block *input, uint32_t nb_blocks) in cryptonite_aes_generic_decrypt_ecb()
747 uint32_t nb_blocks = len / 16; in cryptonite_aes_generic_encrypt_ctr() local
769 uint32_t spoint, aes_block *input, uint32_t nb_blocks) in cryptonite_aes_generic_encrypt_xts()
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/cryptonite-0.29/cbits/aes/
H A Dx86ni_impl.c121 uint32_t nb_blocks = len / 16; in SIZED() local
166 uint32_t nb_blocks = len / 16; in SIZED() local
240 uint32_t nb_blocks = length / 16; in SIZED() local
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/cryptonite-0.27/cbits/aes/
H A Dx86ni_impl.c121 uint32_t nb_blocks = len / 16; in SIZED() local
166 uint32_t nb_blocks = len / 16; in SIZED() local
240 uint32_t nb_blocks = length / 16; in SIZED() local
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/cryptonite-0.27/cbits/aes/
H A Dx86ni_impl.c121 uint32_t nb_blocks = len / 16; in SIZED() local
166 uint32_t nb_blocks = len / 16; in SIZED() local
240 uint32_t nb_blocks = length / 16; in SIZED() local
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/cryptonite-0.27/cbits/aes/
H A Dx86ni_impl.c121 uint32_t nb_blocks = len / 16; in SIZED() local
166 uint32_t nb_blocks = len / 16; in SIZED() local
240 uint32_t nb_blocks = length / 16; in SIZED() local
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/cryptonite-0.28/cbits/aes/
H A Dx86ni_impl.c121 uint32_t nb_blocks = len / 16; in SIZED() local
166 uint32_t nb_blocks = len / 16; in SIZED() local
240 uint32_t nb_blocks = length / 16; in SIZED() local
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/cryptonite-0.28/cbits/aes/
H A Dx86ni_impl.c121 uint32_t nb_blocks = len / 16; in SIZED() local
166 uint32_t nb_blocks = len / 16; in SIZED() local
240 uint32_t nb_blocks = length / 16; in SIZED() local
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/cryptonite-0.28/cbits/aes/
H A Dx86ni_impl.c121 uint32_t nb_blocks = len / 16; in SIZED() local
166 uint32_t nb_blocks = len / 16; in SIZED() local
240 uint32_t nb_blocks = length / 16; in SIZED() local
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/cryptonite-0.29/cbits/aes/
H A Dx86ni_impl.c121 uint32_t nb_blocks = len / 16; in SIZED() local
166 uint32_t nb_blocks = len / 16; in SIZED() local
240 uint32_t nb_blocks = length / 16; in SIZED() local
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/cryptonite-0.27/cbits/aes/
H A Dx86ni_impl.c121 uint32_t nb_blocks = len / 16; in SIZED() local
166 uint32_t nb_blocks = len / 16; in SIZED() local
240 uint32_t nb_blocks = length / 16; in SIZED() local
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/cryptonite-0.27/cbits/aes/
H A Dx86ni_impl.c121 uint32_t nb_blocks = len / 16; in SIZED() local
166 uint32_t nb_blocks = len / 16; in SIZED() local
240 uint32_t nb_blocks = length / 16; in SIZED() local
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/cryptonite-0.28/cbits/aes/
H A Dx86ni_impl.c121 uint32_t nb_blocks = len / 16; in SIZED() local
166 uint32_t nb_blocks = len / 16; in SIZED() local
240 uint32_t nb_blocks = length / 16; in SIZED() local
/dports/x11/hs-xmobar/xmobar-0.39/_cabal_deps/cryptonite-0.27/cbits/aes/
H A Dx86ni_impl.c121 uint32_t nb_blocks = len / 16; in SIZED() local
166 uint32_t nb_blocks = len / 16; in SIZED() local
240 uint32_t nb_blocks = length / 16; in SIZED() local
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/cryptonite-0.29/cbits/aes/
H A Dx86ni_impl.c121 uint32_t nb_blocks = len / 16; in SIZED() local
166 uint32_t nb_blocks = len / 16; in SIZED() local
240 uint32_t nb_blocks = length / 16; in SIZED() local

123456789