Home
last modified time | relevance | path

Searched refs:algo (Results 201 – 225 of 18349) sorted by relevance

12345678910>>...734

/dports/sysutils/u-boot-beaglebone/u-boot-2021.07/lib/
H A Dhash-checksum.c23 struct hash_algo *algo; in hash_calculate() local
29 ret = hash_progressive_lookup_algo(name, &algo); in hash_calculate()
33 ret = algo->hash_init(algo, &ctx); in hash_calculate()
38 ret = algo->hash_update(algo, ctx, region[i].data, in hash_calculate()
44 ret = algo->hash_update(algo, ctx, region[i].data, region[i].size, 1); in hash_calculate()
47 ret = algo->hash_finish(algo, ctx, checksum, algo->digest_size); in hash_calculate()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/lib/rsa/
H A Drsa-checksum.c22 struct hash_algo *algo; in hash_calculate() local
28 ret = hash_progressive_lookup_algo(name, &algo); in hash_calculate()
32 ret = algo->hash_init(algo, &ctx); in hash_calculate()
37 ret = algo->hash_update(algo, ctx, region[i].data, in hash_calculate()
43 ret = algo->hash_update(algo, ctx, region[i].data, region[i].size, 1); in hash_calculate()
46 ret = algo->hash_finish(algo, ctx, checksum, algo->digest_size); in hash_calculate()
/dports/databases/percona57-server/boost_1_59_0/libs/intrusive/example/
H A Ddoc_slist_algorithms.cpp34 typedef boost::intrusive::circular_slist_algorithms<my_slist_node_traits> algo; in main() typedef
39 algo::init_header(&one); in main()
40 assert(algo::count(&one) == 1); in main()
43 algo::link_after(&one, &two); in main()
44 assert(algo::count(&one) == 2); in main()
47 algo::link_after(&one, &three); in main()
48 assert(algo::count(&one) == 3); in main()
51 algo::unlink_after(&one); in main()
52 assert(algo::count(&one) == 2); in main()
55 algo::unlink(&two); in main()
[all …]
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/lib/
H A Dhash-checksum.c23 struct hash_algo *algo; in hash_calculate() local
29 ret = hash_progressive_lookup_algo(name, &algo); in hash_calculate()
33 ret = algo->hash_init(algo, &ctx); in hash_calculate()
38 ret = algo->hash_update(algo, ctx, region[i].data, in hash_calculate()
44 ret = algo->hash_update(algo, ctx, region[i].data, region[i].size, 1); in hash_calculate()
47 ret = algo->hash_finish(algo, ctx, checksum, algo->digest_size); in hash_calculate()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/lib/
H A Dhash-checksum.c23 struct hash_algo *algo; in hash_calculate() local
29 ret = hash_progressive_lookup_algo(name, &algo); in hash_calculate()
33 ret = algo->hash_init(algo, &ctx); in hash_calculate()
38 ret = algo->hash_update(algo, ctx, region[i].data, in hash_calculate()
44 ret = algo->hash_update(algo, ctx, region[i].data, region[i].size, 1); in hash_calculate()
47 ret = algo->hash_finish(algo, ctx, checksum, algo->digest_size); in hash_calculate()
/dports/databases/percona57-client/boost_1_59_0/libs/intrusive/example/
H A Ddoc_slist_algorithms.cpp34 typedef boost::intrusive::circular_slist_algorithms<my_slist_node_traits> algo; in main() typedef
39 algo::init_header(&one); in main()
40 assert(algo::count(&one) == 1); in main()
43 algo::link_after(&one, &two); in main()
44 assert(algo::count(&one) == 2); in main()
47 algo::link_after(&one, &three); in main()
48 assert(algo::count(&one) == 3); in main()
51 algo::unlink_after(&one); in main()
52 assert(algo::count(&one) == 2); in main()
55 algo::unlink(&two); in main()
[all …]
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/lib/
H A Dhash-checksum.c23 struct hash_algo *algo; in hash_calculate() local
29 ret = hash_progressive_lookup_algo(name, &algo); in hash_calculate()
33 ret = algo->hash_init(algo, &ctx); in hash_calculate()
38 ret = algo->hash_update(algo, ctx, region[i].data, in hash_calculate()
44 ret = algo->hash_update(algo, ctx, region[i].data, region[i].size, 1); in hash_calculate()
47 ret = algo->hash_finish(algo, ctx, checksum, algo->digest_size); in hash_calculate()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/lib/
H A Dhash-checksum.c23 struct hash_algo *algo; in hash_calculate() local
29 ret = hash_progressive_lookup_algo(name, &algo); in hash_calculate()
33 ret = algo->hash_init(algo, &ctx); in hash_calculate()
38 ret = algo->hash_update(algo, ctx, region[i].data, in hash_calculate()
44 ret = algo->hash_update(algo, ctx, region[i].data, region[i].size, 1); in hash_calculate()
47 ret = algo->hash_finish(algo, ctx, checksum, algo->digest_size); in hash_calculate()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/lib/
H A Dhash-checksum.c23 struct hash_algo *algo; in hash_calculate() local
29 ret = hash_progressive_lookup_algo(name, &algo); in hash_calculate()
33 ret = algo->hash_init(algo, &ctx); in hash_calculate()
38 ret = algo->hash_update(algo, ctx, region[i].data, in hash_calculate()
44 ret = algo->hash_update(algo, ctx, region[i].data, region[i].size, 1); in hash_calculate()
47 ret = algo->hash_finish(algo, ctx, checksum, algo->digest_size); in hash_calculate()
/dports/sysutils/u-boot-rpi/u-boot-2021.07/lib/
H A Dhash-checksum.c23 struct hash_algo *algo; in hash_calculate() local
29 ret = hash_progressive_lookup_algo(name, &algo); in hash_calculate()
33 ret = algo->hash_init(algo, &ctx); in hash_calculate()
38 ret = algo->hash_update(algo, ctx, region[i].data, in hash_calculate()
44 ret = algo->hash_update(algo, ctx, region[i].data, region[i].size, 1); in hash_calculate()
47 ret = algo->hash_finish(algo, ctx, checksum, algo->digest_size); in hash_calculate()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/lib/rsa/
H A Drsa-checksum.c22 struct hash_algo *algo; in hash_calculate() local
28 ret = hash_progressive_lookup_algo(name, &algo); in hash_calculate()
32 ret = algo->hash_init(algo, &ctx); in hash_calculate()
37 ret = algo->hash_update(algo, ctx, region[i].data, in hash_calculate()
43 ret = algo->hash_update(algo, ctx, region[i].data, region[i].size, 1); in hash_calculate()
46 ret = algo->hash_finish(algo, ctx, checksum, algo->digest_size); in hash_calculate()
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/lib/
H A Dhash-checksum.c23 struct hash_algo *algo; in hash_calculate() local
29 ret = hash_progressive_lookup_algo(name, &algo); in hash_calculate()
33 ret = algo->hash_init(algo, &ctx); in hash_calculate()
38 ret = algo->hash_update(algo, ctx, region[i].data, in hash_calculate()
44 ret = algo->hash_update(algo, ctx, region[i].data, region[i].size, 1); in hash_calculate()
47 ret = algo->hash_finish(algo, ctx, checksum, algo->digest_size); in hash_calculate()
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/lib/
H A Dhash-checksum.c23 struct hash_algo *algo; in hash_calculate() local
29 ret = hash_progressive_lookup_algo(name, &algo); in hash_calculate()
33 ret = algo->hash_init(algo, &ctx); in hash_calculate()
38 ret = algo->hash_update(algo, ctx, region[i].data, in hash_calculate()
44 ret = algo->hash_update(algo, ctx, region[i].data, region[i].size, 1); in hash_calculate()
47 ret = algo->hash_finish(algo, ctx, checksum, algo->digest_size); in hash_calculate()
/dports/devel/boost-libs/boost_1_72_0/libs/intrusive/example/
H A Ddoc_slist_algorithms.cpp34 typedef boost::intrusive::circular_slist_algorithms<my_slist_node_traits> algo; in main() typedef
39 algo::init_header(&one); in main()
40 assert(algo::count(&one) == 1); in main()
43 algo::link_after(&one, &two); in main()
44 assert(algo::count(&one) == 2); in main()
47 algo::link_after(&one, &three); in main()
48 assert(algo::count(&one) == 3); in main()
51 algo::unlink_after(&one); in main()
52 assert(algo::count(&one) == 2); in main()
55 algo::unlink(&two); in main()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/intrusive/example/
H A Ddoc_slist_algorithms.cpp34 typedef boost::intrusive::circular_slist_algorithms<my_slist_node_traits> algo; in main() typedef
39 algo::init_header(&one); in main()
40 assert(algo::count(&one) == 1); in main()
43 algo::link_after(&one, &two); in main()
44 assert(algo::count(&one) == 2); in main()
47 algo::link_after(&one, &three); in main()
48 assert(algo::count(&one) == 3); in main()
51 algo::unlink_after(&one); in main()
52 assert(algo::count(&one) == 2); in main()
55 algo::unlink(&two); in main()
[all …]
/dports/sysutils/u-boot-chip/u-boot-2021.07/lib/
H A Dhash-checksum.c23 struct hash_algo *algo; in hash_calculate() local
29 ret = hash_progressive_lookup_algo(name, &algo); in hash_calculate()
33 ret = algo->hash_init(algo, &ctx); in hash_calculate()
38 ret = algo->hash_update(algo, ctx, region[i].data, in hash_calculate()
44 ret = algo->hash_update(algo, ctx, region[i].data, region[i].size, 1); in hash_calculate()
47 ret = algo->hash_finish(algo, ctx, checksum, algo->digest_size); in hash_calculate()
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/lib/
H A Dhash-checksum.c23 struct hash_algo *algo; in hash_calculate() local
29 ret = hash_progressive_lookup_algo(name, &algo); in hash_calculate()
33 ret = algo->hash_init(algo, &ctx); in hash_calculate()
38 ret = algo->hash_update(algo, ctx, region[i].data, in hash_calculate()
44 ret = algo->hash_update(algo, ctx, region[i].data, region[i].size, 1); in hash_calculate()
47 ret = algo->hash_finish(algo, ctx, checksum, algo->digest_size); in hash_calculate()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/lib/rsa/
H A Drsa-checksum.c22 struct hash_algo *algo; in hash_calculate() local
28 ret = hash_progressive_lookup_algo(name, &algo); in hash_calculate()
32 ret = algo->hash_init(algo, &ctx); in hash_calculate()
37 ret = algo->hash_update(algo, ctx, region[i].data, in hash_calculate()
43 ret = algo->hash_update(algo, ctx, region[i].data, region[i].size, 1); in hash_calculate()
46 ret = algo->hash_finish(algo, ctx, checksum, algo->digest_size); in hash_calculate()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/lib/
H A Dhash-checksum.c23 struct hash_algo *algo; in hash_calculate() local
29 ret = hash_progressive_lookup_algo(name, &algo); in hash_calculate()
33 ret = algo->hash_init(algo, &ctx); in hash_calculate()
38 ret = algo->hash_update(algo, ctx, region[i].data, in hash_calculate()
44 ret = algo->hash_update(algo, ctx, region[i].data, region[i].size, 1); in hash_calculate()
47 ret = algo->hash_finish(algo, ctx, checksum, algo->digest_size); in hash_calculate()
/dports/sysutils/u-boot-orangepi-zero-plus/u-boot-2021.07/lib/
H A Dhash-checksum.c23 struct hash_algo *algo; in hash_calculate() local
29 ret = hash_progressive_lookup_algo(name, &algo); in hash_calculate()
33 ret = algo->hash_init(algo, &ctx); in hash_calculate()
38 ret = algo->hash_update(algo, ctx, region[i].data, in hash_calculate()
44 ret = algo->hash_update(algo, ctx, region[i].data, region[i].size, 1); in hash_calculate()
47 ret = algo->hash_finish(algo, ctx, checksum, algo->digest_size); in hash_calculate()
/dports/sysutils/u-boot-orangepi-r1/u-boot-2021.07/lib/
H A Dhash-checksum.c23 struct hash_algo *algo; in hash_calculate() local
29 ret = hash_progressive_lookup_algo(name, &algo); in hash_calculate()
33 ret = algo->hash_init(algo, &ctx); in hash_calculate()
38 ret = algo->hash_update(algo, ctx, region[i].data, in hash_calculate()
44 ret = algo->hash_update(algo, ctx, region[i].data, region[i].size, 1); in hash_calculate()
47 ret = algo->hash_finish(algo, ctx, checksum, algo->digest_size); in hash_calculate()
/dports/sysutils/u-boot-orangepi-plus-2e/u-boot-2021.07/lib/
H A Dhash-checksum.c23 struct hash_algo *algo; in hash_calculate() local
29 ret = hash_progressive_lookup_algo(name, &algo); in hash_calculate()
33 ret = algo->hash_init(algo, &ctx); in hash_calculate()
38 ret = algo->hash_update(algo, ctx, region[i].data, in hash_calculate()
44 ret = algo->hash_update(algo, ctx, region[i].data, region[i].size, 1); in hash_calculate()
47 ret = algo->hash_finish(algo, ctx, checksum, algo->digest_size); in hash_calculate()
/dports/sysutils/u-boot-orangepi-zero/u-boot-2021.07/lib/
H A Dhash-checksum.c23 struct hash_algo *algo; in hash_calculate() local
29 ret = hash_progressive_lookup_algo(name, &algo); in hash_calculate()
33 ret = algo->hash_init(algo, &ctx); in hash_calculate()
38 ret = algo->hash_update(algo, ctx, region[i].data, in hash_calculate()
44 ret = algo->hash_update(algo, ctx, region[i].data, region[i].size, 1); in hash_calculate()
47 ret = algo->hash_finish(algo, ctx, checksum, algo->digest_size); in hash_calculate()
/dports/sysutils/u-boot-pine-h64/u-boot-2021.07/lib/
H A Dhash-checksum.c23 struct hash_algo *algo; in hash_calculate() local
29 ret = hash_progressive_lookup_algo(name, &algo); in hash_calculate()
33 ret = algo->hash_init(algo, &ctx); in hash_calculate()
38 ret = algo->hash_update(algo, ctx, region[i].data, in hash_calculate()
44 ret = algo->hash_update(algo, ctx, region[i].data, region[i].size, 1); in hash_calculate()
47 ret = algo->hash_finish(algo, ctx, checksum, algo->digest_size); in hash_calculate()
/dports/sysutils/u-boot-pine64/u-boot-2021.07/lib/
H A Dhash-checksum.c23 struct hash_algo *algo; in hash_calculate() local
29 ret = hash_progressive_lookup_algo(name, &algo); in hash_calculate()
33 ret = algo->hash_init(algo, &ctx); in hash_calculate()
38 ret = algo->hash_update(algo, ctx, region[i].data, in hash_calculate()
44 ret = algo->hash_update(algo, ctx, region[i].data, region[i].size, 1); in hash_calculate()
47 ret = algo->hash_finish(algo, ctx, checksum, algo->digest_size); in hash_calculate()

12345678910>>...734