Home
last modified time | relevance | path

Searched refs:kr (Results 151 – 175 of 16314) sorted by relevance

12345678910>>...653

/dports/security/liboqs/liboqs-0.7.0/src/kem/kyber/pqcrystals-kyber_kyber768_avx2/
H A Dkem.c56 uint8_t kr[2*KYBER_SYMBYTES]; in crypto_kem_enc() local
64 hash_g(kr, buf, 2*KYBER_SYMBYTES); in crypto_kem_enc()
67 indcpa_enc(ct, buf, pk, kr+KYBER_SYMBYTES); in crypto_kem_enc()
70 hash_h(kr+KYBER_SYMBYTES, ct, KYBER_CIPHERTEXTBYTES); in crypto_kem_enc()
72 kdf(ss, kr, 2*KYBER_SYMBYTES); in crypto_kem_enc()
100 uint8_t kr[2*KYBER_SYMBYTES]; in crypto_kem_dec() local
108 hash_g(kr, buf, 2*KYBER_SYMBYTES); in crypto_kem_dec()
111 indcpa_enc(cmp.coeffs, buf, pk, kr+KYBER_SYMBYTES); in crypto_kem_dec()
116 hash_h(kr+KYBER_SYMBYTES, ct, KYBER_CIPHERTEXTBYTES); in crypto_kem_dec()
119 cmov(kr, sk+KYBER_SECRETKEYBYTES-KYBER_SYMBYTES, KYBER_SYMBYTES, fail); in crypto_kem_dec()
[all …]
/dports/security/liboqs/liboqs-0.7.0/src/kem/kyber/pqcrystals-kyber_kyber768-90s_avx2/
H A Dkem.c56 uint8_t kr[2*KYBER_SYMBYTES]; in crypto_kem_enc() local
64 hash_g(kr, buf, 2*KYBER_SYMBYTES); in crypto_kem_enc()
67 indcpa_enc(ct, buf, pk, kr+KYBER_SYMBYTES); in crypto_kem_enc()
70 hash_h(kr+KYBER_SYMBYTES, ct, KYBER_CIPHERTEXTBYTES); in crypto_kem_enc()
72 kdf(ss, kr, 2*KYBER_SYMBYTES); in crypto_kem_enc()
100 uint8_t kr[2*KYBER_SYMBYTES]; in crypto_kem_dec() local
108 hash_g(kr, buf, 2*KYBER_SYMBYTES); in crypto_kem_dec()
111 indcpa_enc(cmp.coeffs, buf, pk, kr+KYBER_SYMBYTES); in crypto_kem_dec()
116 hash_h(kr+KYBER_SYMBYTES, ct, KYBER_CIPHERTEXTBYTES); in crypto_kem_dec()
119 cmov(kr, sk+KYBER_SECRETKEYBYTES-KYBER_SYMBYTES, KYBER_SYMBYTES, fail); in crypto_kem_dec()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/util/mach/
H A Dexception_ports.cc39 kern_return_t kr = in Deallocate() local
41 MACH_LOG_IF(ERROR, kr != KERN_SUCCESS, kr) << "mach_port_deallocate"; in Deallocate()
95 MACH_LOG_IF(ERROR, kr != KERN_SUCCESS, kr) << "mach_port_deallocate"; in ~ExceptionPorts()
119 kern_return_t kr = get_exception_ports_( in GetExceptionPorts() local
121 if (kr != KERN_SUCCESS) { in GetExceptionPorts()
122 MACH_LOG(ERROR, kr) << TargetTypeName() << "_get_exception_ports"; in GetExceptionPorts()
145 kern_return_t kr = in SetExceptionPort() local
147 if (kr != KERN_SUCCESS) { in SetExceptionPort()
148 MACH_LOG(ERROR, kr) << TargetTypeName() << "_set_exception_ports"; in SetExceptionPort()
179 kern_return_t kr = swap_exception_ports_(target_port_, in SwapExceptionPorts() local
[all …]
/dports/x11/xinit/xinit-1.4.1/launchd/privileged_startx/
H A Dclient.c46 kern_return_t kr; in client_main() local
49 kr = bootstrap_look_up(bootstrap_port, BOOTSTRAP_NAME, &mp); in client_main()
50 if (kr != KERN_SUCCESS) { in client_main()
52 …(stderr, "privileged_startx: bootstrap_look_up(%s): %s\n", BOOTSTRAP_NAME, bootstrap_strerror(kr)); in client_main()
54 …intf(stderr, "privileged_startx: bootstrap_look_up(%s): %ul\n", BOOTSTRAP_NAME, (unsigned long)kr); in client_main()
59 kr = privileged_startx(mp); in client_main()
60 if (kr != KERN_SUCCESS) { in client_main()
61 fprintf(stderr, "privileged_startx client: %s\n", mach_error_string(kr)); in client_main()
H A Dserver.c84 kern_return_t kr; in checkin_or_register() local
88 kr = bootstrap_check_in(bootstrap_port, bname, &mp); in checkin_or_register()
89 if (kr == KERN_SUCCESS) in checkin_or_register()
94 if (kr != KERN_SUCCESS) { in checkin_or_register()
100 if (kr != KERN_SUCCESS) { in checkin_or_register()
105 kr = bootstrap_register(bootstrap_port, bname, mp); in checkin_or_register()
106 if (kr != KERN_SUCCESS) { in checkin_or_register()
118 kern_return_t kr; in server_main() local
196 if (kr != KERN_SUCCESS) { in server_main()
198 mach_error_string(kr)); in server_main()
[all …]
/dports/security/liboqs/liboqs-0.7.0/src/kem/kyber/pqcrystals-kyber_kyber512-90s_ref/
H A Dkem.c57 uint8_t kr[2*KYBER_SYMBYTES]; in crypto_kem_enc() local
65 hash_g(kr, buf, 2*KYBER_SYMBYTES); in crypto_kem_enc()
68 indcpa_enc(ct, buf, pk, kr+KYBER_SYMBYTES); in crypto_kem_enc()
71 hash_h(kr+KYBER_SYMBYTES, ct, KYBER_CIPHERTEXTBYTES); in crypto_kem_enc()
73 kdf(ss, kr, 2*KYBER_SYMBYTES); in crypto_kem_enc()
102 uint8_t kr[2*KYBER_SYMBYTES]; in crypto_kem_dec() local
111 hash_g(kr, buf, 2*KYBER_SYMBYTES); in crypto_kem_dec()
114 indcpa_enc(cmp, buf, pk, kr+KYBER_SYMBYTES); in crypto_kem_dec()
119 hash_h(kr+KYBER_SYMBYTES, ct, KYBER_CIPHERTEXTBYTES); in crypto_kem_dec()
122 cmov(kr, sk+KYBER_SECRETKEYBYTES-KYBER_SYMBYTES, KYBER_SYMBYTES, fail); in crypto_kem_dec()
[all …]
/dports/security/liboqs/liboqs-0.7.0/src/kem/kyber/pqcrystals-kyber_kyber768_ref/
H A Dkem.c57 uint8_t kr[2*KYBER_SYMBYTES]; in crypto_kem_enc() local
65 hash_g(kr, buf, 2*KYBER_SYMBYTES); in crypto_kem_enc()
68 indcpa_enc(ct, buf, pk, kr+KYBER_SYMBYTES); in crypto_kem_enc()
71 hash_h(kr+KYBER_SYMBYTES, ct, KYBER_CIPHERTEXTBYTES); in crypto_kem_enc()
73 kdf(ss, kr, 2*KYBER_SYMBYTES); in crypto_kem_enc()
102 uint8_t kr[2*KYBER_SYMBYTES]; in crypto_kem_dec() local
111 hash_g(kr, buf, 2*KYBER_SYMBYTES); in crypto_kem_dec()
114 indcpa_enc(cmp, buf, pk, kr+KYBER_SYMBYTES); in crypto_kem_dec()
119 hash_h(kr+KYBER_SYMBYTES, ct, KYBER_CIPHERTEXTBYTES); in crypto_kem_dec()
122 cmov(kr, sk+KYBER_SECRETKEYBYTES-KYBER_SYMBYTES, KYBER_SYMBYTES, fail); in crypto_kem_dec()
[all …]
/dports/security/liboqs/liboqs-0.7.0/src/kem/kyber/pqcrystals-kyber_kyber1024_ref/
H A Dkem.c57 uint8_t kr[2*KYBER_SYMBYTES]; in crypto_kem_enc() local
65 hash_g(kr, buf, 2*KYBER_SYMBYTES); in crypto_kem_enc()
68 indcpa_enc(ct, buf, pk, kr+KYBER_SYMBYTES); in crypto_kem_enc()
71 hash_h(kr+KYBER_SYMBYTES, ct, KYBER_CIPHERTEXTBYTES); in crypto_kem_enc()
73 kdf(ss, kr, 2*KYBER_SYMBYTES); in crypto_kem_enc()
102 uint8_t kr[2*KYBER_SYMBYTES]; in crypto_kem_dec() local
111 hash_g(kr, buf, 2*KYBER_SYMBYTES); in crypto_kem_dec()
114 indcpa_enc(cmp, buf, pk, kr+KYBER_SYMBYTES); in crypto_kem_dec()
119 hash_h(kr+KYBER_SYMBYTES, ct, KYBER_CIPHERTEXTBYTES); in crypto_kem_dec()
122 cmov(kr, sk+KYBER_SECRETKEYBYTES-KYBER_SYMBYTES, KYBER_SYMBYTES, fail); in crypto_kem_dec()
[all …]
/dports/security/liboqs/liboqs-0.7.0/src/kem/kyber/pqcrystals-kyber_kyber1024-90s_ref/
H A Dkem.c57 uint8_t kr[2*KYBER_SYMBYTES]; in crypto_kem_enc() local
65 hash_g(kr, buf, 2*KYBER_SYMBYTES); in crypto_kem_enc()
68 indcpa_enc(ct, buf, pk, kr+KYBER_SYMBYTES); in crypto_kem_enc()
71 hash_h(kr+KYBER_SYMBYTES, ct, KYBER_CIPHERTEXTBYTES); in crypto_kem_enc()
73 kdf(ss, kr, 2*KYBER_SYMBYTES); in crypto_kem_enc()
102 uint8_t kr[2*KYBER_SYMBYTES]; in crypto_kem_dec() local
111 hash_g(kr, buf, 2*KYBER_SYMBYTES); in crypto_kem_dec()
114 indcpa_enc(cmp, buf, pk, kr+KYBER_SYMBYTES); in crypto_kem_dec()
119 hash_h(kr+KYBER_SYMBYTES, ct, KYBER_CIPHERTEXTBYTES); in crypto_kem_dec()
122 cmov(kr, sk+KYBER_SECRETKEYBYTES-KYBER_SYMBYTES, KYBER_SYMBYTES, fail); in crypto_kem_dec()
[all …]
/dports/security/liboqs/liboqs-0.7.0/src/kem/kyber/pqcrystals-kyber_kyber512_ref/
H A Dkem.c57 uint8_t kr[2*KYBER_SYMBYTES]; in crypto_kem_enc() local
65 hash_g(kr, buf, 2*KYBER_SYMBYTES); in crypto_kem_enc()
68 indcpa_enc(ct, buf, pk, kr+KYBER_SYMBYTES); in crypto_kem_enc()
71 hash_h(kr+KYBER_SYMBYTES, ct, KYBER_CIPHERTEXTBYTES); in crypto_kem_enc()
73 kdf(ss, kr, 2*KYBER_SYMBYTES); in crypto_kem_enc()
102 uint8_t kr[2*KYBER_SYMBYTES]; in crypto_kem_dec() local
111 hash_g(kr, buf, 2*KYBER_SYMBYTES); in crypto_kem_dec()
114 indcpa_enc(cmp, buf, pk, kr+KYBER_SYMBYTES); in crypto_kem_dec()
119 hash_h(kr+KYBER_SYMBYTES, ct, KYBER_CIPHERTEXTBYTES); in crypto_kem_dec()
122 cmov(kr, sk+KYBER_SECRETKEYBYTES-KYBER_SYMBYTES, KYBER_SYMBYTES, fail); in crypto_kem_dec()
[all …]
/dports/security/liboqs/liboqs-0.7.0/src/kem/kyber/pqcrystals-kyber_kyber768-90s_ref/
H A Dkem.c57 uint8_t kr[2*KYBER_SYMBYTES]; in crypto_kem_enc() local
65 hash_g(kr, buf, 2*KYBER_SYMBYTES); in crypto_kem_enc()
68 indcpa_enc(ct, buf, pk, kr+KYBER_SYMBYTES); in crypto_kem_enc()
71 hash_h(kr+KYBER_SYMBYTES, ct, KYBER_CIPHERTEXTBYTES); in crypto_kem_enc()
73 kdf(ss, kr, 2*KYBER_SYMBYTES); in crypto_kem_enc()
102 uint8_t kr[2*KYBER_SYMBYTES]; in crypto_kem_dec() local
111 hash_g(kr, buf, 2*KYBER_SYMBYTES); in crypto_kem_dec()
114 indcpa_enc(cmp, buf, pk, kr+KYBER_SYMBYTES); in crypto_kem_dec()
119 hash_h(kr+KYBER_SYMBYTES, ct, KYBER_CIPHERTEXTBYTES); in crypto_kem_dec()
122 cmov(kr, sk+KYBER_SECRETKEYBYTES-KYBER_SYMBYTES, KYBER_SYMBYTES, fail); in crypto_kem_dec()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Classes/
H A DPlayBuf.schelp12 method::ar, kr
69 PlayBuf.ar(1, bufnum, BufRateScale.kr(bufnum), loop: 1.0)
77 trig = Impulse.kr(2.0);
79 PlayBuf.ar(1, bufnum, BufRateScale.kr(bufnum), trig, 0, 0)
87 trig = Impulse.kr(XLine.kr(0.1, 100, 30));
89 PlayBuf.ar(1, bufnum, BufRateScale.kr(bufnum), trig, 5000, 0)
97 trig = Impulse.kr(MouseY.kr(0.5, 200, 1));
99 PlayBuf.ar(1, bufnum, BufRateScale.kr(bufnum), trig, MouseX.kr(0, BufFrames.kr(bufnum)), 1)
107 rate = XLine.kr(0.1, 100, 60);
117 rate = FSinOsc.kr(XLine.kr(0.2, 8, 30), 0, 3, 0.6);
[all …]
H A DHPF.schelp13 method::ar, kr
39 { HPF.ar(Saw.ar(200, 0.1), FSinOsc.kr(XLine.kr(0.7, 300, 20), 0, 3600, 4000), 5) }.play;
42 { var ctl = HPF.kr(LFSaw.kr(5), SinOsc.kr(XLine.kr(0.07, 30, 20), 0, 35, 40)) ;
48 { var ctl = HPF.kr(LFSaw.kr(5, 0.1), MouseX.kr(2, 200, 1));
H A DLinExp.schelp13 method::ar, kr
50 var mod = SinOsc.kr(Line.kr(1, 10, 10));
57 var mod = SinOsc.kr(Line.kr(1, 10, 10));
58 SinOsc.ar(LinExp.kr(mod, -1,1, 100, 900)) * 0.1
66 SinOsc.ar(LinExp.ar(mod, -1,1, MouseX.kr(200, 8000, 1), MouseY.kr(200, 8000, 1))) * 0.1
78 SinOsc.ar(mod.linexp(-1,1, MouseX.kr(200, 8000, 1), MouseY.kr(200, 8000, 1))) * 0.1
85 var mod = LFNoise2.ar(80).exprange(MouseX.kr(200, 8000, 1), MouseY.kr(200, 8000, 1));
H A DRamp.schelp13 Ramp.kr(WhiteNoise.kr(1),0.5)
17 LFNoise1.kr(1 / 0.5)
24 method::ar, kr
54 Ramp.kr( // lag the modulator
55 LFPulse.kr(4, 0, 0.5, 50, 400), // frequency modulator
56 Line.kr(0, 1, 15) // modulate lag time
68 pulse = LFPulse.kr(8.772);
69 Out.kr(0,[Ramp.kr(pulse, 0.025), Lag.kr(pulse, 0.025), pulse]);
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/ConcatUGens/sc/HelpSource/Classes/
H A DConcat.schelp64 input=PlayBuf.ar(1,bufnum,BufRateScale.kr(bufnum), loop:1);
88 control= SinOsc.ar(0.5)*Saw.ar(SinOsc.kr(LFNoise0.kr(MouseY.kr(0.01,1),3,4.5),0,50,MouseY.kr(120,50…
92 concat= Concat.ar(control,input,4.0,4.0,4.0,MouseX.kr(0.0,0.5),0,0.5,1.0,0.5,0.0);
105 …5,1.0,1.0,(Array.fill(5,{LFNoise0.kr(1.3.rand,1,2)})*MouseY.kr(100,3780,'exponential')),MouseY.kr(…
111 concat= Concat.ar(control,input,1.0,1.0,1.0,MouseX.kr(0.0,0.1),0,1.0,0.0,1.0,1.0);
123 control= Saw.ar(SinOsc.kr(LFNoise0.kr(MouseY.kr(0.01,1),3,4.5),0,10,MouseY.kr(12,100)));
125 input=PlayBuf.ar(1,b.bufnum,BufRateScale.kr(b.bufnum), loop:1);
127 concat= Concat.ar(control,input,2.0,2.0,2.0,MouseX.kr(0.01,0.1),0,MouseY.kr(0.0,1.0),1.0,0.5);
146 control=PlayBuf.ar(1,bufnum,BufRateScale.kr(bufnum), loop:1);
150 concat= Concat.ar(control,input,5.0,5.0,5.0,MouseX.kr(0.0,0.1),freeze,MouseY.kr(0.0,1.0),0.0,1.0);
/dports/security/py-keyrings.alt/keyrings.alt-3.1.1/tests/
H A Dtest_multi.py32 kr = multi.MultipartKeyringWrapper(self.MockKeyring())
33 self.assertTrue(kr.viable)
37 kr = multi.MultipartKeyringWrapper(wrapped_kr)
38 self.assertIsNone(kr.get_password('s1', 'u1'))
42 kr = multi.MultipartKeyringWrapper(wrapped_kr)
43 kr.set_password('s1', 'u1', 'p1')
46 self.assertEquals(kr.get_password('s1', 'u1'), 'p1')
50 kr = multi.MultipartKeyringWrapper(
53 kr.set_password('s2', 'u2', '0123456')
60 self.assertEquals(kr.get_password('s2', 'u2'), '0123456')
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/util/mach/
H A Dexception_ports.cc38 kern_return_t kr = in Deallocate() local
40 MACH_LOG_IF(ERROR, kr != KERN_SUCCESS, kr) << "mach_port_deallocate"; in Deallocate()
90 kern_return_t kr = mach_port_deallocate(mach_task_self(), target_port_); in ~ExceptionPorts() local
91 MACH_LOG_IF(ERROR, kr != KERN_SUCCESS, kr) << "mach_port_deallocate"; in ~ExceptionPorts()
115 kern_return_t kr = get_exception_ports_( in GetExceptionPorts() local
117 if (kr != KERN_SUCCESS) { in GetExceptionPorts()
118 MACH_LOG(ERROR, kr) << TargetTypeName() << "_get_exception_ports"; in GetExceptionPorts()
141 kern_return_t kr = in SetExceptionPort() local
143 if (kr != KERN_SUCCESS) { in SetExceptionPort()
144 MACH_LOG(ERROR, kr) << TargetTypeName() << "_set_exception_ports"; in SetExceptionPort()
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/MCLDUGens/sc/
H A DOnsetsDS.sc11 *kr { |in, fftbuf, trackbuf, thresh=0.5, type=\power,
27 \complex, { FFTComplexDev.kr(chain, 0) },
28 \rcomplex, { FFTComplexDev.kr(chain, 1) },
29 \phase, { FFTPhaseDev.kr(chain, 0, 0.4) },
30 \wphase, { FFTPhaseDev.kr(chain, 1, 0.4) },
31 \mkl, { FFTMKL.kr(chain, 0.01) },
33 { FFTPower.kr(chain) }
37 odf = odf - MedianTriggered.kr(odf, chain>=0, medianspan);
52 onsets = Trig1.kr(onsets, mingap);
53 onsets = Trig1.kr(onsets, 0);
[all …]
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/NCAnalysisUGens/sc/HelpSource/Classes/
H A DLPCAnalyzer.schelp48 {LPCAnalyzer.ar(SoundIn.ar,Impulse.ar(440,0,0.2), 128, MouseX.kr(1,128))}.play
50 {LPCAnalyzer.ar(SoundIn.ar,Impulse.ar(440,0,0.2), 1024, MouseX.kr(1,128), windowtype:1)}.play
53 {LPCAnalyzer.ar(SoundIn.ar,0.1*WhiteNoise.ar, 256, MouseX.kr(1,256))}.play
56 {LPCAnalyzer.ar(SoundIn.ar,Impulse.ar(MouseY.kr(100,1000),0,0.2), 1024, MouseX.kr(1,128),1,0.9999,…
66 //amplitude= Amplitude.kr(source);
68 #freq,hasFreq= Pitch.kr(source);
83 amplitude= Amplitude.kr(source);
85 LPCAnalyzer.ar(source,CombC.ar(source,3.0,3.0,10.0), 256,MouseX.kr(1,256)).dup(2)
94 input= Resonz.ar(Saw.ar(SinOsc.kr([0.1,0.11],500,600)),LFNoise1.kr(LFNoise1.kr(4,3.5,7),700,2500),L…
98 LPCAnalyzer.ar(input,source, 64,MouseX.kr(1,64), windowtype:1)
[all …]
/dports/security/s2n/s2n-tls-1.1.2/pq-crypto/kyber_r2/
H A Dkyber_r2_kem.c50 uint8_t kr[2 * KYBER_SYMBYTES]; /* Will contain key, coins */ in kyber_512_r2_crypto_kem_enc() local
57 hash_g(kr, buf, 2 * KYBER_SYMBYTES); in kyber_512_r2_crypto_kem_enc()
59 …PQCLEAN_KYBER512_CLEAN_indcpa_enc(ct, buf, pk, kr + KYBER_SYMBYTES); /*… in kyber_512_r2_crypto_kem_enc()
61 …hash_h(kr + KYBER_SYMBYTES, ct, KYBER_CIPHERTEXTBYTES); /* overwrite coins in kr … in kyber_512_r2_crypto_kem_enc()
62 …kdf(ss, kr, 2 * KYBER_SYMBYTES); /* hash concatenation of … in kyber_512_r2_crypto_kem_enc()
86 uint8_t kr[2 * KYBER_SYMBYTES]; /* Will contain key, coins */ in kyber_512_r2_crypto_kem_dec() local
94 hash_g(kr, buf, 2 * KYBER_SYMBYTES); in kyber_512_r2_crypto_kem_dec()
96 …PQCLEAN_KYBER512_CLEAN_indcpa_enc(cmp, buf, pk, kr + KYBER_SYMBYTES); /*… in kyber_512_r2_crypto_kem_dec()
100 …hash_h(kr + KYBER_SYMBYTES, ct, KYBER_CIPHERTEXTBYTES); /* overwrite coins in kr … in kyber_512_r2_crypto_kem_dec()
102 …PQCLEAN_KYBER512_CLEAN_cmov(kr, sk + KYBER_SECRETKEYBYTES - KYBER_SYMBYTES, KYBER_SYMBYTES, fail);… in kyber_512_r2_crypto_kem_dec()
[all …]
/dports/security/s2n/s2n-tls-1.1.2/pq-crypto/kyber_90s_r2/
H A Dkyber_90s_r2_kem.c50 uint8_t kr[2 * KYBER_SYMBYTES]; /* Will contain key, coins */ in kyber_512_90s_r2_crypto_kem_enc() local
57 hash_g(kr, buf, 2 * KYBER_SYMBYTES); in kyber_512_90s_r2_crypto_kem_enc()
59 …PQCLEAN_KYBER51290S_CLEAN_indcpa_enc(ct, buf, pk, kr + KYBER_SYMBYTES); … in kyber_512_90s_r2_crypto_kem_enc()
61 …hash_h(kr + KYBER_SYMBYTES, ct, KYBER_CIPHERTEXTBYTES); /* overwrite coins in kr … in kyber_512_90s_r2_crypto_kem_enc()
62 …kdf(ss, kr, 2 * KYBER_SYMBYTES); /* hash concatenation of … in kyber_512_90s_r2_crypto_kem_enc()
86 uint8_t kr[2 * KYBER_SYMBYTES]; /* Will contain key, coins */ in kyber_512_90s_r2_crypto_kem_dec() local
94 hash_g(kr, buf, 2 * KYBER_SYMBYTES); in kyber_512_90s_r2_crypto_kem_dec()
96 …PQCLEAN_KYBER51290S_CLEAN_indcpa_enc(cmp, buf, pk, kr + KYBER_SYMBYTES); … in kyber_512_90s_r2_crypto_kem_dec()
100 …hash_h(kr + KYBER_SYMBYTES, ct, KYBER_CIPHERTEXTBYTES); /* overwrite coins in kr … in kyber_512_90s_r2_crypto_kem_dec()
102 …PQCLEAN_KYBER51290S_CLEAN_cmov(kr, sk + KYBER_SECRETKEYBYTES - KYBER_SYMBYTES, KYBER_SYMBYTES, fai… in kyber_512_90s_r2_crypto_kem_dec()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Tutorials/JITLib/
H A Dproxyspace_examples.schelp44 ~lfo = { LFNoise2.kr(30, 300, 500) };
46 ~out = { SinOsc.ar(~lfo.kr * [1, 1.2], 0, 0.1) * Pulse.ar(~lfo.kr * [0.1, 0.125], 0.5) };
47 ~lfo = { LFNoise1.kr(30, 40) + SinOsc.kr(0.1, 0, 200, 500) };
64 ~lfo = (~lfo3 / 50).sin * 200 + 500 * { LFTri.kr(~lfo.kr * 0.0015, 0, 0.1 * ~lfo3.kr / 90, 1) };
177 ~out = { Pan2.ar(SinOsc.ar(~lfo.kr, 0, 0.2), sin(~lfo.kr / 10)) }; // ~lfo is kept, as its parents.
256 ~lfo = { FSinOsc.kr(0.3, 0, 30, 200) + FSinOsc.kr(10, 0, 10) };
416 ~lfo = { SinOsc.kr(SinOsc.kr(0.2, Rand(0,pi), 10, 10), 0, 400, 700) };
439 ~lfoStereo = { [MouseX.kr(100, 15500, 1), SinOsc.kr(SinOsc.kr(0.2, 0, 10, 10), 0, 400, 700)] }
547 ~lfo.add({ Trig.kr(Dust.kr(1), 0.1) * 3000 });
705 ~freq = { p.kr(\freq) + LFNoise1.kr(1, 200, 300) % 400 }; // feedback
[all …]
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/DEINDUGens/sc/HelpSource/Classes/
H A DJPverb.schelp77 \t60.kr(1, 0.05),
78 \damp.kr(0, 0.05),
79 \size.kr(1, 0.05),
80 \earlydiff.kr(0.707, 0.05),
81 \mdepth.kr(5, 0.05),
82 \mfreq.kr(2, 0.05),
83 \lowx.kr(1, 0.05),
84 \midx.kr(1, 0.05),
87 \highband.kr(2000, 0.05)
136 \highband.kr(2000, 0.05)
[all …]
/dports/lang/racket-minimal/racket-8.3/src/rktio/
H A Drktio_ltps.c187 if (kr < 0) { in log_kqueue_error()
287 int kr, pos = 0; in rktio_ltps_add()
308 int kr; in rktio_ltps_add()
333 int kr; in rktio_ltps_add()
353 kr = epoll_ctl(lt->fd, in rktio_ltps_add()
385 int kr; in rktio_ltps_add()
400 kr = epoll_ctl(lt->fd, in rktio_ltps_add()
438 int kr, hit = 0; in rktio_ltps_poll()
449 if (kr > 0) { in rktio_ltps_poll()
484 int kr, hit = 0; in rktio_ltps_poll()
[all …]

12345678910>>...653