Home
last modified time | relevance | path

Searched refs:in_out (Results 226 – 250 of 714) sorted by relevance

12345678910>>...29

/dports/net/proby/proby-1.0.2/cargo-crates/actix-http-1.0.1/src/cookie/secure/
H A Dprivate.rs209 let (nonce, in_out) = data.split_at_mut(NONCE_LEN); in encrypt_name_value()
210 let (in_out, tag) = in_out.split_at_mut(value.len()); in encrypt_name_value()
211 in_out.copy_from_slice(value); in encrypt_name_value()
222 .seal_in_place_separate_tag(nonce, ad, in_out) in encrypt_name_value()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dpacket_sender.h48 void SetSenderTimestamps(Packets* in_out);
74 void RunFor(int64_t time_ms, Packets* in_out) override;
109 void RunFor(int64_t time_ms, Packets* in_out) override;
157 void RunFor(int64_t time_ms, Packets* in_out) override;
182 void SendPackets(Packets* in_out);
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dpacket_sender.h48 void SetSenderTimestamps(Packets* in_out);
74 void RunFor(int64_t time_ms, Packets* in_out) override;
109 void RunFor(int64_t time_ms, Packets* in_out) override;
157 void RunFor(int64_t time_ms, Packets* in_out) override;
182 void SendPackets(Packets* in_out);
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/remote_bitrate_estimator/test/
H A Dpacket_sender.h48 void SetSenderTimestamps(Packets* in_out);
74 void RunFor(int64_t time_ms, Packets* in_out) override;
109 void RunFor(int64_t time_ms, Packets* in_out) override;
157 void RunFor(int64_t time_ms, Packets* in_out) override;
182 void SendPackets(Packets* in_out);
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/plaits/dsp/fx/
H A Dlow_pass_gate.h54 float* in_out, in Process() argument
59 const float s = *in_out * gain_modulation.Next(); in Process()
61 *in_out++ = lp + (s - lp) * hf_bleed; in Process()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/eurorack/eurorack/plaits/dsp/fx/
H A Dlow_pass_gate.h54 float* in_out, in Process() argument
59 const float s = *in_out * gain_modulation.Next(); in Process()
61 *in_out++ = lp + (s - lp) * hf_bleed; in Process()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gl-2.0/
H A Dvertex-program-two-side.c183 setup_gs_vars(char **in_out, char **out, const char *name, float *values) in setup_gs_vars() argument
185 (void)!asprintf(in_out, " %s = gl_in[i].%s;\n", name, name); in setup_gs_vars()
195 setup_tcs_vars(char **in_out, char **out, const char *name, float *values) in setup_tcs_vars() argument
197 (void)!asprintf(in_out, " gl_out[gl_InvocationID].%s = gl_in[gl_InvocationID].%s;\n", name, name); in setup_tcs_vars()
207 setup_tes_vars(char **in_out, char **out, const char *name, float *values) in setup_tes_vars() argument
209 (void)!asprintf(in_out, " INTERP_QUAD(gl_in[0].%s, %s);\n", name, name); in setup_tes_vars()
/dports/math/kalker/kalker-1.1.0/kalk/src/kalk_num/
H A Dmod.rs746 let in_out = vec![ in test_add_complex() localVariable
753 for (a, b, expected_result) in in_out { in test_add_complex()
768 let in_out = vec![ in test_sub_complex() localVariable
775 for (a, b, expected_result) in in_out { in test_sub_complex()
790 let in_out = vec![ in test_mul_complex() localVariable
797 for (a, b, expected_result) in in_out { in test_mul_complex()
812 let in_out = vec![ in test_div_complex() localVariable
833 let in_out = vec![ in test_pow_complex() localVariable
866 let in_out = vec![ in test_to_string_pretty() localVariable
903 let in_out = vec![ in test_estimate() localVariable
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/ring-0.16.20/tests/
H A Daead_tests.rs243 in_out: &mut Vec<u8>, in seal_with_key()
246 s_key.seal_in_place_append_tag(aad, in_out) in seal_with_key()
254 in_out: &'a mut [u8], in open_with_key()
258 o_key.open_within(aad, in_out, ciphertext_and_tag) in open_with_key()
266 in_out: &mut Vec<u8>, in seal_with_less_safe_key()
269 key.seal_in_place_append_tag(nonce, aad, in_out) in seal_with_less_safe_key()
277 in_out: &'a mut [u8], in open_with_less_safe_key()
281 key.open_within(nonce, aad, in_out, ciphertext_and_tag) in open_with_less_safe_key()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/ring-0.16.19/tests/
H A Daead_tests.rs262 in_out: &mut Vec<u8>, in seal_with_key()
265 s_key.seal_in_place_append_tag(aad, in_out) in seal_with_key()
273 in_out: &'a mut [u8], in open_with_key()
277 o_key.open_within(aad, in_out, ciphertext_and_tag) in open_with_key()
285 in_out: &mut Vec<u8>, in seal_with_less_safe_key()
288 key.seal_in_place_append_tag(nonce, aad, in_out) in seal_with_less_safe_key()
296 in_out: &'a mut [u8], in open_with_less_safe_key()
300 key.open_within(nonce, aad, in_out, ciphertext_and_tag) in open_with_less_safe_key()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/ring-0.16.20/tests/
H A Daead_tests.rs243 in_out: &mut Vec<u8>, in seal_with_key()
246 s_key.seal_in_place_append_tag(aad, in_out) in seal_with_key()
254 in_out: &'a mut [u8], in open_with_key()
258 o_key.open_within(aad, in_out, ciphertext_and_tag) in open_with_key()
266 in_out: &mut Vec<u8>, in seal_with_less_safe_key()
269 key.seal_in_place_append_tag(nonce, aad, in_out) in seal_with_less_safe_key()
277 in_out: &'a mut [u8], in open_with_less_safe_key()
281 key.open_within(nonce, aad, in_out, ciphertext_and_tag) in open_with_less_safe_key()
/dports/net/routinator/routinator-0.10.2/cargo-crates/ring-0.16.20/tests/
H A Daead_tests.rs243 in_out: &mut Vec<u8>, in seal_with_key()
246 s_key.seal_in_place_append_tag(aad, in_out) in seal_with_key()
254 in_out: &'a mut [u8], in open_with_key()
258 o_key.open_within(aad, in_out, ciphertext_and_tag) in open_with_key()
266 in_out: &mut Vec<u8>, in seal_with_less_safe_key()
269 key.seal_in_place_append_tag(nonce, aad, in_out) in seal_with_less_safe_key()
277 in_out: &'a mut [u8], in open_with_less_safe_key()
281 key.open_within(nonce, aad, in_out, ciphertext_and_tag) in open_with_less_safe_key()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/ring-0.16.20/tests/
H A Daead_tests.rs243 in_out: &mut Vec<u8>, in seal_with_key()
246 s_key.seal_in_place_append_tag(aad, in_out) in seal_with_key()
254 in_out: &'a mut [u8], in open_with_key()
258 o_key.open_within(aad, in_out, ciphertext_and_tag) in open_with_key()
266 in_out: &mut Vec<u8>, in seal_with_less_safe_key()
269 key.seal_in_place_append_tag(nonce, aad, in_out) in seal_with_less_safe_key()
277 in_out: &'a mut [u8], in open_with_less_safe_key()
281 key.open_within(nonce, aad, in_out, ciphertext_and_tag) in open_with_less_safe_key()
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/ring-0.16.15/tests/
H A Daead_tests.rs262 in_out: &mut Vec<u8>, in seal_with_key()
265 s_key.seal_in_place_append_tag(aad, in_out) in seal_with_key()
273 in_out: &'a mut [u8], in open_with_key()
277 o_key.open_within(aad, in_out, ciphertext_and_tag) in open_with_key()
285 in_out: &mut Vec<u8>, in seal_with_less_safe_key()
288 key.seal_in_place_append_tag(nonce, aad, in_out) in seal_with_less_safe_key()
296 in_out: &'a mut [u8], in open_with_less_safe_key()
300 key.open_within(nonce, aad, in_out, ciphertext_and_tag) in open_with_less_safe_key()
/dports/net/quiche/quiche-0.9.0/cargo-crates/ring-0.16.20/tests/
H A Daead_tests.rs243 in_out: &mut Vec<u8>, in seal_with_key()
246 s_key.seal_in_place_append_tag(aad, in_out) in seal_with_key()
254 in_out: &'a mut [u8], in open_with_key()
258 o_key.open_within(aad, in_out, ciphertext_and_tag) in open_with_key()
266 in_out: &mut Vec<u8>, in seal_with_less_safe_key()
269 key.seal_in_place_append_tag(nonce, aad, in_out) in seal_with_less_safe_key()
277 in_out: &'a mut [u8], in open_with_less_safe_key()
281 key.open_within(nonce, aad, in_out, ciphertext_and_tag) in open_with_less_safe_key()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/ring-0.16.12/tests/
H A Daead_tests.rs247 in_out: &mut Vec<u8>, in seal_with_key()
250 s_key.seal_in_place_append_tag(aad, in_out) in seal_with_key()
258 in_out: &'a mut [u8], in open_with_key()
262 o_key.open_within(aad, in_out, ciphertext_and_tag) in open_with_key()
270 in_out: &mut Vec<u8>, in seal_with_less_safe_key()
273 key.seal_in_place_append_tag(nonce, aad, in_out) in seal_with_less_safe_key()
281 in_out: &'a mut [u8], in open_with_less_safe_key()
285 key.open_within(nonce, aad, in_out, ciphertext_and_tag) in open_with_less_safe_key()
/dports/net/krill/krill-0.9.4/cargo-crates/ring-0.16.20/tests/
H A Daead_tests.rs243 in_out: &mut Vec<u8>, in seal_with_key()
246 s_key.seal_in_place_append_tag(aad, in_out) in seal_with_key()
254 in_out: &'a mut [u8], in open_with_key()
258 o_key.open_within(aad, in_out, ciphertext_and_tag) in open_with_key()
266 in_out: &mut Vec<u8>, in seal_with_less_safe_key()
269 key.seal_in_place_append_tag(nonce, aad, in_out) in seal_with_less_safe_key()
277 in_out: &'a mut [u8], in open_with_less_safe_key()
281 key.open_within(nonce, aad, in_out, ciphertext_and_tag) in open_with_less_safe_key()
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/ring-0.16.20/tests/
H A Daead_tests.rs243 in_out: &mut Vec<u8>, in seal_with_key()
246 s_key.seal_in_place_append_tag(aad, in_out) in seal_with_key()
254 in_out: &'a mut [u8], in open_with_key()
258 o_key.open_within(aad, in_out, ciphertext_and_tag) in open_with_key()
266 in_out: &mut Vec<u8>, in seal_with_less_safe_key()
269 key.seal_in_place_append_tag(nonce, aad, in_out) in seal_with_less_safe_key()
277 in_out: &'a mut [u8], in open_with_less_safe_key()
281 key.open_within(nonce, aad, in_out, ciphertext_and_tag) in open_with_less_safe_key()
/dports/www/jwt-cli/jwt-cli-5.0.0/cargo-crates/ring-0.16.20/tests/
H A Daead_tests.rs243 in_out: &mut Vec<u8>, in seal_with_key()
246 s_key.seal_in_place_append_tag(aad, in_out) in seal_with_key()
254 in_out: &'a mut [u8], in open_with_key()
258 o_key.open_within(aad, in_out, ciphertext_and_tag) in open_with_key()
266 in_out: &mut Vec<u8>, in seal_with_less_safe_key()
269 key.seal_in_place_append_tag(nonce, aad, in_out) in seal_with_less_safe_key()
277 in_out: &'a mut [u8], in open_with_less_safe_key()
281 key.open_within(nonce, aad, in_out, ciphertext_and_tag) in open_with_less_safe_key()
/dports/www/zola/zola-0.15.2/cargo-crates/ring-0.16.20/tests/
H A Daead_tests.rs243 in_out: &mut Vec<u8>, in seal_with_key()
246 s_key.seal_in_place_append_tag(aad, in_out) in seal_with_key()
254 in_out: &'a mut [u8], in open_with_key()
258 o_key.open_within(aad, in_out, ciphertext_and_tag) in open_with_key()
266 in_out: &mut Vec<u8>, in seal_with_less_safe_key()
269 key.seal_in_place_append_tag(nonce, aad, in_out) in seal_with_less_safe_key()
277 in_out: &'a mut [u8], in open_with_less_safe_key()
281 key.open_within(nonce, aad, in_out, ciphertext_and_tag) in open_with_less_safe_key()
/dports/www/xh/xh-0.14.1/cargo-crates/ring-0.16.20/tests/
H A Daead_tests.rs243 in_out: &mut Vec<u8>, in seal_with_key()
246 s_key.seal_in_place_append_tag(aad, in_out) in seal_with_key()
254 in_out: &'a mut [u8], in open_with_key()
258 o_key.open_within(aad, in_out, ciphertext_and_tag) in open_with_key()
266 in_out: &mut Vec<u8>, in seal_with_less_safe_key()
269 key.seal_in_place_append_tag(nonce, aad, in_out) in seal_with_less_safe_key()
277 in_out: &'a mut [u8], in open_with_less_safe_key()
281 key.open_within(nonce, aad, in_out, ciphertext_and_tag) in open_with_less_safe_key()
/dports/devel/dtool/dtool-0.11.0/cargo-crates/ring-0.16.20/tests/
H A Daead_tests.rs243 in_out: &mut Vec<u8>, in seal_with_key()
246 s_key.seal_in_place_append_tag(aad, in_out) in seal_with_key()
254 in_out: &'a mut [u8], in open_with_key()
258 o_key.open_within(aad, in_out, ciphertext_and_tag) in open_with_key()
266 in_out: &mut Vec<u8>, in seal_with_less_safe_key()
269 key.seal_in_place_append_tag(nonce, aad, in_out) in seal_with_less_safe_key()
277 in_out: &'a mut [u8], in open_with_less_safe_key()
281 key.open_within(nonce, aad, in_out, ciphertext_and_tag) in open_with_less_safe_key()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/ring-0.16.20/tests/
H A Daead_tests.rs243 in_out: &mut Vec<u8>, in seal_with_key()
246 s_key.seal_in_place_append_tag(aad, in_out) in seal_with_key()
254 in_out: &'a mut [u8], in open_with_key()
258 o_key.open_within(aad, in_out, ciphertext_and_tag) in open_with_key()
266 in_out: &mut Vec<u8>, in seal_with_less_safe_key()
269 key.seal_in_place_append_tag(nonce, aad, in_out) in seal_with_less_safe_key()
277 in_out: &'a mut [u8], in open_with_less_safe_key()
281 key.open_within(nonce, aad, in_out, ciphertext_and_tag) in open_with_less_safe_key()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/ring-0.16.20/tests/
H A Daead_tests.rs243 in_out: &mut Vec<u8>, in seal_with_key()
246 s_key.seal_in_place_append_tag(aad, in_out) in seal_with_key()
254 in_out: &'a mut [u8], in open_with_key()
258 o_key.open_within(aad, in_out, ciphertext_and_tag) in open_with_key()
266 in_out: &mut Vec<u8>, in seal_with_less_safe_key()
269 key.seal_in_place_append_tag(nonce, aad, in_out) in seal_with_less_safe_key()
277 in_out: &'a mut [u8], in open_with_less_safe_key()
281 key.open_within(nonce, aad, in_out, ciphertext_and_tag) in open_with_less_safe_key()
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/ring-0.16.20/tests/
H A Daead_tests.rs243 in_out: &mut Vec<u8>, in seal_with_key()
246 s_key.seal_in_place_append_tag(aad, in_out) in seal_with_key()
254 in_out: &'a mut [u8], in open_with_key()
258 o_key.open_within(aad, in_out, ciphertext_and_tag) in open_with_key()
266 in_out: &mut Vec<u8>, in seal_with_less_safe_key()
269 key.seal_in_place_append_tag(nonce, aad, in_out) in seal_with_less_safe_key()
277 in_out: &'a mut [u8], in open_with_less_safe_key()
281 key.open_within(nonce, aad, in_out, ciphertext_and_tag) in open_with_less_safe_key()

12345678910>>...29