Home
last modified time | relevance | path

Searched refs:randombytes (Results 1 – 25 of 668) sorted by relevance

12345678910>>...27

/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/cnacl/randombytes/
H A Ddo7 rm -f randombytes.o randombytes.h
18 rm -f test randombytes-impl.o randombytes-impl.h randombytes-impl.c
19 cp $n.c randombytes-impl.c || continue
20 cp $n.h randombytes-impl.h || continue
21 $c -c randombytes-impl.c || continue
22 $c -o test test.c randombytes-impl.o || continue
26 mv randombytes-impl.o lib/$abi/randombytes.o
28 mv randombytes-impl.h include/$abi/randombytes.h
37 rm -f test randombytes-impl.o randombytes-impl.h randombytes-impl.c
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/sodiumoxide-0.2.7/src/crypto/box_/
H A Dcurve25519xsalsa20poly1305.rs338 use randombytes::randombytes; in test_seal_open()
352 use randombytes::randombytes; in test_seal_open_precomputed()
371 use randombytes::randombytes; in test_seal_open_tamper()
388 use randombytes::randombytes; in test_seal_open_precomputed_tamper()
444 use randombytes::randombytes; in test_seal_open_detached()
459 use randombytes::randombytes; in test_seal_combined_then_open_detached()
475 use randombytes::randombytes; in test_seal_detached_then_open_combined()
492 use randombytes::randombytes; in test_seal_open_detached_tamper()
535 use randombytes::randombytes; in test_seal_open_detached_precomputed()
552 use randombytes::randombytes; in test_seal_combined_then_open_detached_precomputed()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/sodiumoxide-0.2.7/src/crypto/secretbox/
H A Dxsalsa20poly1305.rs12 use randombytes::randombytes_into;
155 use randombytes::randombytes; in test_seal_open()
158 let m = randombytes(i); in test_seal_open()
168 use randombytes::randombytes; in test_seal_open_tamper()
171 let m = randombytes(i); in test_seal_open_tamper()
188 use randombytes::randombytes; in test_seal_open_detached()
191 let m = randombytes(i); in test_seal_open_detached()
202 use randombytes::randombytes; in test_seal_combined_then_open_detached()
217 use randombytes::randombytes; in test_seal_detached_then_open_combined()
233 use randombytes::randombytes; in test_seal_open_detached_tamper()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/sodiumoxide-0.2.7/src/crypto/auth/
H A Dauth_macros.rs7 use randombytes::randombytes_into;
74 use randombytes::randombytes;
77 let m = randombytes(i);
85 use randombytes::randombytes;
88 let mut m = randombytes(i);
106 use randombytes::randombytes;
110 let m = randombytes(i);
122 use randombytes::randombytes;
132 randombytes(*s)
145 randombytes(*s)
H A Dauth_state_macros.rs83 use randombytes::randombytes;
86 let m = randombytes(i);
97 use randombytes::randombytes;
100 let m = randombytes(i);
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/sodiumoxide-0.2.7/src/crypto/stream/
H A Dstream_macros.rs9 use randombytes::randombytes_into;
147 use randombytes::randombytes;
151 let m = randombytes(i);
160 use randombytes::randombytes;
164 let m = randombytes(i);
177 use randombytes::randombytes;
181 let mut m = randombytes(i);
194 use randombytes::randombytes;
198 let m = randombytes(i);
207 use randombytes::randombytes;
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/sodiumoxide-0.2.7/src/crypto/aead/
H A Daead_macros.rs13 use randombytes::randombytes_into;
169 use randombytes::randombytes;
176 let ad = randombytes(i);
177 let m = randombytes(i);
186 use randombytes::randombytes;
194 let m = randombytes(i);
213 use randombytes::randombytes;
220 let ad = randombytes(i);
231 use randombytes::randombytes;
264 use randombytes::randombytes;
[all …]
H A Daes256gcm.rs205 use randombytes::randombytes; in test_seal_open()
210 let ad = randombytes(i); in test_seal_open()
211 let m = randombytes(i); in test_seal_open()
221 use randombytes::randombytes; in test_seal_open_detached()
226 let ad = randombytes(i); in test_seal_open_detached()
227 let mut m = randombytes(i); in test_seal_open_detached()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/sodiumoxide-0.2.7/src/crypto/sign/
H A Ded25519.rs294 use randombytes::randombytes; in test_sign_verify()
306 use randombytes::randombytes; in test_sign_verify_tamper()
321 use randombytes::randombytes; in test_sign_verify_detached()
332 use randombytes::randombytes; in test_sign_verify_detached_tamper()
347 use randombytes::{randombytes, randombytes_into}; in test_sign_verify_seed()
362 use randombytes::{randombytes, randombytes_into}; in test_sign_verify_tamper_seed()
438 use randombytes::randombytes; in test_streaming_sign()
499 use randombytes::randombytes; in test_streaming_copy()
515 use randombytes::randombytes; in test_streaming_default()
537 use randombytes::randombytes; in test_chunks_sign()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/randombytes/
H A DREADME.md1 randombytes chapter
4randombytes.svg)](https://www.npmjs.org/package/randombytes) [![Build Status](https://travis-ci.or…
6 randombytes from node that works in the browser. In node you just get crypto.randomBytes, but in t…
9 var randomBytes = require('randombytes');
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/randombytes/
H A DREADME.md1 randombytes chapter
4randombytes.svg)](https://www.npmjs.org/package/randombytes) [![Build Status](https://travis-ci.or…
6 randombytes from node that works in the browser. In node you just get crypto.randomBytes, but in t…
9 var randomBytes = require('randombytes');
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/randombytes/
H A DREADME.md1 randombytes chapter
4randombytes.svg)](https://www.npmjs.org/package/randombytes) [![Build Status](https://travis-ci.or…
6 randombytes from node that works in the browser. In node you just get crypto.randomBytes, but in t…
9 var randomBytes = require('randombytes');
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/tera-1.12.0/docs/node_modules/randombytes/
H A DREADME.md1 randombytes chapter
4randombytes.svg)](https://www.npmjs.org/package/randombytes) [![Build Status](https://travis-ci.or…
6 randombytes from node that works in the browser. In node you just get crypto.randomBytes, but in t…
9 var randomBytes = require('randombytes');
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/randombytes/
H A DREADME.md1 randombytes chapter
4randombytes.svg)](https://www.npmjs.org/package/randombytes) [![Build Status](https://travis-ci.or…
6 randombytes from node that works in the browser. In node you just get crypto.randomBytes, but in t…
9 var randomBytes = require('randombytes');
/dports/lang/rust/rustc-1.58.1-src/vendor/tera/docs/node_modules/randombytes/
H A DREADME.md1 randombytes chapter
4randombytes.svg)](https://www.npmjs.org/package/randombytes) [![Build Status](https://travis-ci.or…
6 randombytes from node that works in the browser. In node you just get crypto.randomBytes, but in t…
9 var randomBytes = require('randombytes');
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/sodiumoxide-0.2.7/src/crypto/hash/
H A Dhash_macros.rs79 use randombytes::randombytes;
81 let m = randombytes(i);
101 use randombytes::randombytes;
103 let m = randombytes(i);
114 use randombytes::randombytes;
123 randombytes(*s)
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/sodiumoxide-0.2.7/src/crypto/pwhash/
H A Dscryptsalsa208sha256.rs6 use randombytes::randombytes_into;
250 use randombytes::randombytes; in test_pwhash_verify()
252 let pw = randombytes(i); in test_pwhash_verify()
260 use randombytes::randombytes; in test_pwhash_verify_tamper()
262 let mut pw = randombytes(i); in test_pwhash_verify_tamper()
275 use randombytes::randombytes; in test_serialisation()
278 let pw = randombytes(i); in test_serialisation()
H A Dargon2id13.rs85 use randombytes::randombytes; in test_pwhash_verify()
87 let pw = randombytes(i); in test_pwhash_verify()
95 use randombytes::randombytes; in test_pwhash_verify_tamper()
97 let mut pw = randombytes(i); in test_pwhash_verify_tamper()
110 use randombytes::randombytes; in test_serialisation()
113 let pw = randombytes(i); in test_serialisation()
H A Dargon2i13.rs86 use randombytes::randombytes; in test_pwhash_verify()
88 let pw = randombytes(i); in test_pwhash_verify()
96 use randombytes::randombytes; in test_pwhash_verify_tamper()
98 let mut pw = randombytes(i); in test_pwhash_verify_tamper()
111 use randombytes::randombytes; in test_serialisation()
114 let pw = randombytes(i); in test_serialisation()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/sodiumoxide-0.2.7/src/crypto/shorthash/
H A Dsiphash24.rs5 use randombytes::randombytes_into;
140 use randombytes::randombytes; in test_serialisation()
144 let m = randombytes(i); in test_serialisation()
157 use randombytes::randombytes;
164 let ms: Vec<Vec<u8>> = BENCH_SIZES.iter().map(|s| randombytes(*s)).collect(); in bench_shorthash()
/dports/security/cvm/cvm-0.97/
H A Dv2client.c46 static str randombytes; variable
55 if (p->data[1] != randombytes.len) in parse_packet()
57 if (memcmp(p->data+2, randombytes.s, randombytes.len) != 0) in parse_packet()
111 if (randombytes.len == 0) { in make_randombytes()
116 str_ready(&randombytes, i); in make_randombytes()
117 randombytes.len = i; in make_randombytes()
122 cvm_random_fill((unsigned char*)randombytes.s, randombytes.len); in make_randombytes()
137 randombytes.len = 0; in build_packet()
139 if (!packet_add(p, CVM2_PROTOCOL, randombytes.len, randombytes.s)) in build_packet()
/dports/multimedia/navidrome/.npm/_cacache/index-v5/0b/a1/
H A D882487cf503a0f7c92cb27da2cf620c653623431e854df597e0a881079752randombytes/-/randombytes-2.1.0.tgz","integrity":"sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tN…
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/sodiumoxide-0.2.7/src/crypto/sealedbox/
H A Dcurve25519blake2bxsalsa20poly1305.rs73 use randombytes::randombytes; in test_seal_open()
76 let m = randombytes(i); in test_seal_open()
85 use randombytes::randombytes; in test_seal_open_tamper()
88 let m = randombytes(i); in test_seal_open_tamper()
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/cnacl/curvecp/
H A Dcurvecpserver.c262 randombytes(minutekey,sizeof minutekey); in main()
263 randombytes(lastminutekey,sizeof lastminutekey); in main()
271 randombytes(minutekey,sizeof minutekey); in main()
273 randombytes(packet,sizeof packet); in main()
274 randombytes(packetip,sizeof packetip); in main()
275 randombytes(packetport,sizeof packetport); in main()
276 randombytes(clientshorttermpk,sizeof clientshorttermpk); in main()
278 randombytes(nonce,sizeof nonce); in main()
279 randombytes(text,sizeof text); in main()
280 randombytes(childbuf,sizeof childbuf); in main()
[all …]
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/cnacl/crypto_stream/
H A Dmeasure.c55 randombytes(k,crypto_stream_KEYBYTES); in measure()
56 randombytes(n,crypto_stream_NONCEBYTES); in measure()
57 randombytes(m,mlen); in measure()
58 randombytes(c,mlen); in measure()

12345678910>>...27